2026-03-26 05:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 05:00: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:00:04 [astonbarclay.gb] INFO: Starting spider astonbarclay.gb
2026-03-26 05:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 05:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 05:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 05:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 05:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: ba940ba5a0ad4841
2026-03-26 05:00:05 [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:00:05 [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/astonbarclay.gb/task_9_2026-03-26T05_00_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:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 05:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 05:00:05 [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:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 05:00: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:00: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:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 05:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2121
2026-03-26 05:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 05:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 05:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-26 05:00: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:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 05:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 05:00: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:00: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:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-26 05:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 05:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 05:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-26 05:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-26 05:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-26 05:00:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 05:00:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 05:00:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 05:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 05:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/vehicle-search> (resource type: document)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/vehicle-search>
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.googleapis.com/css?family=Lexend> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css> (resource type: stylesheet, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js>
2026-03-26 05:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css>
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/OtAutoBlock.js>
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js>
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/018e0e2a-b608-77ca-8640-7c5f6808ddcb.json> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.googleapis.com/css?family=Lexend>
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://sessions.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/profileconfig> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf> (resource type: font, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/profileconfig>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/018e0e2a-b608-77ca-8640-7c5f6808ddcb.json>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/user> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/navigation> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/assets/index-B-t4WrpL.js)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/MuseoSans-500-BnvKCWSl.ttf>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/user>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-vT_hcphp.js>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/assets/default-o3_sC40N.js>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/navigation>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-nama.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/WV_Awards.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-bsi.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/e-xchange-icon.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/assets/logo-BkQgdzqL.svg>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/facebook.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/facebook.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/twitter.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/twitter.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/sprite2.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/assets/index-B37Nm0Ih.css)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/sprite2.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/api/vehicle/all> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-nama.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-nama.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/WV_Awards.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/WV_Awards.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/Business_Car_Award.jpg>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/MTA_21.jpg>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/logo-bsi.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/logo-bsi.png>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2> (resource type: font, referrer: https://fonts.googleapis.com/)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/otBannerSdk.js>
2026-03-26 05:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://catalogue.astonbarclay.net/api/vehicle/all>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/c0e38e93-2aa8-4b73-bd43-c1132b1048cf/en.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/delivered-by-aa-logo.png>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-fuel.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-auto.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-engine.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-engine.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mileage.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-reg.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-reg.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-v5.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-v5.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-mot.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-mot.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-vat.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-vat.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/icon-transmission-manual-alt.svg>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/GX25LHF/2026-03-18/image/3c512836-3da7-44ab-ac71-c070da9e7a67_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/GX25LHF/2026-03-18/image/3c512836-3da7-44ab-ac71-c070da9e7a67_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/b3a56b99-2a0e-4033-babf-7f72a79c6acf_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/VN25ZTO/2026-03-17/image/b3a56b99-2a0e-4033-babf-7f72a79c6acf_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/YH25BZW/2026-03-06/image/a5ef1a2b-8798-4e01-a695-4f9f1859e32d_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/YH25BZW/2026-03-06/image/a5ef1a2b-8798-4e01-a695-4f9f1859e32d_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/f9f73b88-b32d-42b4-b35f-40217ecfef77_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RO25CXJ/2026-01-28/image/f9f73b88-b32d-42b4-b35f-40217ecfef77_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/f4e6e825-ea84-49d8-99ed-486be6ab8ee0_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/RF24DWJ/2026-02-10/image/f4e6e825-ea84-49d8-99ed-486be6ab8ee0_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/DL18SYX/2026-03-24/image/3faaeeca-67fd-4b62-87e0-82365f88a0d3_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/DL18SYX/2026-03-24/image/3faaeeca-67fd-4b62-87e0-82365f88a0d3_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/SE17HVN/2026-03-18/image/b725af60-db26-4832-b056-796a2f64e105_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/SE17HVN/2026-03-18/image/b725af60-db26-4832-b056-796a2f64e105_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/WM63EPL/2026-03-25/image/b969ce64-c922-46c1-a909-4e1f2aab8c87_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/WM63EPL/2026-03-25/image/b969ce64-c922-46c1-a909-4e1f2aab8c87_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/LR60WDD/2026-03-25/image/30144122-0280-4f8c-84ec-5bd90207cbac_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/LR60WDD/2026-03-25/image/30144122-0280-4f8c-84ec-5bd90207cbac_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/GP52CLK/2026-03-16/image/fc977bc4-aedc-4c8a-8b91-75f7419d7162_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/GP52CLK/2026-03-16/image/fc977bc4-aedc-4c8a-8b91-75f7419d7162_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BK62XMP/2026-03-25/image/6c660ace-b5db-43ff-bc6c-405856d90528_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BK62XMP/2026-03-25/image/6c660ace-b5db-43ff-bc6c-405856d90528_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <HEAD https://abimg003.imgix.net/BL12EAX/2026-03-25/image/65dcb75a-18bd-4630-ad36-eef2dd4b7eb5_removebg.jpg?w=600> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <HEAD https://abimg003.imgix.net/BL12EAX/2026-03-25/image/65dcb75a-18bd-4630-ad36-eef2dd4b7eb5_removebg.jpg?w=600>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/consent/018e0e2a-b608-77ca-8640-7c5f6808ddcb/c0e38e93-2aa8-4b73-bd43-c1132b1048cf/en.json>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://catalogue.astonbarclay.net/img/image-unavailable.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/vehicle-search)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://catalogue.astonbarclay.net/img/image-unavailable.png>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLdneg.woff2>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <202 https://sessions.bugsnag.com/>
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://notify.bugsnag.com/> (resource type: xhr, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://pi.pardot.com/pd.js> (resource type: script, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCenterRounded.json>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/v2/otPcCenter.json>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCookieSettingsButton.json>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/scripttemplates/202405.1.0/assets/otCommonStyles.css>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png> (resource type: image, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/ot_company_logo.png>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg> (resource type: image, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Aborted Playwright request <GET https://cdn-ukwest.onetrust.com/logos/static/powered_by_logo.svg>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg> (resource type: fetch, referrer: https://catalogue.astonbarclay.net/)
2026-03-26 05:00:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/vehicle-search> (referer: None) ['playwright']
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn-ukwest.onetrust.com/logos/static/ot_guard_logo.svg>
2026-03-26 05:00:17 [astonbarclay.gb] INFO: Cookies from Playwright: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Thu+Mar+26+2026+05%3A00%3A17+GMT%2B0000+(Coordinated+Universal+Time)&version=202405.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&landingPath=https%3A%2F%2Fcatalogue.astonbarclay.net%2Fvehicle-search&groups=C0001%3A1%2CC0002%3A0%2CC0004%3A0', 'domain': '.astonbarclay.net', 'path': '/', 'expires': 1806037217, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}]
2026-03-26 05:00:17 [astonbarclay.gb] INFO: Scrapy-formatted cookies: [{'name': 'OptanonConsent', 'value': 'isGpcEnabled=0&datestamp=Thu+Mar+26+2026+05%3A00%3A17+GMT%2B0000+(Coordinated+Universal+Time)&version=202405.1.0&browserGpcFlag=0&isIABGlobal=false&hosts=&landingPath=https%3A%2F%2Fcatalogue.astonbarclay.net%2Fvehicle-search&groups=C0001%3A1%2CC0002%3A0%2CC0004%3A0', 'domain': '.astonbarclay.net', 'path': '/'}]
2026-03-26 05:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='Adesa',RowKey='cookies') HTTP/1.1" 204 0
2026-03-26 05:00: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:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://notify.bugsnag.com/>
2026-03-26 05:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://pi.pardot.com/pd.js>
2026-03-26 05:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/search> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120546114
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546114%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120546114: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120127097
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120127097%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120127097: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 119411938
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119411938%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 119411938: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 118758309
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118758309%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 118758309: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 118987563
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118987563%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 118987563: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120720942
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120720942%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120720942: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120473240
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473240%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120473240: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120683511
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683511%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120683511: 2
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120683497
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683497%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120683497: 2
2026-03-26 05:00: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:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120410050
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410050%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120410050: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120723171
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120723171%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120723171: 0
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120735705
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735705%27 HTTP/1.1" 200 None
2026-03-26 05:00:19 [astonbarclay.gb] INFO: Scrape type for 120735705: 2
2026-03-26 05:00: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:00:19 [astonbarclay.gb] INFO: Found listing with ID: 120473180
2026-03-26 05:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473180%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120473180: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120722683
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120722683%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120722683: 2
2026-03-26 05:00: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:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119641208
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641208%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119641208: 2
2026-03-26 05:00: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:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120639870
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639870%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120639870: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119770956
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119770956%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119770956: 2
2026-03-26 05:00: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:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120659877
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659877%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120659877: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120565687
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120565687%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120565687: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120411841
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411841%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120411841: 2
2026-03-26 05:00: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:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120639784
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639784%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120639784: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119370810
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119370810%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119370810: 2
2026-03-26 05:00: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:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120472824
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120472824%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120472824: 2
2026-03-26 05:00: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:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119833119
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119833119%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119833119: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 118996477
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118996477%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 118996477: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120639844
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639844%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120639844: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120060554
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060554%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120060554: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119972654
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119972654%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119972654: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120465140
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465140%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120465140: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120659850
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659850%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120659850: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120553389
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553389%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120553389: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120483011
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120483011%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120483011: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120659859
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659859%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120659859: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120463366
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463366%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120463366: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120161932
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120161932%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120161932: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120553301
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553301%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120553301: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120010523
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120010523%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120010523: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120715604
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715604%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120715604: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120639812
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120639812%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120639812: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119879313
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879313%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119879313: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120566055
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120566055%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120566055: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120411946
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411946%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120411946: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120743887
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743887%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120743887: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120445257
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120445257%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120445257: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120392758
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120392758%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120392758: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120471982
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471982%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120471982: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119772104
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119772104%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119772104: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119493164
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119493164%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119493164: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119879468
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879468%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119879468: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120462426
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120462426%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120462426: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 118786287
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118786287%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 118786287: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120063704
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120063704%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120063704: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119333381
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119333381%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119333381: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120371622
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371622%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120371622: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120411992
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411992%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120411992: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120411555
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411555%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120411555: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119677026
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119677026%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119677026: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119516991
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119516991%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119516991: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120719417
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719417%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120719417: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120107580
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120107580%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120107580: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120719461
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719461%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120719461: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 119205512
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119205512%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 119205512: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120476516
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476516%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120476516: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120400092
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400092%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120400092: 2
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120719470
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719470%27 HTTP/1.1" 200 None
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Scrape type for 120719470: 0
2026-03-26 05:00:20 [astonbarclay.gb] INFO: Found listing with ID: 120052843
2026-03-26 05:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120052843%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120052843: 2
2026-03-26 05:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120683497?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119798644
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798644%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119798644: 2
2026-03-26 05:00: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:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120719449
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719449%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120719449: 0
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120264322
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264322%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120264322: 0
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119333923
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119333923%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119333923: 2
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120719480
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719480%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120719480: 0
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120055940
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055940%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120055940: 2
2026-03-26 05:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119641208?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 117741373
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117741373%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 117741373: 2
2026-03-26 05:00: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:00:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120683497, 'registration': 'LR60WDD', 'account': 'PIN003', 'make': 'KIA', 'model': 'SOUL DIESEL HATCHBACK', 'derivative': '1.6 CRDi Echo 5dr', 'mileage': 121089, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 13, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR60WDD/2026-03-25/image/30144122-0280-4f8c-84ec-5bd90207cbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/8c5fe66e-0457-48e6-8040-44c463f62ca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/e08a364b-fcec-46a8-800b-acc68021ed64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/b2ebc011-544e-4ff5-b6ad-03315149d654_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/df4215fe-5ffe-4892-b3b0-5899563f0021_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/890ef433-d21e-447f-9903-b1478bf529af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/9b99bb1d-f5cf-46ed-996c-b0f5ac2249f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/11- 3k, 09/12- 9k, 09/13- 14k, 09/14- 27k, 09/15- 39k, 09/16- 49k, 09/17- 61k, 09/18- 71k, 09/20- 84k', 'remarks': 'vosa @ 14k 27k 39k 49k 61k 71k 78k 84k 91k 99k 105k 111k 117k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a8e75c3-c4d0-48b2-ad22-65bbaf48c763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120683497, 'registration': 'LR60WDD', 'account': 'PIN003', 'make': 'KIA', 'model': 'SOUL DIESEL HATCHBACK', 'derivative': '1.6 CRDi Echo 5dr', 'mileage': 121089, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 13, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2010-09-29', 'fuel': 'Diesel', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR60WDD/2026-03-25/image/30144122-0280-4f8c-84ec-5bd90207cbac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/8c5fe66e-0457-48e6-8040-44c463f62ca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/e08a364b-fcec-46a8-800b-acc68021ed64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/b2ebc011-544e-4ff5-b6ad-03315149d654_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/df4215fe-5ffe-4892-b3b0-5899563f0021_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/890ef433-d21e-447f-9903-b1478bf529af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR60WDD/2026-03-25/image/9b99bb1d-f5cf-46ed-996c-b0f5ac2249f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/11- 3k, 09/12- 9k, 09/13- 14k, 09/14- 27k, 09/15- 39k, 09/16- 49k, 09/17- 61k, 09/18- 71k, 09/20- 84k', 'remarks': 'vosa @ 14k 27k 39k 49k 61k 71k 78k 84k 91k 99k 105k 111k 117k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a8e75c3-c4d0-48b2-ad22-65bbaf48c763.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497
2026-03-26 05:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea74b97c-12aa-555c-8894-f516d4a824bc with scrape type 2
2026-03-26 05:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea74b97c-12aa-555c-8894-f516d4a824bc with scrape type 2
2026-03-26 05:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ea74b97c-12aa-555c-8894-f516d4a824bc, identifier: 120683497
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 119877843
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119877843%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 119877843: 0
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Found listing with ID: 120169224
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120169224%27 HTTP/1.1" 200 None
2026-03-26 05:00:21 [astonbarclay.gb] INFO: Scrape type for 120169224: 2
2026-03-26 05:00:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:21 [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:00:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:21 [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:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:21 [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:00:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:21 [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:00:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497
2026-03-26 05:00:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ea74b97c-12aa-555c-8894-f516d4a824bc with identifier: 120683497 to the API
2026-03-26 05:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120683497?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'ea74b97c-12aa-555c-8894-f516d4a824bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR60WDD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120683497',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SOUL DIESEL HATCHBACK',
'odometer': 121089,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-29',
'seller_name': 'Pinkstones',
'title': 'KIA SOUL DIESEL HATCHBACK 1.6 CRDi Echo 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi Echo 5dr',
'vin': None,
'year': 2010}
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683497%27 HTTP/1.1" 200 None
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Saving data for 120683497: {'auction_closing_time': 1774519200.0, 'created_time': 1774271720.984297, 'last_price_update_time': 1774501222.038119}
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120683497') HTTP/1.1" 204 0
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Found listing with ID: 119782336
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119782336%27 HTTP/1.1" 200 None
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Scrape type for 119782336: 2
2026-03-26 05:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120735705?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119770956?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120722683?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120683511?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411841?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00: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:00: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:00: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:00: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:00: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:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119370810?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119641208, 'registration': 'YL71KZW', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '132kW 60 Loft 62kWh 5dr Auto [120kW]', 'mileage': 53923, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 31, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-15', 'fuel': 'Electric', 'motExpiry': '2027-02-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YL71KZW/2026-02-23/image/9e4a6f8e-13a8-4a96-80a5-f7d9ec8a65ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/e9f92376-f7c1-4225-8862-d1cbe4833c56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/d9bdd57b-2175-4235-8f5e-b874f58b149f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/9bbd0eca-3242-420e-8f6e-e1dbb6ee3f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/5a568ad0-d9e9-4884-abfb-8d57cf58ae11_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/dbf62fc7-8070-4f6d-bc7f-ada007dafe44_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/433719c0-d025-43f8-b5f8-09049e9adba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/c83239bc-8d65-4df3-8d70-a7b44755c8a1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24-30k,', 'remarks': 'vosa states 40k, 52k, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb450f19-4572-4bd9-86ea-de8414e8c4ee.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119641208, 'registration': 'YL71KZW', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '132kW 60 Loft 62kWh 5dr Auto [120kW]', 'mileage': 53923, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 31, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-15', 'fuel': 'Electric', 'motExpiry': '2027-02-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YL71KZW/2026-02-23/image/9e4a6f8e-13a8-4a96-80a5-f7d9ec8a65ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/e9f92376-f7c1-4225-8862-d1cbe4833c56_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/d9bdd57b-2175-4235-8f5e-b874f58b149f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/9bbd0eca-3242-420e-8f6e-e1dbb6ee3f54_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/5a568ad0-d9e9-4884-abfb-8d57cf58ae11_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/dbf62fc7-8070-4f6d-bc7f-ada007dafe44_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/433719c0-d025-43f8-b5f8-09049e9adba5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL71KZW/2026-02-23/image/c83239bc-8d65-4df3-8d70-a7b44755c8a1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24-30k,', 'remarks': 'vosa states 40k, 52k, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb450f19-4572-4bd9-86ea-de8414e8c4ee.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2883062f-c584-5e43-8871-660c1b927c92 with identifier: 119641208
2026-03-26 05:00:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2883062f-c584-5e43-8871-660c1b927c92 with scrape type 2
2026-03-26 05:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2883062f-c584-5e43-8871-660c1b927c92 with scrape type 2
2026-03-26 05:00:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2883062f-c584-5e43-8871-660c1b927c92, identifier: 119641208
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Found listing with ID: 119334400
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119334400%27 HTTP/1.1" 200 None
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Scrape type for 119334400: 2
2026-03-26 05:00: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:00:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2883062f-c584-5e43-8871-660c1b927c92 with identifier: 119641208
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:22 [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:00:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:22 [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:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:22 [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:00:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:22 [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:00:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2883062f-c584-5e43-8871-660c1b927c92 with identifier: 119641208
2026-03-26 05:00:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2883062f-c584-5e43-8871-660c1b927c92 with identifier: 119641208 to the API
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119641208?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '2883062f-c584-5e43-8871-660c1b927c92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YL71KZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119641208',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SKODA',
'model': 'ENYAQ IV ESTATE',
'odometer': 53923,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seller_name': 'Zenith',
'title': 'SKODA ENYAQ IV ESTATE 132kW 60 Loft 62kWh 5dr Auto [120kW]',
'transmission': 'automatic',
'trim': '132kW 60 Loft 62kWh 5dr Auto [120kW]',
'vin': None,
'year': 2022}
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641208%27 HTTP/1.1" 200 None
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Saving data for 119641208: {'auction_closing_time': 1774519200.0, 'created_time': 1774271305.419978, 'last_price_update_time': 1774501222.870706}
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119641208') HTTP/1.1" 204 0
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Found listing with ID: 120411831
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411831%27 HTTP/1.1" 200 None
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Scrape type for 120411831: 0
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Found listing with ID: 120539350
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120539350%27 HTTP/1.1" 200 None
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Scrape type for 120539350: 2
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120735705, 'registration': 'BL12EAX', 'account': 'PIN004', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '1.6 TDi 105 BlueMotion Tech Match 5dr', 'mileage': 115909, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 16, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-06-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL12EAX/2026-03-25/image/65dcb75a-18bd-4630-ad36-eef2dd4b7eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/5ebec797-1a39-496b-94d2-f42104455be5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/b416b455-8deb-41e2-afea-f7c1b3278926_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/2c129f51-a401-460b-8934-8853eb49dd3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/eb645924-77b4-44ed-bda1-625ba61276c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/b938ac75-6c9e-4da0-aad4-588d466a11f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/477803dc-0353-4d88-b748-2a60ff71a01f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/13-8K, 07/14-16K, 06/15-25K, 06/17-43K, 06/18-50K, 06/19-57K, 06/20-64K, 06/21-69K, 06/22-80K, 06/23-90K, 06/24-99K, 06/25-109K,', 'remarks': 'vosa @ 25k 36k 43k 50k 57k 64k 69k 80k 90k 99k 109k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a5a0c854-6b19-452f-9f70-eaf7e0ee0bec.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120735705, 'registration': 'BL12EAX', 'account': 'PIN004', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '1.6 TDi 105 BlueMotion Tech Match 5dr', 'mileage': 115909, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 16, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-06-29', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL12EAX/2026-03-25/image/65dcb75a-18bd-4630-ad36-eef2dd4b7eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/5ebec797-1a39-496b-94d2-f42104455be5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/b416b455-8deb-41e2-afea-f7c1b3278926_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/2c129f51-a401-460b-8934-8853eb49dd3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/eb645924-77b4-44ed-bda1-625ba61276c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/b938ac75-6c9e-4da0-aad4-588d466a11f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL12EAX/2026-03-25/image/477803dc-0353-4d88-b748-2a60ff71a01f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/13-8K, 07/14-16K, 06/15-25K, 06/17-43K, 06/18-50K, 06/19-57K, 06/20-64K, 06/21-69K, 06/22-80K, 06/23-90K, 06/24-99K, 06/25-109K,', 'remarks': 'vosa @ 25k 36k 43k 50k 57k 64k 69k 80k 90k 99k 109k', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a5a0c854-6b19-452f-9f70-eaf7e0ee0bec.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6 with identifier: 120735705
2026-03-26 05:00:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6 with scrape type 2
2026-03-26 05:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6, identifier: 120735705
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119770956, 'registration': 'YL72BZO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '125kW 35 55kWh S Line 5dr Auto', 'mileage': 34778, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 32, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-22', 'fuel': 'Electric', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YL72BZO/2026-02-27/image/25e7a9d9-b443-4a16-b20e-ad840c952c6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/29299b9c-5f66-46a0-955c-6a247233c5b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/55b8b8d0-7b3d-4611-951b-466deddb194b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/85d78b88-0093-4195-bcaa-f14a3b1d4756_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/6cba0b04-64a6-495d-8c9a-c53472728096_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/5dc6bb77-483f-4cad-8ddf-59250a758cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/2dcf2af0-388a-42f1-bf14-84a128cc170f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/149e0e19-5609-42df-b642-c6b234cfac15_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/d6e02092-24ee-4475-9250-2f713011b68d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25-24K,', 'remarks': 'VOSA STATES 34K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a77a396-bd36-49a0-98bb-94f7bf390255.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119770956, 'registration': 'YL72BZO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '125kW 35 55kWh S Line 5dr Auto', 'mileage': 34778, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 32, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-22', 'fuel': 'Electric', 'motExpiry': '2027-02-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YL72BZO/2026-02-27/image/25e7a9d9-b443-4a16-b20e-ad840c952c6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/29299b9c-5f66-46a0-955c-6a247233c5b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/55b8b8d0-7b3d-4611-951b-466deddb194b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/85d78b88-0093-4195-bcaa-f14a3b1d4756_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/6cba0b04-64a6-495d-8c9a-c53472728096_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/5dc6bb77-483f-4cad-8ddf-59250a758cc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/2dcf2af0-388a-42f1-bf14-84a128cc170f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/149e0e19-5609-42df-b642-c6b234cfac15_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72BZO/2026-02-27/image/d6e02092-24ee-4475-9250-2f713011b68d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25-24K,', 'remarks': 'VOSA STATES 34K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a77a396-bd36-49a0-98bb-94f7bf390255.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01410c4c-f8d4-54e7-88b0-d14d24bb71ad with identifier: 119770956
2026-03-26 05:00:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01410c4c-f8d4-54e7-88b0-d14d24bb71ad with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01410c4c-f8d4-54e7-88b0-d14d24bb71ad with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 01410c4c-f8d4-54e7-88b0-d14d24bb71ad, identifier: 119770956
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120722683, 'registration': 'CX08YVO', 'account': 'ART006', 'make': 'PEUGEOT', 'model': '107 HATCHBACK', 'derivative': '1.0 Urban Lite 3dr', 'mileage': 16597, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 30, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2008-03-26', 'fuel': 'Petrol', 'motExpiry': '2027-03-26', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX08YVO/2026-03-24/image/ebb294a2-c9d8-4645-9886-ffa5537e6b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/805bd16d-0a52-4e17-886a-cbe34ef3f26c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/055a84fd-5065-4236-a292-67b66775c5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/d76e1458-e40a-4f98-a104-fd88c74f8716_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/691ab1fd-f294-441a-874b-c83acd7a613d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/0194fc82-a59a-4c4a-8c5a-736893465d43_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/09-2k, 03/10-3k, 03/11-5k, 03/13-7k, 03/15-8k, 03/16-9k, 03/19--12k, 03/22-14k, 03/24-15k, 03/26-16k', 'remarks': 'VOSA @ 5K 6K 7K 8K 9K 10K 11K 12K 13K 14K 15K 16K - spare key in office', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8b02547-8d74-4525-af47-9fc15d749be2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120722683, 'registration': 'CX08YVO', 'account': 'ART006', 'make': 'PEUGEOT', 'model': '107 HATCHBACK', 'derivative': '1.0 Urban Lite 3dr', 'mileage': 16597, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 30, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2008-03-26', 'fuel': 'Petrol', 'motExpiry': '2027-03-26', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CX08YVO/2026-03-24/image/ebb294a2-c9d8-4645-9886-ffa5537e6b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/805bd16d-0a52-4e17-886a-cbe34ef3f26c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/055a84fd-5065-4236-a292-67b66775c5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/d76e1458-e40a-4f98-a104-fd88c74f8716_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/691ab1fd-f294-441a-874b-c83acd7a613d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CX08YVO/2026-03-24/image/0194fc82-a59a-4c4a-8c5a-736893465d43_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/09-2k, 03/10-3k, 03/11-5k, 03/13-7k, 03/15-8k, 03/16-9k, 03/19--12k, 03/22-14k, 03/24-15k, 03/26-16k', 'remarks': 'VOSA @ 5K 6K 7K 8K 9K 10K 11K 12K 13K 14K 15K 16K - spare key in office', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b8b02547-8d74-4525-af47-9fc15d749be2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a083fdb-3eac-5f3d-ac18-ba40db083606 with identifier: 120722683
2026-03-26 05:00:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a083fdb-3eac-5f3d-ac18-ba40db083606 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a083fdb-3eac-5f3d-ac18-ba40db083606 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a083fdb-3eac-5f3d-ac18-ba40db083606, identifier: 120722683
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120683511, 'registration': 'WM63EPL', 'account': 'PIN003', 'make': 'FIAT', 'model': '500L DIESEL HATCHBACK', 'derivative': '1.3 Multijet 85 Lounge 5dr', 'mileage': 98928, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 12, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-14', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM63EPL/2026-03-25/image/b969ce64-c922-46c1-a909-4e1f2aab8c87_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/80b947d7-9eed-4f32-acb0-e2aeea97d2b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/f00becd6-24af-45a9-957b-9bf2c8296704_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/cce5cdec-5d76-41ef-9c0c-82d4602f094f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/c2850e46-d5e3-4112-a6ea-13ee4f077294_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/cf27ba03-145c-44e0-8977-140078ae93fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/e1c3e9dc-a123-4f1a-affc-a067ad4b80bc_removebg.jpg?w=600'], 'colour': 'GREY/WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/19- 50k', 'remarks': 'vosa @ 30k 40k 49k 59k 68k 74k 80k 84k 90k 96k spare key', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/490d660e-7291-4192-97fe-5362c9f4d0ea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120683511, 'registration': 'WM63EPL', 'account': 'PIN003', 'make': 'FIAT', 'model': '500L DIESEL HATCHBACK', 'derivative': '1.3 Multijet 85 Lounge 5dr', 'mileage': 98928, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 12, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-14', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM63EPL/2026-03-25/image/b969ce64-c922-46c1-a909-4e1f2aab8c87_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/80b947d7-9eed-4f32-acb0-e2aeea97d2b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/f00becd6-24af-45a9-957b-9bf2c8296704_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/cce5cdec-5d76-41ef-9c0c-82d4602f094f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/c2850e46-d5e3-4112-a6ea-13ee4f077294_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/cf27ba03-145c-44e0-8977-140078ae93fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM63EPL/2026-03-25/image/e1c3e9dc-a123-4f1a-affc-a067ad4b80bc_removebg.jpg?w=600'], 'colour': 'GREY/WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/19- 50k', 'remarks': 'vosa @ 30k 40k 49k 59k 68k 74k 80k 84k 90k 96k spare key', 'virtual': False, 'seller': 'Pinkstones', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/490d660e-7291-4192-97fe-5362c9f4d0ea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42a4b6c7-5821-5bf8-b360-2f6d28032579 with identifier: 120683511
2026-03-26 05:00:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42a4b6c7-5821-5bf8-b360-2f6d28032579 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42a4b6c7-5821-5bf8-b360-2f6d28032579 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 42a4b6c7-5821-5bf8-b360-2f6d28032579, identifier: 120683511
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411841, 'registration': 'WN72BVB', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 7945, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 33, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-25', 'fuel': 'Electric', 'motExpiry': '2026-10-24', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN72BVB/2026-03-18/image/2facf244-910a-4b31-87b3-e8542f7cf348_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/eae604ab-c492-47e2-a8a5-9dc0e8803ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/5e6d6d30-3e30-4b88-85fb-e6d93c45f48e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/0540129b-a9f4-4330-9d3d-9c0d9a6301b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/83663bd8-7c3a-410a-b948-e29bc120ad80_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/21b567af-833e-43af-b0c1-dbecad37f482_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/855286f1-c5ea-4b70-9515-ea193b4982a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/fc63a721-8aec-48b1-a236-644ecc52fc8a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/23-3K, 11/24-5K, 10/25-7K,', 'remarks': 'VOSA STATES 7K Ceramic Grey SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/73560dba-3bd2-4a5d-b4d5-8b3f9a593196.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411841, 'registration': 'WN72BVB', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 7945, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 33, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-25', 'fuel': 'Electric', 'motExpiry': '2026-10-24', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN72BVB/2026-03-18/image/2facf244-910a-4b31-87b3-e8542f7cf348_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/eae604ab-c492-47e2-a8a5-9dc0e8803ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/5e6d6d30-3e30-4b88-85fb-e6d93c45f48e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/0540129b-a9f4-4330-9d3d-9c0d9a6301b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/83663bd8-7c3a-410a-b948-e29bc120ad80_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/21b567af-833e-43af-b0c1-dbecad37f482_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/855286f1-c5ea-4b70-9515-ea193b4982a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72BVB/2026-03-18/image/fc63a721-8aec-48b1-a236-644ecc52fc8a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/23-3K, 11/24-5K, 10/25-7K,', 'remarks': 'VOSA STATES 7K Ceramic Grey SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/73560dba-3bd2-4a5d-b4d5-8b3f9a593196.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91dc97b2-f772-58f8-bc71-21e1c7939ee3 with identifier: 120411841
2026-03-26 05:00:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91dc97b2-f772-58f8-bc71-21e1c7939ee3 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91dc97b2-f772-58f8-bc71-21e1c7939ee3 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 91dc97b2-f772-58f8-bc71-21e1c7939ee3, identifier: 120411841
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119370810, 'registration': 'YG72VBP', 'account': 'ZEN009', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.5 TSI Life 5dr DSG', 'mileage': 47889, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 34, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG72VBP/2026-02-24/image/e4356ac6-2a91-4eff-b2c5-76e62ffa3df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/126ffd87-17b1-41e0-8c42-a861d92aecc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/ee985ae2-709f-4e39-b260-6f1fca7c881f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/cbc49908-76d1-4200-a7a9-4eb195df1c4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/4b29387a-ad6b-4266-a84f-55b767e29067_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/58796765-aafa-4815-af88-13d1595f7ebe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/0ec984ea-f269-49e1-958d-766c769fbc89_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/86e3d999-aa61-4ad9-a04a-6d2174aadc6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/0d139e9f-b22f-493d-a9bc-f2539c089e1c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 11K', 'remarks': 'VOSA STATES 40K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4c2b87c-c55e-426c-8b8c-e74325ef8b24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119370810, 'registration': 'YG72VBP', 'account': 'ZEN009', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.5 TSI Life 5dr DSG', 'mileage': 47889, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 34, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YG72VBP/2026-02-24/image/e4356ac6-2a91-4eff-b2c5-76e62ffa3df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/126ffd87-17b1-41e0-8c42-a861d92aecc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/ee985ae2-709f-4e39-b260-6f1fca7c881f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/cbc49908-76d1-4200-a7a9-4eb195df1c4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/4b29387a-ad6b-4266-a84f-55b767e29067_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/58796765-aafa-4815-af88-13d1595f7ebe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/0ec984ea-f269-49e1-958d-766c769fbc89_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/86e3d999-aa61-4ad9-a04a-6d2174aadc6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG72VBP/2026-02-24/image/0d139e9f-b22f-493d-a9bc-f2539c089e1c_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 11K', 'remarks': 'VOSA STATES 40K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4c2b87c-c55e-426c-8b8c-e74325ef8b24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7ca6bbf-c85d-580f-80e9-6032f5416f42 with identifier: 119370810
2026-03-26 05:00:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7ca6bbf-c85d-580f-80e9-6032f5416f42 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7ca6bbf-c85d-580f-80e9-6032f5416f42 with scrape type 2
2026-03-26 05:00:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7ca6bbf-c85d-580f-80e9-6032f5416f42, identifier: 119370810
2026-03-26 05:00:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6 with identifier: 120735705
2026-03-26 05:00:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=SILVER HTTP/1.1" 200 None
2026-03-26 05:00:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:00:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6 with identifier: 120735705
2026-03-26 05:00:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6 with identifier: 120735705 to the API
2026-03-26 05:00:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120735705?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3c0baa1b-f1a4-5a13-91f4-7706e3bb0ca6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BL12EAX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120735705',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 115909,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-29',
'seller_name': 'Pinkstones',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 1.6 TDi 105 BlueMotion Tech Match '
'5dr',
'transmission': 'manual',
'trim': '1.6 TDi 105 BlueMotion Tech Match 5dr',
'vin': None,
'year': 2012}
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735705%27 HTTP/1.1" 200 None
2026-03-26 05:00:24 [astonbarclay.gb] INFO: Saving data for 120735705: {'auction_closing_time': 1774519200.0, 'created_time': 1774379984.32144, 'last_price_update_time': 1774501224.184253}
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120735705') HTTP/1.1" 204 0
2026-03-26 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 01410c4c-f8d4-54e7-88b0-d14d24bb71ad with identifier: 119770956
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY HTTP/1.1" 200 None
2026-03-26 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:00:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 01410c4c-f8d4-54e7-88b0-d14d24bb71ad with identifier: 119770956
2026-03-26 05:00:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 01410c4c-f8d4-54e7-88b0-d14d24bb71ad with identifier: 119770956 to the API
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119770956?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '01410c4c-f8d4-54e7-88b0-d14d24bb71ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YL72BZO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119770956',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON SPORTBACK',
'odometer': 34778,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-22',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON SPORTBACK 125kW 35 55kWh S Line 5dr Auto',
'transmission': 'automatic',
'trim': '125kW 35 55kWh S Line 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119770956%27 HTTP/1.1" 200 None
2026-03-26 05:00:24 [astonbarclay.gb] INFO: Saving data for 119770956: {'auction_closing_time': 1774519200.0, 'created_time': 1774271585.927807, 'last_price_update_time': 1774501224.618018}
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119770956') HTTP/1.1" 204 0
2026-03-26 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a083fdb-3eac-5f3d-ac18-ba40db083606 with identifier: 120722683
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:24 [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:00:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol HTTP/1.1" 200 None
2026-03-26 05:00:24 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:00:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a083fdb-3eac-5f3d-ac18-ba40db083606 with identifier: 120722683
2026-03-26 05:00:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a083fdb-3eac-5f3d-ac18-ba40db083606 with identifier: 120722683 to the API
2026-03-26 05:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120722683?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8a083fdb-3eac-5f3d-ac18-ba40db083606',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CX08YVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120722683',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '107 HATCHBACK',
'odometer': 16597,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-26',
'seller_name': 'Arthurs Motor Group',
'title': 'PEUGEOT 107 HATCHBACK 1.0 Urban Lite 3dr',
'transmission': 'manual',
'trim': '1.0 Urban Lite 3dr',
'vin': None,
'year': 2008}
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120722683%27 HTTP/1.1" 200 None
2026-03-26 05:00:25 [astonbarclay.gb] INFO: Saving data for 120722683: {'auction_closing_time': 1774519200.0, 'created_time': 1774379973.032139, 'last_price_update_time': 1774501225.172201}
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120722683') HTTP/1.1" 204 0
2026-03-26 05:00:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 42a4b6c7-5821-5bf8-b360-2f6d28032579 with identifier: 120683511
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY%2FWHITE HTTP/1.1" 200 None
2026-03-26 05:00:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:25 [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:00:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 42a4b6c7-5821-5bf8-b360-2f6d28032579 with identifier: 120683511
2026-03-26 05:00:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 42a4b6c7-5821-5bf8-b360-2f6d28032579 with identifier: 120683511 to the API
2026-03-26 05:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120683511?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '42a4b6c7-5821-5bf8-b360-2f6d28032579',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WM63EPL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120683511',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FIAT',
'model': '500L DIESEL HATCHBACK',
'odometer': 98928,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-31',
'seller_name': 'Pinkstones',
'title': 'FIAT 500L DIESEL HATCHBACK 1.3 Multijet 85 Lounge 5dr',
'transmission': 'manual',
'trim': '1.3 Multijet 85 Lounge 5dr',
'vin': None,
'year': 2013}
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683511%27 HTTP/1.1" 200 None
2026-03-26 05:00:26 [astonbarclay.gb] INFO: Saving data for 120683511: {'auction_closing_time': 1774519200.0, 'created_time': 1774271514.817367, 'last_price_update_time': 1774501226.61175}
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120683511') HTTP/1.1" 204 0
2026-03-26 05:00:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 91dc97b2-f772-58f8-bc71-21e1c7939ee3 with identifier: 120411841
2026-03-26 05:00:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 91dc97b2-f772-58f8-bc71-21e1c7939ee3 with identifier: 120411841
2026-03-26 05:00:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 91dc97b2-f772-58f8-bc71-21e1c7939ee3 with identifier: 120411841 to the API
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411841?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '91dc97b2-f772-58f8-bc71-21e1c7939ee3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN72BVB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411841',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'ARIYA ELECTRIC HATCHBACK',
'odometer': 7945,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-25',
'seller_name': 'Zenith',
'title': 'NISSAN ARIYA ELECTRIC HATCHBACK 178kW Evolve 87kWh 22kWCh 5dr Auto',
'transmission': 'automatic',
'trim': '178kW Evolve 87kWh 22kWCh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411841%27 HTTP/1.1" 200 None
2026-03-26 05:00:26 [astonbarclay.gb] INFO: Saving data for 120411841: {'auction_closing_time': 1774519200.0, 'created_time': 1774271581.747343, 'last_price_update_time': 1774501226.929704}
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411841') HTTP/1.1" 204 0
2026-03-26 05:00:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7ca6bbf-c85d-580f-80e9-6032f5416f42 with identifier: 119370810
2026-03-26 05:00:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7ca6bbf-c85d-580f-80e9-6032f5416f42 with identifier: 119370810
2026-03-26 05:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7ca6bbf-c85d-580f-80e9-6032f5416f42 with identifier: 119370810 to the API
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119370810?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7ca6bbf-c85d-580f-80e9-6032f5416f42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YG72VBP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119370810',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 47889,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.5 TSI Life 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI Life 5dr DSG',
'vin': None,
'year': 2022}
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119370810%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Saving data for 119370810: {'auction_closing_time': 1774519200.0, 'created_time': 1774271573.278772, 'last_price_update_time': 1774501227.220189}
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119370810') HTTP/1.1" 204 0
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 119760430
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119760430%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 119760430: 2
2026-03-26 05:00:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120472824?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119972654?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120368795
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368795%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120368795: 0
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 119965853
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119965853%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 119965853: 2
2026-03-26 05:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120478572
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478572%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120478572: 2
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120442684
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442684%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120442684: 2
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 119856739
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119856739%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 119856739: 2
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120262388
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262388%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120262388: 0
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 119553413
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119553413%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 119553413: 2
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 119641868
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641868%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 119641868: 2
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120472824, 'registration': 'WV71VWX', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line 80kWh 5dr Auto', 'mileage': 78612, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 35, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-11-05', 'fuel': 'Electric', 'motExpiry': '2026-11-04', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WV71VWX/2026-03-17/image/da26edb4-ec19-4eb4-81bb-13a3953929aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/9a861e80-3895-4c98-84f1-3a61c0b47590_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/9de6dee6-3a14-46ea-9de9-8b97622da18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/96fb8f3e-bb4e-44d0-9e33-8490d5be3029_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/efde039f-09cb-476d-9e8a-2fb696eade91_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/15c72959-57c9-4941-a9c6-1c9f052647bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/a3bcfc00-4ce5-446e-a097-9239d495b456_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/22-17K, 10/23-33K, 10/24-47K, 10/25-68K,', 'remarks': 'VOSA STATES 47K 68K, Designo-hyacinth Red Metallic', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45851fcd-01eb-4cb5-bddb-f2a95fabe380.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120472824, 'registration': 'WV71VWX', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line 80kWh 5dr Auto', 'mileage': 78612, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 35, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-11-05', 'fuel': 'Electric', 'motExpiry': '2026-11-04', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WV71VWX/2026-03-17/image/da26edb4-ec19-4eb4-81bb-13a3953929aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/9a861e80-3895-4c98-84f1-3a61c0b47590_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/9de6dee6-3a14-46ea-9de9-8b97622da18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/96fb8f3e-bb4e-44d0-9e33-8490d5be3029_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/efde039f-09cb-476d-9e8a-2fb696eade91_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/15c72959-57c9-4941-a9c6-1c9f052647bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WV71VWX/2026-03-17/image/a3bcfc00-4ce5-446e-a097-9239d495b456_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/22-17K, 10/23-33K, 10/24-47K, 10/25-68K,', 'remarks': 'VOSA STATES 47K 68K, Designo-hyacinth Red Metallic', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45851fcd-01eb-4cb5-bddb-f2a95fabe380.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac64d7eb-fbd0-5a63-9c26-7a822f08511b with identifier: 120472824
2026-03-26 05:00:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac64d7eb-fbd0-5a63-9c26-7a822f08511b with scrape type 2
2026-03-26 05:00:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac64d7eb-fbd0-5a63-9c26-7a822f08511b with scrape type 2
2026-03-26 05:00:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac64d7eb-fbd0-5a63-9c26-7a822f08511b, identifier: 120472824
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119972654, 'registration': 'OE72NDJ', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '300kW 78kWh Long Range Dual motor 5dr 4WD Auto', 'mileage': 47663, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 37, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-21', 'fuel': 'Electric', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/11b26233-fae4-4eb7-8c11-c34d2e9fe65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/57eb7c71-a2c5-4ec2-a97e-6569d73997d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/1b217594-d1bc-4cf1-9c58-002eb7e7beb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/1b27af35-337c-44e4-8818-7bfc0377429d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/840c8805-b8a8-4104-9c24-64723be0f990_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/7efee53c-a293-448c-bc2a-deaee151505d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/1ac39572-4c0e-42ed-8a24-9a3783c4ec91_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/c614bc6e-469a-4099-b96b-9c8431de3c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/d7fcaed2-03b2-4edc-a4ae-8f8d5e503dbd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/25-38K', 'remarks': 'VOSA STATES 45K \t Metallic Paint\tPilot Lite Pack\tPlus Pack Weave Tech Cloth Uph M+ Plus Pack', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c026529c-cbb4-4bde-93cd-eb6e6006da90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119972654, 'registration': 'OE72NDJ', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '300kW 78kWh Long Range Dual motor 5dr 4WD Auto', 'mileage': 47663, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 37, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-21', 'fuel': 'Electric', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/11b26233-fae4-4eb7-8c11-c34d2e9fe65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/57eb7c71-a2c5-4ec2-a97e-6569d73997d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/1b217594-d1bc-4cf1-9c58-002eb7e7beb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/1b27af35-337c-44e4-8818-7bfc0377429d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/840c8805-b8a8-4104-9c24-64723be0f990_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/7efee53c-a293-448c-bc2a-deaee151505d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/1ac39572-4c0e-42ed-8a24-9a3783c4ec91_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/c614bc6e-469a-4099-b96b-9c8431de3c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE72NDJ/2026-03-05/image/d7fcaed2-03b2-4edc-a4ae-8f8d5e503dbd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/25-38K', 'remarks': 'VOSA STATES 45K \t Metallic Paint\tPilot Lite Pack\tPlus Pack Weave Tech Cloth Uph M+ Plus Pack', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c026529c-cbb4-4bde-93cd-eb6e6006da90.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40ade44c-3f77-5aaa-b097-ca17aa712f98 with identifier: 119972654
2026-03-26 05:00:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40ade44c-3f77-5aaa-b097-ca17aa712f98 with scrape type 2
2026-03-26 05:00:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40ade44c-3f77-5aaa-b097-ca17aa712f98 with scrape type 2
2026-03-26 05:00:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 40ade44c-3f77-5aaa-b097-ca17aa712f98, identifier: 119972654
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120474302
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120474302%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120474302: 0
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Found listing with ID: 120475101
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475101%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Scrape type for 120475101: 2
2026-03-26 05:00:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac64d7eb-fbd0-5a63-9c26-7a822f08511b with identifier: 120472824
2026-03-26 05:00:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac64d7eb-fbd0-5a63-9c26-7a822f08511b with identifier: 120472824
2026-03-26 05:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ac64d7eb-fbd0-5a63-9c26-7a822f08511b with identifier: 120472824 to the API
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120472824?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ac64d7eb-fbd0-5a63-9c26-7a822f08511b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WV71VWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120472824',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 78612,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-05',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line 80kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120472824%27 HTTP/1.1" 200 None
2026-03-26 05:00:27 [astonbarclay.gb] INFO: Saving data for 120472824: {'auction_closing_time': 1774519200.0, 'created_time': 1774271473.179588, 'last_price_update_time': 1774501227.972698}
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120472824') HTTP/1.1" 204 0
2026-03-26 05:00:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 40ade44c-3f77-5aaa-b097-ca17aa712f98 with identifier: 119972654
2026-03-26 05:00:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 40ade44c-3f77-5aaa-b097-ca17aa712f98 with identifier: 119972654
2026-03-26 05:00:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 40ade44c-3f77-5aaa-b097-ca17aa712f98 with identifier: 119972654 to the API
2026-03-26 05:00:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119972654?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '40ade44c-3f77-5aaa-b097-ca17aa712f98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE72NDJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119972654',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 47663,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-21',
'seller_name': 'Zenith',
'title': 'POLESTAR 2 FASTBACK 300kW 78kWh Long Range Dual motor 5dr 4WD Auto',
'transmission': 'automatic',
'trim': '300kW 78kWh Long Range Dual motor 5dr 4WD Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119972654%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Saving data for 119972654: {'auction_closing_time': 1774519200.0, 'created_time': 1774271672.450398, 'last_price_update_time': 1774501229.413985}
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119972654') HTTP/1.1" 204 0
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119031069
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119031069%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 119031069: 0
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119467880
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119467880%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 119467880: 2
2026-03-26 05:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119879313?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120010523?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120465140?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120715604?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120161932?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119857926
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857926%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 119857926: 2
2026-03-26 05:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119857387
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857387%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 119857387: 2
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120062552
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120062552%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 120062552: 2
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 119641521
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641521%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 119641521: 2
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Found listing with ID: 120331407
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120331407%27 HTTP/1.1" 200 None
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Scrape type for 120331407: 2
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119879313, 'registration': 'NA72FKE', 'account': 'ZEN002', 'make': 'KIA', 'model': 'EV6 ELECTRIC ESTATE', 'derivative': '166kW GT Line 77.4kWh 5dr Auto', 'mileage': 26925, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 43, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NA72FKE/2026-02-24/image/a6cc8a01-a210-416a-8a1c-cc676eedbf50_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/af133764-0463-4c28-8202-6c64d988248c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/ff9a813d-614a-493e-94ba-b9cc2094a156_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/8ad3af48-fdbf-4571-8000-aa9f8ab6b594_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/ac3c3aca-7378-4011-86a7-4404fe886d38_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/810e8386-30e1-48da-ae6f-3f6eeece6665_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/4251d2a5-c639-4568-8bb9-c9710f93d3e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/80116e91-a77e-4d1c-9b7a-03016163999a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25-18K', 'remarks': 'Premium Paint, SPARE KEY VOSA STATES 26K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/391745b8-1111-4805-92df-70f433afda2e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119879313, 'registration': 'NA72FKE', 'account': 'ZEN002', 'make': 'KIA', 'model': 'EV6 ELECTRIC ESTATE', 'derivative': '166kW GT Line 77.4kWh 5dr Auto', 'mileage': 26925, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 43, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/NA72FKE/2026-02-24/image/a6cc8a01-a210-416a-8a1c-cc676eedbf50_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/af133764-0463-4c28-8202-6c64d988248c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/ff9a813d-614a-493e-94ba-b9cc2094a156_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/8ad3af48-fdbf-4571-8000-aa9f8ab6b594_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/ac3c3aca-7378-4011-86a7-4404fe886d38_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/810e8386-30e1-48da-ae6f-3f6eeece6665_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/4251d2a5-c639-4568-8bb9-c9710f93d3e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA72FKE/2026-02-24/image/80116e91-a77e-4d1c-9b7a-03016163999a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25-18K', 'remarks': 'Premium Paint, SPARE KEY VOSA STATES 26K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/391745b8-1111-4805-92df-70f433afda2e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1b03e79-e7ae-5d94-a6e9-5aefab288d93 with identifier: 119879313
2026-03-26 05:00:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1b03e79-e7ae-5d94-a6e9-5aefab288d93 with scrape type 2
2026-03-26 05:00:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1b03e79-e7ae-5d94-a6e9-5aefab288d93 with scrape type 2
2026-03-26 05:00:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e1b03e79-e7ae-5d94-a6e9-5aefab288d93, identifier: 119879313
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120010523, 'registration': 'KN72OTA', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto [Tech Pack]', 'mileage': 46528, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 42, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-22', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-09-21', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KN72OTA/2026-02-27/image/16ff8581-e8ea-4103-b397-f71731e6bd61_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/944673dd-8816-46ae-ad60-299f6a9071ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/93e0d36c-6854-4dfd-82b1-87b2ea7c0e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/d5312cf5-7f93-45be-9c7c-eb95ab438a4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/fd573b18-47ca-4ea8-9501-e67eda959227_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/9fc22161-9d69-4e76-89e7-3d7ae5130bfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/328c87cb-f7a9-4a2a-98f3-0446b24e9ca2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/c47dffd8-a5bc-4557-af7a-b6bf97ae68c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/ce1678a6-6804-4fb9-83e6-d06f6c5594d8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24-27K 07/25-57K', 'remarks': 'VOSA STATES 39K Portimao Blue- SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d4470579-3dfb-4020-847e-a0acde8e1cea.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120010523, 'registration': 'KN72OTA', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto [Tech Pack]', 'mileage': 46528, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 42, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-22', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-09-21', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KN72OTA/2026-02-27/image/16ff8581-e8ea-4103-b397-f71731e6bd61_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/944673dd-8816-46ae-ad60-299f6a9071ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/93e0d36c-6854-4dfd-82b1-87b2ea7c0e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/d5312cf5-7f93-45be-9c7c-eb95ab438a4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/fd573b18-47ca-4ea8-9501-e67eda959227_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/9fc22161-9d69-4e76-89e7-3d7ae5130bfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/328c87cb-f7a9-4a2a-98f3-0446b24e9ca2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/c47dffd8-a5bc-4557-af7a-b6bf97ae68c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN72OTA/2026-02-27/image/ce1678a6-6804-4fb9-83e6-d06f6c5594d8_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24-27K 07/25-57K', 'remarks': 'VOSA STATES 39K Portimao Blue- SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d4470579-3dfb-4020-847e-a0acde8e1cea.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3049134a-cafc-5885-888b-1c5e60114f4d with identifier: 120010523
2026-03-26 05:00:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3049134a-cafc-5885-888b-1c5e60114f4d with scrape type 2
2026-03-26 05:00:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3049134a-cafc-5885-888b-1c5e60114f4d with scrape type 2
2026-03-26 05:00:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3049134a-cafc-5885-888b-1c5e60114f4d, identifier: 120010523
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120465140, 'registration': 'ND71BXR', 'account': 'ZEN002', 'make': 'KIA', 'model': 'E-NIRO ELECTRIC ESTATE', 'derivative': '150kW 2 Long Range 64kWh 5dr Auto', 'mileage': 34350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 38, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-07', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ND71BXR/2026-03-16/image/0f635aae-4c25-441c-a7b2-4bb69a7ef5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/97a77eaf-3fbd-4f1b-8290-07cbb702d4a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/c70c313a-5f7b-4d20-9292-b10ac966ca02_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/2a2491ee-60b8-4e1d-be8c-90e821e2322a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/7d0c0677-6cbe-4e5b-9c33-23afca9f678b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/86e67ca6-6a77-4726-9d69-6c910a6daf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/8d54449e-b230-437b-90dc-409d454bdb2e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/24 26k', 'remarks': 'Premium Paint - SPARE KEY, VOSA STATES 26K , 31K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44018d85-ade0-4fd9-990f-e2d4d83a9b43.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120465140, 'registration': 'ND71BXR', 'account': 'ZEN002', 'make': 'KIA', 'model': 'E-NIRO ELECTRIC ESTATE', 'derivative': '150kW 2 Long Range 64kWh 5dr Auto', 'mileage': 34350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 38, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-07', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ND71BXR/2026-03-16/image/0f635aae-4c25-441c-a7b2-4bb69a7ef5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/97a77eaf-3fbd-4f1b-8290-07cbb702d4a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/c70c313a-5f7b-4d20-9292-b10ac966ca02_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/2a2491ee-60b8-4e1d-be8c-90e821e2322a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/7d0c0677-6cbe-4e5b-9c33-23afca9f678b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/86e67ca6-6a77-4726-9d69-6c910a6daf90_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71BXR/2026-03-16/image/8d54449e-b230-437b-90dc-409d454bdb2e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/24 26k', 'remarks': 'Premium Paint - SPARE KEY, VOSA STATES 26K , 31K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44018d85-ade0-4fd9-990f-e2d4d83a9b43.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f80ff4c-6ef1-52a3-9ec6-9969f393a508 with identifier: 120465140
2026-03-26 05:00:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f80ff4c-6ef1-52a3-9ec6-9969f393a508 with scrape type 2
2026-03-26 05:00:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f80ff4c-6ef1-52a3-9ec6-9969f393a508 with scrape type 2
2026-03-26 05:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f80ff4c-6ef1-52a3-9ec6-9969f393a508, identifier: 120465140
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120715604, 'registration': 'AK17LLO', 'account': 'ART006', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi GT-Line 5dr [AWD]', 'mileage': 95575, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 42, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AK17LLO/2026-03-24/image/921b0622-6a05-4f62-bf2a-e111333fc9a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/7ef534d1-1bcf-4c2e-a6bd-514bb5e25148_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/2f331e6b-4542-413b-a418-b26cd2e9611e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/5fc119ea-1dd1-4b4b-bc36-ac9889cd3c8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/e284371f-cb3c-4bdb-bfce-279b9dcb0258_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/1820e2f9-0481-46b1-8666-c96bf0bbc3af_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/81badd38-d0f6-4745-82b6-6622d42a65ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/e060b1ff-e0e0-4c44-9d8d-0af183276414_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/b9de9bd8-3234-4984-afc3-a9cd9bba77c9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18-8K, 04/19-21K, 03/20-31K, 03/21-43K, 03/22-54K, 08/22-59K, 09/23-68K', 'remarks': 'vosa @ 31k 43k 54k 64k 72k 83k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7b685427-3780-4d7a-8d44-5db63e60f61b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120715604, 'registration': 'AK17LLO', 'account': 'ART006', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi GT-Line 5dr [AWD]', 'mileage': 95575, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 42, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AK17LLO/2026-03-24/image/921b0622-6a05-4f62-bf2a-e111333fc9a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/7ef534d1-1bcf-4c2e-a6bd-514bb5e25148_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/2f331e6b-4542-413b-a418-b26cd2e9611e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/5fc119ea-1dd1-4b4b-bc36-ac9889cd3c8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/e284371f-cb3c-4bdb-bfce-279b9dcb0258_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/1820e2f9-0481-46b1-8666-c96bf0bbc3af_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/81badd38-d0f6-4745-82b6-6622d42a65ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/e060b1ff-e0e0-4c44-9d8d-0af183276414_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK17LLO/2026-03-24/image/b9de9bd8-3234-4984-afc3-a9cd9bba77c9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18-8K, 04/19-21K, 03/20-31K, 03/21-43K, 03/22-54K, 08/22-59K, 09/23-68K', 'remarks': 'vosa @ 31k 43k 54k 64k 72k 83k', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7b685427-3780-4d7a-8d44-5db63e60f61b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aca72184-a8a4-5d7f-8138-fa3cd6673065 with identifier: 120715604
2026-03-26 05:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aca72184-a8a4-5d7f-8138-fa3cd6673065 with scrape type 2
2026-03-26 05:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aca72184-a8a4-5d7f-8138-fa3cd6673065 with scrape type 2
2026-03-26 05:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aca72184-a8a4-5d7f-8138-fa3cd6673065, identifier: 120715604
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120161932, 'registration': 'AF69OCG', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 TSi EVO 130 Match 5dr', 'mileage': 85648, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 41, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-11-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF69OCG/2026-03-18/image/73a260b9-1a01-40ed-b069-169c003110fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/68c00317-92e3-4503-8881-f611136604ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/37e56aa6-1de0-450b-8eeb-ea69f11e764d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/669b632a-fd5a-422a-8ea2-49e01d5c234d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/5b50a3e8-168d-4206-81ff-296e7d220d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/b7bcaf15-dbbb-49ba-b003-2d31729f358d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/0018495c-0f6d-4bc5-ae4f-dc97281affc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/3b6a53e0-db23-47a0-82f0-c379156b414e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/21 19K 10/22 35K 10/23 48K 11/24 64K 12/25 81K', 'remarks': 'VOSA STATES 35K 48K 64K 79K Metalic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ad027b39-43f8-4cbe-80c9-5af07196265b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120161932, 'registration': 'AF69OCG', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 TSi EVO 130 Match 5dr', 'mileage': 85648, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 41, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-11-07', 'fuel': 'Petrol', 'motExpiry': '2026-11-06', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF69OCG/2026-03-18/image/73a260b9-1a01-40ed-b069-169c003110fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/68c00317-92e3-4503-8881-f611136604ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/37e56aa6-1de0-450b-8eeb-ea69f11e764d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/669b632a-fd5a-422a-8ea2-49e01d5c234d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/5b50a3e8-168d-4206-81ff-296e7d220d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/b7bcaf15-dbbb-49ba-b003-2d31729f358d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/0018495c-0f6d-4bc5-ae4f-dc97281affc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF69OCG/2026-03-18/image/3b6a53e0-db23-47a0-82f0-c379156b414e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/21 19K 10/22 35K 10/23 48K 11/24 64K 12/25 81K', 'remarks': 'VOSA STATES 35K 48K 64K 79K Metalic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ad027b39-43f8-4cbe-80c9-5af07196265b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d104f23-f23a-5423-b365-355b05afdf2f with identifier: 120161932
2026-03-26 05:00:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d104f23-f23a-5423-b365-355b05afdf2f with scrape type 2
2026-03-26 05:00:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d104f23-f23a-5423-b365-355b05afdf2f with scrape type 2
2026-03-26 05:00:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d104f23-f23a-5423-b365-355b05afdf2f, identifier: 120161932
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 114751989
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114751989%27 HTTP/1.1" 200 None
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Scrape type for 114751989: 0
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Found listing with ID: 119398005
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119398005%27 HTTP/1.1" 200 None
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Scrape type for 119398005: 2
2026-03-26 05:00:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e1b03e79-e7ae-5d94-a6e9-5aefab288d93 with identifier: 119879313
2026-03-26 05:00:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e1b03e79-e7ae-5d94-a6e9-5aefab288d93 with identifier: 119879313
2026-03-26 05:00:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e1b03e79-e7ae-5d94-a6e9-5aefab288d93 with identifier: 119879313 to the API
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119879313?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e1b03e79-e7ae-5d94-a6e9-5aefab288d93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NA72FKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119879313',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'EV6 ELECTRIC ESTATE',
'odometer': 26925,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seller_name': 'Zenith',
'title': 'KIA EV6 ELECTRIC ESTATE 166kW GT Line 77.4kWh 5dr Auto',
'transmission': 'automatic',
'trim': '166kW GT Line 77.4kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879313%27 HTTP/1.1" 200 None
2026-03-26 05:00:30 [astonbarclay.gb] INFO: Saving data for 119879313: {'auction_closing_time': 1774519200.0, 'created_time': 1774271394.431201, 'last_price_update_time': 1774501230.801727}
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119879313') HTTP/1.1" 204 0
2026-03-26 05:00:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3049134a-cafc-5885-888b-1c5e60114f4d with identifier: 120010523
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FPlugin+Electric+Hybrid HTTP/1.1" 200 None
2026-03-26 05:00:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:30 [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:00:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3049134a-cafc-5885-888b-1c5e60114f4d with identifier: 120010523
2026-03-26 05:00:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3049134a-cafc-5885-888b-1c5e60114f4d with identifier: 120010523 to the API
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120010523?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '3049134a-cafc-5885-888b-1c5e60114f4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KN72OTA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120010523',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 46528,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto [Tech Pack]',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto [Tech Pack]',
'vin': None,
'year': 2022}
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120010523%27 HTTP/1.1" 200 None
2026-03-26 05:00:31 [astonbarclay.gb] INFO: Saving data for 120010523: {'auction_closing_time': 1774519200.0, 'created_time': 1774271492.699595, 'last_price_update_time': 1774501231.787596}
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120010523') HTTP/1.1" 204 0
2026-03-26 05:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f80ff4c-6ef1-52a3-9ec6-9969f393a508 with identifier: 120465140
2026-03-26 05:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f80ff4c-6ef1-52a3-9ec6-9969f393a508 with identifier: 120465140
2026-03-26 05:00:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5f80ff4c-6ef1-52a3-9ec6-9969f393a508 with identifier: 120465140 to the API
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120465140?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '5f80ff4c-6ef1-52a3-9ec6-9969f393a508',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ND71BXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120465140',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'E-NIRO ELECTRIC ESTATE',
'odometer': 34350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seller_name': 'Zenith',
'title': 'KIA E-NIRO ELECTRIC ESTATE 150kW 2 Long Range 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 2 Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465140%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Saving data for 120465140: {'auction_closing_time': 1774519200.0, 'created_time': 1774271486.379353, 'last_price_update_time': 1774501232.185809}
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120465140') HTTP/1.1" 204 0
2026-03-26 05:00:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aca72184-a8a4-5d7f-8138-fa3cd6673065 with identifier: 120715604
2026-03-26 05:00:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aca72184-a8a4-5d7f-8138-fa3cd6673065 with identifier: 120715604
2026-03-26 05:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aca72184-a8a4-5d7f-8138-fa3cd6673065 with identifier: 120715604 to the API
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120715604?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 177,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'aca72184-a8a4-5d7f-8138-fa3cd6673065',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK17LLO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120715604',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 95575,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-22',
'seller_name': 'Arthurs Motor Group',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi GT-Line 5dr [AWD]',
'transmission': 'manual',
'trim': '1.6T GDi GT-Line 5dr [AWD]',
'vin': None,
'year': 2017}
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715604%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Saving data for 120715604: {'auction_closing_time': 1774519200.0, 'created_time': 1774379967.234279, 'last_price_update_time': 1774501232.50422}
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120715604') HTTP/1.1" 204 0
2026-03-26 05:00:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d104f23-f23a-5423-b365-355b05afdf2f with identifier: 120161932
2026-03-26 05:00:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d104f23-f23a-5423-b365-355b05afdf2f with identifier: 120161932
2026-03-26 05:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d104f23-f23a-5423-b365-355b05afdf2f with identifier: 120161932 to the API
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120161932?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4d104f23-f23a-5423-b365-355b05afdf2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF69OCG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120161932',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ESTATE',
'odometer': 85648,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-07',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN TIGUAN ESTATE 1.5 TSi EVO 130 Match 5dr',
'transmission': 'manual',
'trim': '1.5 TSi EVO 130 Match 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120161932%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Saving data for 120161932: {'auction_closing_time': 1774519200.0, 'created_time': 1774271545.983639, 'last_price_update_time': 1774501232.802826}
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120161932') HTTP/1.1" 204 0
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120059826
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059826%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 120059826: 0
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120485149
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120485149%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 120485149: 2
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120411669
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411669%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 120411669: 2
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 119537536
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119537536%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 119537536: 0
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 119651208
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119651208%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 119651208: 2
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 119756094
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119756094%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 119756094: 2
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120479870
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479870%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 120479870: 2
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120244319
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244319%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 120244319: 0
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120091035
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120091035%27 HTTP/1.1" 200 None
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Scrape type for 120091035: 0
2026-03-26 05:00:32 [astonbarclay.gb] INFO: Found listing with ID: 120262236
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262236%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120262236: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120090828
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120090828%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120090828: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119676270
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119676270%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119676270: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120372054
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120372054%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120372054: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120109434
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120109434%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120109434: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120040757
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120040757%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120040757: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119907155
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119907155%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119907155: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120059610
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059610%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120059610: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120406515
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406515%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120406515: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119853698
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119853698%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119853698: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119196461
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119196461%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119196461: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120475134
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475134%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120475134: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119325860
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119325860%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119325860: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119373461
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119373461%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119373461: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120417153
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417153%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120417153: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120473916
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473916%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120473916: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119579221
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119579221%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119579221: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119797897
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119797897%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119797897: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120151632
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120151632%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120151632: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119642095
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119642095%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119642095: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120351754
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351754%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120351754: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119937938
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119937938%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119937938: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119345464
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119345464%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119345464: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119821506
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119821506%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119821506: 2
2026-03-26 05:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120055940?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 117750130
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117750130%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 117750130: 0
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119915892
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119915892%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119915892: 2
2026-03-26 05:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120122180
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120122180%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120122180: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119581013
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119581013%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119581013: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119508668
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119508668%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119508668: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 119755396
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119755396%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 119755396: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120377822
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120377822%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120377822: 2
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120055940, 'registration': 'LJ72SDF', 'account': 'ZEN002', 'make': 'KIA', 'model': 'NIRO EV ESTATE', 'derivative': '150kW 4 65kWh 5dr Auto', 'mileage': 23067, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 66, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-09', 'fuel': 'Electric', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/4dca4c1d-644a-4e07-8580-f39e38350fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/8b9f8237-8149-4bc6-aa6b-bae056418ad5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/c83a6e7a-b650-4242-9cc0-b87b342d3c14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/38de2448-3a72-4230-ab42-24c63941ed01_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/e87ffef3-cade-4f2a-aeb0-bff1c1a2d52e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/32d2f977-72ae-4f44-b421-a0d46fd49dac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/4b22a3dc-0f12-44c0-99c4-5d7975bfe752_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/9e0d9a36-1819-47a6-acb4-eb0386b08c1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/bf00173b-75b5-497d-ac43-cc0de4549bb5_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 06/24 10K', 'remarks': 'VOSA STATES 22K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0ff39ad0-237b-480d-9e76-ea3be676c713.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120055940, 'registration': 'LJ72SDF', 'account': 'ZEN002', 'make': 'KIA', 'model': 'NIRO EV ESTATE', 'derivative': '150kW 4 65kWh 5dr Auto', 'mileage': 23067, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 66, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-09', 'fuel': 'Electric', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/4dca4c1d-644a-4e07-8580-f39e38350fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/8b9f8237-8149-4bc6-aa6b-bae056418ad5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/c83a6e7a-b650-4242-9cc0-b87b342d3c14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/38de2448-3a72-4230-ab42-24c63941ed01_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/e87ffef3-cade-4f2a-aeb0-bff1c1a2d52e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/32d2f977-72ae-4f44-b421-a0d46fd49dac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/4b22a3dc-0f12-44c0-99c4-5d7975bfe752_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/9e0d9a36-1819-47a6-acb4-eb0386b08c1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LJ72SDF/2026-03-02/image/bf00173b-75b5-497d-ac43-cc0de4549bb5_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 06/24 10K', 'remarks': 'VOSA STATES 22K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0ff39ad0-237b-480d-9e76-ea3be676c713.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25ae87dc-03dd-52ca-914b-3bd2bd1b592c with identifier: 120055940
2026-03-26 05:00:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25ae87dc-03dd-52ca-914b-3bd2bd1b592c with scrape type 2
2026-03-26 05:00:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25ae87dc-03dd-52ca-914b-3bd2bd1b592c with scrape type 2
2026-03-26 05:00:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 25ae87dc-03dd-52ca-914b-3bd2bd1b592c, identifier: 120055940
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Found listing with ID: 120056131
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056131%27 HTTP/1.1" 200 None
2026-03-26 05:00:33 [astonbarclay.gb] INFO: Scrape type for 120056131: 2
2026-03-26 05:00:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 25ae87dc-03dd-52ca-914b-3bd2bd1b592c with identifier: 120055940
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:33 [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:00:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:33 [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:00:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 25ae87dc-03dd-52ca-914b-3bd2bd1b592c with identifier: 120055940
2026-03-26 05:00:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 25ae87dc-03dd-52ca-914b-3bd2bd1b592c with identifier: 120055940 to the API
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120055940?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '25ae87dc-03dd-52ca-914b-3bd2bd1b592c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LJ72SDF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120055940',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'NIRO EV ESTATE',
'odometer': 23067,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-09',
'seller_name': 'Zenith',
'title': 'KIA NIRO EV ESTATE 150kW 4 65kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 4 65kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055940%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Saving data for 120055940: {'auction_closing_time': 1774519200.0, 'created_time': 1774271474.09971, 'last_price_update_time': 1774501234.113416}
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120055940') HTTP/1.1" 204 0
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120244888
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244888%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120244888: 2
2026-03-26 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120052843?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117741373?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119333923?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120400092?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119798644?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120147059
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120147059%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120147059: 0
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119648097
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119648097%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 119648097: 0
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119798473
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798473%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 119798473: 2
2026-03-26 05:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119613838
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119613838%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 119613838: 0
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 118319892
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118319892%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 118319892: 0
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120411982
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411982%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120411982: 0
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119431738
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119431738%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 119431738: 2
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 119850906
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119850906%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 119850906: 2
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120052843, 'registration': 'YA22LNW', 'account': 'ZEN009', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 21517, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 63, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-08-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA22LNW/2026-03-17/image/95d66164-8061-4c47-abad-f75f3c655cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/b80b71f4-f1e8-4e4b-8211-3e171e75d5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/c9a46fdd-e311-4f0a-9231-d53ff4c6b0bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/8811cd27-8b39-48ad-ae4d-bdd343ae49b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/63b1af4e-a383-4feb-89d7-1b857fcb5aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/9375fbb9-2add-40d4-a9a8-2304b196e108_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/1a654f71-ecfa-4309-aa39-60643ca3c55d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/9dfcf0c5-b993-4990-8c8d-614b9efb2a5c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 18K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9cb65b3c-0636-4da4-8d32-289e8fc39758.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120052843, 'registration': 'YA22LNW', 'account': 'ZEN009', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 Life 5dr', 'mileage': 21517, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 63, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-08-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-30', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA22LNW/2026-03-17/image/95d66164-8061-4c47-abad-f75f3c655cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/b80b71f4-f1e8-4e4b-8211-3e171e75d5f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/c9a46fdd-e311-4f0a-9231-d53ff4c6b0bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/8811cd27-8b39-48ad-ae4d-bdd343ae49b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/63b1af4e-a383-4feb-89d7-1b857fcb5aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/9375fbb9-2add-40d4-a9a8-2304b196e108_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/1a654f71-ecfa-4309-aa39-60643ca3c55d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA22LNW/2026-03-17/image/9dfcf0c5-b993-4990-8c8d-614b9efb2a5c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 18K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9cb65b3c-0636-4da4-8d32-289e8fc39758.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3cf021a-a1d2-522f-9956-096f54221353 with identifier: 120052843
2026-03-26 05:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3cf021a-a1d2-522f-9956-096f54221353 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3cf021a-a1d2-522f-9956-096f54221353 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a3cf021a-a1d2-522f-9956-096f54221353, identifier: 120052843
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117741373, 'registration': 'YF72OJS', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'E-TRON ESTATE', 'derivative': '230kW 50 Quattro 71kWh Sport 5dr Auto', 'mileage': 21375, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 67, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-23', 'fuel': 'Electric', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YF72OJS/2026-02-25/image/dd3f2690-1302-47bd-8521-bbbd79b08a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/f032c433-63b1-4ebc-a6c0-e0a4010a359e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/259fe90c-0e0b-454c-b27b-1af914da4af3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/af66003f-6664-42f1-b668-b1a986f1c0de_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/c86c4526-a6c2-4279-a1e2-5919118d17d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/ae7fe6e8-ffab-4f2d-b0d3-5d5147940f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/d881e7ca-dc61-4951-b64c-41a7db9b01df_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/c7e4bf0a-281a-4d26-a658-5d69d1bf2348_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/86904365-6039-4aa0-b719-5da5aea447f3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/24-13k,', 'remarks': 'vosa states 20k, SPARE KEY, Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ff79081-7d1e-4bad-845f-f6c2f63a9051.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117741373, 'registration': 'YF72OJS', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'E-TRON ESTATE', 'derivative': '230kW 50 Quattro 71kWh Sport 5dr Auto', 'mileage': 21375, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 67, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-23', 'fuel': 'Electric', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YF72OJS/2026-02-25/image/dd3f2690-1302-47bd-8521-bbbd79b08a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/f032c433-63b1-4ebc-a6c0-e0a4010a359e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/259fe90c-0e0b-454c-b27b-1af914da4af3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/af66003f-6664-42f1-b668-b1a986f1c0de_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/c86c4526-a6c2-4279-a1e2-5919118d17d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/ae7fe6e8-ffab-4f2d-b0d3-5d5147940f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/d881e7ca-dc61-4951-b64c-41a7db9b01df_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/c7e4bf0a-281a-4d26-a658-5d69d1bf2348_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72OJS/2026-02-25/image/86904365-6039-4aa0-b719-5da5aea447f3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/24-13k,', 'remarks': 'vosa states 20k, SPARE KEY, Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ff79081-7d1e-4bad-845f-f6c2f63a9051.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f534ff53-16a1-532e-a9fe-158f38b7e8f4 with identifier: 117741373
2026-03-26 05:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f534ff53-16a1-532e-a9fe-158f38b7e8f4 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f534ff53-16a1-532e-a9fe-158f38b7e8f4 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f534ff53-16a1-532e-a9fe-158f38b7e8f4, identifier: 117741373
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119333923, 'registration': 'SL72KSE', 'account': 'ZEN009', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Elite Edition 5dr', 'mileage': 11739, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 65, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL72KSE/2026-03-02/image/9e95079d-d0a9-48dc-bd2a-a4ba55f596d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/c30fb51d-7e98-4e33-81be-5feba382b69d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/de565eb9-e897-4f75-84a3-4d688c3e094b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/6c1a3493-f882-4dab-a62d-d5d59b3df4ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/97e52cb0-9304-499a-ae6c-bbdb3e15555a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/1a42a621-1308-4f1d-ac13-6d0e36b03b23_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/86858514-be85-4e7e-95fd-e5e423ddbbc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/4e20be04-fe4d-4496-8920-8621ecdaafe1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/fcd64209-392e-4e97-a8ac-ec0752b9881b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/23 1K 09/24 5K 09/25 9K', 'remarks': 'VOSA STATES 9K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b07147ed-72c2-4def-a98b-f3bee521dd52.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119333923, 'registration': 'SL72KSE', 'account': 'ZEN009', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Elite Edition 5dr', 'mileage': 11739, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 65, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL72KSE/2026-03-02/image/9e95079d-d0a9-48dc-bd2a-a4ba55f596d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/c30fb51d-7e98-4e33-81be-5feba382b69d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/de565eb9-e897-4f75-84a3-4d688c3e094b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/6c1a3493-f882-4dab-a62d-d5d59b3df4ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/97e52cb0-9304-499a-ae6c-bbdb3e15555a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/1a42a621-1308-4f1d-ac13-6d0e36b03b23_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/86858514-be85-4e7e-95fd-e5e423ddbbc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/4e20be04-fe4d-4496-8920-8621ecdaafe1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL72KSE/2026-03-02/image/fcd64209-392e-4e97-a8ac-ec0752b9881b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/23 1K 09/24 5K 09/25 9K', 'remarks': 'VOSA STATES 9K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b07147ed-72c2-4def-a98b-f3bee521dd52.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c03db203-7a99-5bac-8c4a-6f65d727eac0 with identifier: 119333923
2026-03-26 05:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c03db203-7a99-5bac-8c4a-6f65d727eac0 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c03db203-7a99-5bac-8c4a-6f65d727eac0 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c03db203-7a99-5bac-8c4a-6f65d727eac0, identifier: 119333923
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120400092, 'registration': 'YB71BSZ', 'account': 'ZEN009', 'make': 'AUDI', 'model': 'E-TRON ESTATE', 'derivative': '230kW 50 Quattro 71kWh Technik 5dr Auto', 'mileage': 36310, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 62, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-29', 'fuel': 'Electric', 'motExpiry': '2027-01-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/ca027ca3-9cff-4b4c-ac30-efdded5ad861_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/f9524941-48e5-4884-bd01-2dda3585e742_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/54f31599-b2ee-48ba-8d42-663e749e8b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/f6c6f975-a1a6-4dd7-9975-dc9cf99889a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/b83ca1f9-d07b-4773-84f1-464716b48d98_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/2ed828a7-e9b5-454f-bab5-bb934f2b4f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/78b45a96-923d-4627-9811-737bd3dbb5b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/053c3941-97b2-40da-ad56-469589884720_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 25K 34K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bcacb645-b906-4368-bb71-5fd79b010333.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120400092, 'registration': 'YB71BSZ', 'account': 'ZEN009', 'make': 'AUDI', 'model': 'E-TRON ESTATE', 'derivative': '230kW 50 Quattro 71kWh Technik 5dr Auto', 'mileage': 36310, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 62, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-29', 'fuel': 'Electric', 'motExpiry': '2027-01-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/ca027ca3-9cff-4b4c-ac30-efdded5ad861_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/f9524941-48e5-4884-bd01-2dda3585e742_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/54f31599-b2ee-48ba-8d42-663e749e8b68_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/f6c6f975-a1a6-4dd7-9975-dc9cf99889a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/b83ca1f9-d07b-4773-84f1-464716b48d98_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/2ed828a7-e9b5-454f-bab5-bb934f2b4f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/78b45a96-923d-4627-9811-737bd3dbb5b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71BSZ/2026-03-17/image/053c3941-97b2-40da-ad56-469589884720_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 25K 34K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bcacb645-b906-4368-bb71-5fd79b010333.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d601a403-1be7-5b98-8c1b-fc17808443a9 with identifier: 120400092
2026-03-26 05:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d601a403-1be7-5b98-8c1b-fc17808443a9 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d601a403-1be7-5b98-8c1b-fc17808443a9 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d601a403-1be7-5b98-8c1b-fc17808443a9, identifier: 120400092
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119798644, 'registration': 'YJ24DRL', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q8 E-TRON ESTATE', 'derivative': '250kW 50 Quattro 95kWh Black Ed 5dr At [Tech Pro]', 'mileage': 22146, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 64, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-19', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/b5245823-65ac-4b35-91f3-f0749a406918_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/45f75ce3-aafb-457d-a60d-75c85ef44ac4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/3c4a6b05-7bab-4a5a-9464-e5498e0479c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/71b217fa-c64e-4409-8e7f-beb7b5d259fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/11cbdda6-ee7c-4791-b4e1-920ce6c71c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/6017d40a-ed60-430e-b7ca-4678dccb3c71_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/ea551663-84ab-4aab-948e-73a7cab606f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/aff47287-0dfa-40a3-8d72-f3429058e2ff_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/25 18K', 'remarks': 'Mythos Black Metallic SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d51f60b-cfe7-474d-b6af-faa08a4e6031.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119798644, 'registration': 'YJ24DRL', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q8 E-TRON ESTATE', 'derivative': '250kW 50 Quattro 95kWh Black Ed 5dr At [Tech Pro]', 'mileage': 22146, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 64, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-19', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/b5245823-65ac-4b35-91f3-f0749a406918_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/45f75ce3-aafb-457d-a60d-75c85ef44ac4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/3c4a6b05-7bab-4a5a-9464-e5498e0479c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/71b217fa-c64e-4409-8e7f-beb7b5d259fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/11cbdda6-ee7c-4791-b4e1-920ce6c71c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/6017d40a-ed60-430e-b7ca-4678dccb3c71_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/ea551663-84ab-4aab-948e-73a7cab606f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ24DRL/2026-03-16/image/aff47287-0dfa-40a3-8d72-f3429058e2ff_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/25 18K', 'remarks': 'Mythos Black Metallic SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d51f60b-cfe7-474d-b6af-faa08a4e6031.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ee2845-463e-5838-9e03-c583443c0327 with identifier: 119798644
2026-03-26 05:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ee2845-463e-5838-9e03-c583443c0327 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87ee2845-463e-5838-9e03-c583443c0327 with scrape type 2
2026-03-26 05:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 87ee2845-463e-5838-9e03-c583443c0327, identifier: 119798644
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Found listing with ID: 120055031
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055031%27 HTTP/1.1" 200 None
2026-03-26 05:00:34 [astonbarclay.gb] INFO: Scrape type for 120055031: 2
2026-03-26 05:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a3cf021a-a1d2-522f-9956-096f54221353 with identifier: 120052843
2026-03-26 05:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:35 [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:00:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:35 [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:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a3cf021a-a1d2-522f-9956-096f54221353 with identifier: 120052843
2026-03-26 05:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a3cf021a-a1d2-522f-9956-096f54221353 with identifier: 120052843 to the API
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120052843?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a3cf021a-a1d2-522f-9956-096f54221353',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA22LNW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120052843',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 21517,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 Life 5dr',
'transmission': 'manual',
'trim': '1.0 Life 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120052843%27 HTTP/1.1" 200 None
2026-03-26 05:00:35 [astonbarclay.gb] INFO: Saving data for 120052843: {'auction_closing_time': 1774519200.0, 'created_time': 1774271594.619536, 'last_price_update_time': 1774501235.346554}
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120052843') HTTP/1.1" 204 0
2026-03-26 05:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f534ff53-16a1-532e-a9fe-158f38b7e8f4 with identifier: 117741373
2026-03-26 05:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f534ff53-16a1-532e-a9fe-158f38b7e8f4 with identifier: 117741373
2026-03-26 05:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f534ff53-16a1-532e-a9fe-158f38b7e8f4 with identifier: 117741373 to the API
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117741373?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f534ff53-16a1-532e-a9fe-158f38b7e8f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF72OJS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117741373',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'E-TRON ESTATE',
'odometer': 21375,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-23',
'seller_name': 'Zenith',
'title': 'AUDI E-TRON ESTATE 230kW 50 Quattro 71kWh Sport 5dr Auto',
'transmission': 'automatic',
'trim': '230kW 50 Quattro 71kWh Sport 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117741373%27 HTTP/1.1" 200 None
2026-03-26 05:00:35 [astonbarclay.gb] INFO: Saving data for 117741373: {'auction_closing_time': 1774519200.0, 'created_time': 1774271353.51497, 'last_price_update_time': 1774501235.644115}
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117741373') HTTP/1.1" 204 0
2026-03-26 05:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c03db203-7a99-5bac-8c4a-6f65d727eac0 with identifier: 119333923
2026-03-26 05:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c03db203-7a99-5bac-8c4a-6f65d727eac0 with identifier: 119333923
2026-03-26 05:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c03db203-7a99-5bac-8c4a-6f65d727eac0 with identifier: 119333923 to the API
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119333923?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c03db203-7a99-5bac-8c4a-6f65d727eac0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SL72KSE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119333923',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 11739,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Zenith',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Elite Edition 5dr',
'transmission': 'manual',
'trim': '1.2 Elite Edition 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119333923%27 HTTP/1.1" 200 None
2026-03-26 05:00:35 [astonbarclay.gb] INFO: Saving data for 119333923: {'auction_closing_time': 1774519200.0, 'created_time': 1774271503.104774, 'last_price_update_time': 1774501235.933263}
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119333923') HTTP/1.1" 204 0
2026-03-26 05:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d601a403-1be7-5b98-8c1b-fc17808443a9 with identifier: 120400092
2026-03-26 05:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d601a403-1be7-5b98-8c1b-fc17808443a9 with identifier: 120400092
2026-03-26 05:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d601a403-1be7-5b98-8c1b-fc17808443a9 with identifier: 120400092 to the API
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120400092?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd601a403-1be7-5b98-8c1b-fc17808443a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB71BSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120400092',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'E-TRON ESTATE',
'odometer': 36310,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seller_name': 'Zenith',
'title': 'AUDI E-TRON ESTATE 230kW 50 Quattro 71kWh Technik 5dr Auto',
'transmission': 'automatic',
'trim': '230kW 50 Quattro 71kWh Technik 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400092%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Saving data for 120400092: {'auction_closing_time': 1774519200.0, 'created_time': 1774271382.359142, 'last_price_update_time': 1774501236.238822}
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120400092') HTTP/1.1" 204 0
2026-03-26 05:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 87ee2845-463e-5838-9e03-c583443c0327 with identifier: 119798644
2026-03-26 05:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 87ee2845-463e-5838-9e03-c583443c0327 with identifier: 119798644
2026-03-26 05:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 87ee2845-463e-5838-9e03-c583443c0327 with identifier: 119798644 to the API
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119798644?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '87ee2845-463e-5838-9e03-c583443c0327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YJ24DRL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119798644',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q8 E-TRON ESTATE',
'odometer': 22146,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-19',
'seller_name': 'Zenith',
'title': 'AUDI Q8 E-TRON ESTATE 250kW 50 Quattro 95kWh Black Ed 5dr At [Tech '
'Pro]',
'transmission': 'automatic',
'trim': '250kW 50 Quattro 95kWh Black Ed 5dr At [Tech Pro]',
'vin': None,
'year': 2024}
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798644%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Saving data for 119798644: {'auction_closing_time': 1774519200.0, 'created_time': 1774271625.101469, 'last_price_update_time': 1774501236.591558}
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119798644') HTTP/1.1" 204 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120310450
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120310450%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 120310450: 2
2026-03-26 05:00:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119782336?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120483011?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119772022
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119772022%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 119772022: 2
2026-03-26 05:00:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120226993
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120226993%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 120226993: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 115946044
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27115946044%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 115946044: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 114387843
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114387843%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 114387843: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 116896106
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116896106%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 116896106: 2
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 114098261
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114098261%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 114098261: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 120299755
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120299755%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 120299755: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119193826
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119193826%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 119193826: 2
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119972264
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119972264%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 119972264: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 114638344
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114638344%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 114638344: 0
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Found listing with ID: 119639426
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119639426%27 HTTP/1.1" 200 None
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Scrape type for 119639426: 2
2026-03-26 05:00:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120169224?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119782336, 'registration': 'MK22APO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '125kW 35 55kWh Sport 5dr Auto', 'mileage': 21331, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 70, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-16', 'fuel': 'Electric', 'motExpiry': '2026-03-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK22APO/2026-03-17/image/50e683c9-97ad-40e8-b943-32d2a4b26201_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/a2755258-f60f-4555-991c-3fd7563aa411_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/a42589b2-b082-4633-adf5-f1f615b81fa5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/208e2563-72b2-4682-9dc3-24f5fc8be90f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/b825ac66-3879-4b4b-81bc-55974cf07a24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/b7761649-afa4-4eda-ae0a-92871c4bcb06_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/87f97c28-2377-419c-8c9b-921501a1d06e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/c5fa4a3a-a1db-41ce-b692-dc1623b8b39e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/24 14K', 'remarks': 'VOSA STATES 15K 21K Metallic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/274fee00-e9b1-419e-b001-cb864e17c490.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119782336, 'registration': 'MK22APO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON SPORTBACK', 'derivative': '125kW 35 55kWh Sport 5dr Auto', 'mileage': 21331, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 70, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-16', 'fuel': 'Electric', 'motExpiry': '2026-03-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK22APO/2026-03-17/image/50e683c9-97ad-40e8-b943-32d2a4b26201_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/a2755258-f60f-4555-991c-3fd7563aa411_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/a42589b2-b082-4633-adf5-f1f615b81fa5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/208e2563-72b2-4682-9dc3-24f5fc8be90f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/b825ac66-3879-4b4b-81bc-55974cf07a24_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/b7761649-afa4-4eda-ae0a-92871c4bcb06_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/87f97c28-2377-419c-8c9b-921501a1d06e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22APO/2026-03-17/image/c5fa4a3a-a1db-41ce-b692-dc1623b8b39e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/24 14K', 'remarks': 'VOSA STATES 15K 21K Metallic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/274fee00-e9b1-419e-b001-cb864e17c490.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8a645bb-1605-5877-9b8a-a6cfd84fb557 with identifier: 119782336
2026-03-26 05:00:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8a645bb-1605-5877-9b8a-a6cfd84fb557 with scrape type 2
2026-03-26 05:00:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8a645bb-1605-5877-9b8a-a6cfd84fb557 with scrape type 2
2026-03-26 05:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b8a645bb-1605-5877-9b8a-a6cfd84fb557, identifier: 119782336
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120483011, 'registration': 'BJ22OSG', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'SUPERB DIESEL ESTATE', 'derivative': '2.0 TDI CR SE Technology 5dr', 'mileage': 47443, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 39, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/5e18a0d5-c113-4ef9-b80c-25df8e516138_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/3f2bcf9b-2d43-4ae2-9fb8-2d452fcf7fca_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/5a63dc9b-b7e0-4576-a97f-a4015a424b63_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/cfb1f41b-2bfd-4046-8831-f590520e4d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/4203560b-40e7-4f0f-8739-a4d3bc972770_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/5120355c-fda9-4c61-8606-19854ffc8f92_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/d95569b0-c157-45be-9d7b-12a7490f6aa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/f125531a-3917-4f47-a199-58589c8dfd6c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/23 12k 02/24 22k 08/25 45k', 'remarks': 'SPARE KEY, VOSA STATES 35K 47K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12d7a443-fde1-42de-bb97-0c93e3c42f84.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120483011, 'registration': 'BJ22OSG', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'SUPERB DIESEL ESTATE', 'derivative': '2.0 TDI CR SE Technology 5dr', 'mileage': 47443, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 39, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/5e18a0d5-c113-4ef9-b80c-25df8e516138_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/3f2bcf9b-2d43-4ae2-9fb8-2d452fcf7fca_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/5a63dc9b-b7e0-4576-a97f-a4015a424b63_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/cfb1f41b-2bfd-4046-8831-f590520e4d1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/4203560b-40e7-4f0f-8739-a4d3bc972770_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/5120355c-fda9-4c61-8606-19854ffc8f92_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/d95569b0-c157-45be-9d7b-12a7490f6aa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22OSG/2026-03-19/image/f125531a-3917-4f47-a199-58589c8dfd6c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/23 12k 02/24 22k 08/25 45k', 'remarks': 'SPARE KEY, VOSA STATES 35K 47K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12d7a443-fde1-42de-bb97-0c93e3c42f84.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a246c880-ecf2-59a8-abee-9aa0c89a14a3 with identifier: 120483011
2026-03-26 05:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a246c880-ecf2-59a8-abee-9aa0c89a14a3 with scrape type 2
2026-03-26 05:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a246c880-ecf2-59a8-abee-9aa0c89a14a3 with scrape type 2
2026-03-26 05:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a246c880-ecf2-59a8-abee-9aa0c89a14a3, identifier: 120483011
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120442728
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442728%27 HTTP/1.1" 200 None
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120442728: 0
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120264238
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264238%27 HTTP/1.1" 200 None
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120264238: 2
2026-03-26 05:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b8a645bb-1605-5877-9b8a-a6cfd84fb557 with identifier: 119782336
2026-03-26 05:00:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b8a645bb-1605-5877-9b8a-a6cfd84fb557 with identifier: 119782336
2026-03-26 05:00:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b8a645bb-1605-5877-9b8a-a6cfd84fb557 with identifier: 119782336 to the API
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119782336?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b8a645bb-1605-5877-9b8a-a6cfd84fb557',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MK22APO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119782336',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON SPORTBACK',
'odometer': 21331,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON SPORTBACK 125kW 35 55kWh Sport 5dr Auto',
'transmission': 'automatic',
'trim': '125kW 35 55kWh Sport 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119782336%27 HTTP/1.1" 200 None
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Saving data for 119782336: {'auction_closing_time': 1774519200.0, 'created_time': 1774271542.276256, 'last_price_update_time': 1774501237.496718}
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119782336') HTTP/1.1" 204 0
2026-03-26 05:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a246c880-ecf2-59a8-abee-9aa0c89a14a3 with identifier: 120483011
2026-03-26 05:00:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a246c880-ecf2-59a8-abee-9aa0c89a14a3 with identifier: 120483011
2026-03-26 05:00:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a246c880-ecf2-59a8-abee-9aa0c89a14a3 with identifier: 120483011 to the API
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120483011?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'a246c880-ecf2-59a8-abee-9aa0c89a14a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ22OSG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120483011',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SKODA',
'model': 'SUPERB DIESEL ESTATE',
'odometer': 47443,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seller_name': 'Zenith',
'title': 'SKODA SUPERB DIESEL ESTATE 2.0 TDI CR SE Technology 5dr',
'transmission': 'manual',
'trim': '2.0 TDI CR SE Technology 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120483011%27 HTTP/1.1" 200 None
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Saving data for 120483011: {'auction_closing_time': 1774519200.0, 'created_time': 1774271585.247333, 'last_price_update_time': 1774501237.914615}
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120483011') HTTP/1.1" 204 0
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Found listing with ID: 120542837
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542837%27 HTTP/1.1" 200 None
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Scrape type for 120542837: 2
2026-03-26 05:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119467880?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120539350?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119760430?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119641868?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120169224, 'registration': 'ML22ORP', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 250e AMG Line Premium 4dr Tip Auto', 'mileage': 65535, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 69, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-04-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-04-09', 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ML22ORP/2026-03-19/image/b2b8f465-1a3b-4487-8885-5df4a8b873c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/b851532c-9bf0-4607-b7fc-146a343b528c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/480c5102-0c24-4604-8550-f81fbf5aa181_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/ba8f8fc3-f057-4e00-9c9e-46d8968e7f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/963a8b5e-e755-4ad4-a613-4682b59c4560_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/8aae5f02-742c-4709-9d98-b72ebbebb101_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/70a377b4-f186-407a-ac5a-af159e30b016_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/d975c21d-edfe-4743-ad8e-b030b028616d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/23 6K 05/24 33K 11/25 60K', 'remarks': 'VOSA STATES 47K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 23, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34d3a292-c133-406a-96eb-46694e4bbea4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120169224, 'registration': 'ML22ORP', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 250e AMG Line Premium 4dr Tip Auto', 'mileage': 65535, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 69, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-04-05', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-04-09', 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ML22ORP/2026-03-19/image/b2b8f465-1a3b-4487-8885-5df4a8b873c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/b851532c-9bf0-4607-b7fc-146a343b528c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/480c5102-0c24-4604-8550-f81fbf5aa181_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/ba8f8fc3-f057-4e00-9c9e-46d8968e7f4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/963a8b5e-e755-4ad4-a613-4682b59c4560_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/8aae5f02-742c-4709-9d98-b72ebbebb101_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/70a377b4-f186-407a-ac5a-af159e30b016_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML22ORP/2026-03-19/image/d975c21d-edfe-4743-ad8e-b030b028616d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/23 6K 05/24 33K 11/25 60K', 'remarks': 'VOSA STATES 47K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 23, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34d3a292-c133-406a-96eb-46694e4bbea4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79dcfa6f-010a-525a-a6a8-abf82c743328 with identifier: 120169224
2026-03-26 05:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79dcfa6f-010a-525a-a6a8-abf82c743328 with scrape type 2
2026-03-26 05:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79dcfa6f-010a-525a-a6a8-abf82c743328 with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 79dcfa6f-010a-525a-a6a8-abf82c743328, identifier: 120169224
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 119967315
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119967315%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 119967315: 2
2026-03-26 05:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 79dcfa6f-010a-525a-a6a8-abf82c743328 with identifier: 120169224
2026-03-26 05:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 79dcfa6f-010a-525a-a6a8-abf82c743328 with identifier: 120169224
2026-03-26 05:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 79dcfa6f-010a-525a-a6a8-abf82c743328 with identifier: 120169224 to the API
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120169224?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 23,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '79dcfa6f-010a-525a-a6a8-abf82c743328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML22ORP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120169224',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 65535,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-05',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ CLA COUPE CLA 250e AMG Line Premium 4dr Tip Auto',
'transmission': 'automatic',
'trim': 'CLA 250e AMG Line Premium 4dr Tip Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120169224%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Saving data for 120169224: {'auction_closing_time': 1774519200.0, 'created_time': 1774271567.678364, 'last_price_update_time': 1774501238.40234}
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120169224') HTTP/1.1" 204 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 119646645
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119646645%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 119646645: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 119504828
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119504828%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 119504828: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 119498921
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119498921%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 119498921: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 116643554
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116643554%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 116643554: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 118608407
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118608407%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 118608407: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 118950379
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118950379%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 118950379: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 118463621
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118463621%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 118463621: 0
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Found listing with ID: 120446994
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446994%27 HTTP/1.1" 200 None
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Scrape type for 120446994: 2
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119467880, 'registration': 'KE70OUP', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 82108, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 84, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-11-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-10-23', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KE70OUP/2026-03-02/image/0ce93974-513b-49b1-b47a-0103d3eb86f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/97beb0a4-75a3-497e-b3d7-8f10746634ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/e3192374-aeb1-4152-b771-ff97c98c699a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/c10bb727-f315-409d-a973-f8734f38edc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/a351881d-4008-4047-a776-5272885a622f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/ab72c990-01ed-44ed-8edc-646e5423732d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/9c776ee3-dd5a-49aa-9301-242cb4fc08f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/d70ef2d9-4ad1-48fc-88ff-85a1e28e7331_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/d2fb6acf-35cd-4596-82d7-1b55e48aea80_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25 58K 12/25 77K', 'remarks': 'SPARE KEY, VOSA STATES 28K 46K 70K \t 4kl Aluminium Mesheffect Interior Trim\tA96 Mineral White\tM Sport Pro Package Zgk Premium Package\tZgm Comfort Package', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 35, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2642ab0-8997-4529-b61c-d1ffbc2b675f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119467880, 'registration': 'KE70OUP', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 82108, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 84, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-11-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-10-23', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KE70OUP/2026-03-02/image/0ce93974-513b-49b1-b47a-0103d3eb86f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/97beb0a4-75a3-497e-b3d7-8f10746634ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/e3192374-aeb1-4152-b771-ff97c98c699a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/c10bb727-f315-409d-a973-f8734f38edc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/a351881d-4008-4047-a776-5272885a622f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/ab72c990-01ed-44ed-8edc-646e5423732d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/9c776ee3-dd5a-49aa-9301-242cb4fc08f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/d70ef2d9-4ad1-48fc-88ff-85a1e28e7331_removebg.jpg?w=600', 'https://abimg003.imgix.net/KE70OUP/2026-03-02/image/d2fb6acf-35cd-4596-82d7-1b55e48aea80_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25 58K 12/25 77K', 'remarks': 'SPARE KEY, VOSA STATES 28K 46K 70K \t 4kl Aluminium Mesheffect Interior Trim\tA96 Mineral White\tM Sport Pro Package Zgk Premium Package\tZgm Comfort Package', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 35, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2642ab0-8997-4529-b61c-d1ffbc2b675f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c with identifier: 119467880
2026-03-26 05:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c, identifier: 119467880
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120539350, 'registration': 'FE22VSP', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON SPECIAL EDITIONS', 'derivative': '330e M Sport Pro Edition 4dr Step Auto', 'mileage': 70428, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 73, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-17', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FE22VSP/2026-03-25/image/c6e007ef-ad42-4826-b90c-eaa9824e0416_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/c4ddb6e8-314c-4dca-bb58-3c872dbbc3dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/9160d993-417c-4255-bed5-9c39086f5277_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/e1a4a0fe-fae4-4f8a-8123-e6109efe5317_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/30f3fcbb-629e-4f85-9eda-3ed9b3b96c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/0e3a2860-ba58-4800-918a-b9c483dacfb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/f07f12df-fdb0-4edf-91d5-22c3b5608f60_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/f73bb8c7-a6f7-4ad3-9f1b-e1cc678130f9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/24-66K, 10/25-63K', 'remarks': 'SPARE KEY, VOSA STATES 55K 70K\t 19in Rft M Light Double Spoke Style 791m\tBMW Individual Piano Blck Interior Trim\tDravit Grey Front Lumbar Support - Driver', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 34, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea20e512-f9ff-4c7b-adf3-1b38691db646.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120539350, 'registration': 'FE22VSP', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON SPECIAL EDITIONS', 'derivative': '330e M Sport Pro Edition 4dr Step Auto', 'mileage': 70428, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 73, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-17', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FE22VSP/2026-03-25/image/c6e007ef-ad42-4826-b90c-eaa9824e0416_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/c4ddb6e8-314c-4dca-bb58-3c872dbbc3dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/9160d993-417c-4255-bed5-9c39086f5277_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/e1a4a0fe-fae4-4f8a-8123-e6109efe5317_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/30f3fcbb-629e-4f85-9eda-3ed9b3b96c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/0e3a2860-ba58-4800-918a-b9c483dacfb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/f07f12df-fdb0-4edf-91d5-22c3b5608f60_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22VSP/2026-03-25/image/f73bb8c7-a6f7-4ad3-9f1b-e1cc678130f9_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/24-66K, 10/25-63K', 'remarks': 'SPARE KEY, VOSA STATES 55K 70K\t 19in Rft M Light Double Spoke Style 791m\tBMW Individual Piano Blck Interior Trim\tDravit Grey Front Lumbar Support - Driver', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 34, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea20e512-f9ff-4c7b-adf3-1b38691db646.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b28dff7a-28cf-57e7-a043-7109583f884c with identifier: 120539350
2026-03-26 05:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b28dff7a-28cf-57e7-a043-7109583f884c with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b28dff7a-28cf-57e7-a043-7109583f884c with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b28dff7a-28cf-57e7-a043-7109583f884c, identifier: 120539350
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119760430, 'registration': 'BL25ZBG', 'account': 'ZEN002', 'make': 'PORSCHE', 'model': 'TAYCAN SALOON', 'derivative': '300kW 89kWh 4dr RWD Auto [5 Seat]', 'mileage': 10085, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 74, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-06-21', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/c7b88e68-282a-40b9-9b60-115e2fbbf72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/cbe64df6-5d58-4c44-b870-2a0bf2c694b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/b44c5ef8-6d47-4b5e-88b7-4f52853cea23_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/149b3f23-76e6-47a1-9b36-55935ae78aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/5425396c-46d7-4521-b0d5-ac158504bc52_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/8a97f3ed-00f8-48cd-bb40-30f53fef2431_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/d956ddb5-737c-4309-8492-2d0f494ace2c_removebg.jpg?w=600'], 'colour': 'Porsche special metallic - Crayon', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/24f7f7ee-2633-49be-aaf4-d20c89a83cae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119760430, 'registration': 'BL25ZBG', 'account': 'ZEN002', 'make': 'PORSCHE', 'model': 'TAYCAN SALOON', 'derivative': '300kW 89kWh 4dr RWD Auto [5 Seat]', 'mileage': 10085, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 74, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-06-21', 'fuel': 'Electric', 'motExpiry': None, 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/c7b88e68-282a-40b9-9b60-115e2fbbf72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/cbe64df6-5d58-4c44-b870-2a0bf2c694b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/b44c5ef8-6d47-4b5e-88b7-4f52853cea23_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/149b3f23-76e6-47a1-9b36-55935ae78aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/5425396c-46d7-4521-b0d5-ac158504bc52_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/8a97f3ed-00f8-48cd-bb40-30f53fef2431_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL25ZBG/2026-03-17/image/d956ddb5-737c-4309-8492-2d0f494ace2c_removebg.jpg?w=600'], 'colour': 'Porsche special metallic - Crayon', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/24f7f7ee-2633-49be-aaf4-d20c89a83cae.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bde17a0-a8d5-5104-9942-3064fe561f9e with identifier: 119760430
2026-03-26 05:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bde17a0-a8d5-5104-9942-3064fe561f9e with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bde17a0-a8d5-5104-9942-3064fe561f9e with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1bde17a0-a8d5-5104-9942-3064fe561f9e, identifier: 119760430
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119641868, 'registration': 'LG22ZKJ', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 43906, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 81, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-03-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/4eece057-6a0d-4bdd-9dd2-fe3f7dc3b397_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/ca311da0-b823-4e45-8209-99545ffd458c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/dfbe473b-6014-4895-a0b1-eaf1ba67b487_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/a4fd48a9-7393-4a77-8359-956da2cc2fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/88b41178-9f7a-4eea-8a48-2ede753054d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/5d984411-58c9-45ff-88fa-ea81e204c5fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/42ce0fed-8ecc-4bba-b133-8f643bcba037_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/c7bb0fc0-635b-414c-9b18-7a65d67feb2a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6b0eee76-6315-4179-8b8d-8c71d00ba77b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119641868, 'registration': 'LG22ZKJ', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 43906, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 81, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-03-29', 'fuel': 'Petrol', 'motExpiry': '2026-03-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/4eece057-6a0d-4bdd-9dd2-fe3f7dc3b397_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/ca311da0-b823-4e45-8209-99545ffd458c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/dfbe473b-6014-4895-a0b1-eaf1ba67b487_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/a4fd48a9-7393-4a77-8359-956da2cc2fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/88b41178-9f7a-4eea-8a48-2ede753054d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/5d984411-58c9-45ff-88fa-ea81e204c5fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/42ce0fed-8ecc-4bba-b133-8f643bcba037_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKJ/2026-02-26/image/c7bb0fc0-635b-414c-9b18-7a65d67feb2a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 35K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6b0eee76-6315-4179-8b8d-8c71d00ba77b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b1bcca-2306-5f2a-960d-fe49964ab4cf with identifier: 119641868
2026-03-26 05:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b1bcca-2306-5f2a-960d-fe49964ab4cf with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6b1bcca-2306-5f2a-960d-fe49964ab4cf with scrape type 2
2026-03-26 05:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6b1bcca-2306-5f2a-960d-fe49964ab4cf, identifier: 119641868
2026-03-26 05:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c with identifier: 119467880
2026-03-26 05:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c with identifier: 119467880
2026-03-26 05:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 92ecc3b6-0e8f-50c0-87b7-07479cb36f9c with identifier: 119467880 to the API
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119467880?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 35,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '92ecc3b6-0e8f-50c0-87b7-07479cb36f9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KE70OUP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119467880',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 82108,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-26',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto',
'vin': None,
'year': 2020}
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119467880%27 HTTP/1.1" 200 None
2026-03-26 05:00:39 [astonbarclay.gb] INFO: Saving data for 119467880: {'auction_closing_time': 1774519200.0, 'created_time': 1774271512.015711, 'last_price_update_time': 1774501239.225081}
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119467880') HTTP/1.1" 204 0
2026-03-26 05:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b28dff7a-28cf-57e7-a043-7109583f884c with identifier: 120539350
2026-03-26 05:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b28dff7a-28cf-57e7-a043-7109583f884c with identifier: 120539350
2026-03-26 05:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b28dff7a-28cf-57e7-a043-7109583f884c with identifier: 120539350 to the API
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120539350?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 34,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'b28dff7a-28cf-57e7-a043-7109583f884c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FE22VSP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120539350',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON SPECIAL EDITIONS',
'odometer': 70428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON SPECIAL EDITIONS 330e M Sport Pro Edition 4dr '
'Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport Pro Edition 4dr Step Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120539350%27 HTTP/1.1" 200 None
2026-03-26 05:00:39 [astonbarclay.gb] INFO: Saving data for 120539350: {'auction_closing_time': 1774519200.0, 'created_time': 1774271563.950442, 'last_price_update_time': 1774501239.539394}
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120539350') HTTP/1.1" 204 0
2026-03-26 05:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1bde17a0-a8d5-5104-9942-3064fe561f9e with identifier: 119760430
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Porsche+special+metallic+-+Crayon HTTP/1.1" 200 None
2026-03-26 05:00:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:39 [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:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1bde17a0-a8d5-5104-9942-3064fe561f9e with identifier: 119760430
2026-03-26 05:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1bde17a0-a8d5-5104-9942-3064fe561f9e with identifier: 119760430 to the API
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119760430?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'Porsche special metallic',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '1bde17a0-a8d5-5104-9942-3064fe561f9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL25ZBG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119760430',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PORSCHE',
'model': 'TAYCAN SALOON',
'odometer': 10085,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-21',
'seller_name': 'Zenith',
'title': 'PORSCHE TAYCAN SALOON 300kW 89kWh 4dr RWD Auto [5 Seat]',
'transmission': 'automatic',
'trim': '300kW 89kWh 4dr RWD Auto [5 Seat]',
'vin': None,
'year': 2025}
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119760430%27 HTTP/1.1" 200 None
2026-03-26 05:00:39 [astonbarclay.gb] INFO: Saving data for 119760430: {'auction_closing_time': 1774519200.0, 'created_time': 1774271474.848169, 'last_price_update_time': 1774501239.973793}
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119760430') HTTP/1.1" 204 0
2026-03-26 05:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6b1bcca-2306-5f2a-960d-fe49964ab4cf with identifier: 119641868
2026-03-26 05:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6b1bcca-2306-5f2a-960d-fe49964ab4cf with identifier: 119641868
2026-03-26 05:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6b1bcca-2306-5f2a-960d-fe49964ab4cf with identifier: 119641868 to the API
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119641868?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6b1bcca-2306-5f2a-960d-fe49964ab4cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LG22ZKJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119641868',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 43906,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-29',
'seller_name': 'Zenith',
'title': 'FORD PUMA HATCHBACK 1.0 EcoBoost Hybrid mHEV Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV Titanium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641868%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Saving data for 119641868: {'auction_closing_time': 1774519200.0, 'created_time': 1774271340.508395, 'last_price_update_time': 1774501240.307102}
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119641868') HTTP/1.1" 204 0
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120617471
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617471%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120617471: 2
2026-03-26 05:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119856739?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119821506?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119553413?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120415189
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415189%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120415189: 2
2026-03-26 05:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120447093
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447093%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120447093: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120463311
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463311%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120463311: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120378446
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120378446%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120378446: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120442874
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442874%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120442874: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120484995
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484995%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120484995: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120446950
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446950%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120446950: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120393576
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120393576%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120393576: 2
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119856739, 'registration': 'DN72PXT', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi SE Connect 5dr 2WD', 'mileage': 17627, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 79, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN72PXT/2026-03-25/image/6d118fec-646e-4010-8f5f-fde191d8e72f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/6a9ae224-b334-4be9-ace7-55c312b15787_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/4fbcd907-74b1-46ac-9151-df1dc21e7843_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/d2462d2f-46d6-4ff8-964a-41223d3a1d4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/130bf3f2-1574-46a5-ae0e-269df3f60fad_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/76e52344-5fde-4152-9961-4914496c0fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/9bde83c4-2397-4cbd-bf65-2f830567509c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/ba59b6ca-a6a3-44f5-9056-2c9a35343283_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/34915249-bb87-48cb-be8e-a1ed020c8822_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/23 2K 02/25 10K 02/26 17K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d81101b-5299-42a3-9ae8-0e61b633e6d7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119856739, 'registration': 'DN72PXT', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi SE Connect 5dr 2WD', 'mileage': 17627, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 79, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN72PXT/2026-03-25/image/6d118fec-646e-4010-8f5f-fde191d8e72f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/6a9ae224-b334-4be9-ace7-55c312b15787_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/4fbcd907-74b1-46ac-9151-df1dc21e7843_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/d2462d2f-46d6-4ff8-964a-41223d3a1d4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/130bf3f2-1574-46a5-ae0e-269df3f60fad_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/76e52344-5fde-4152-9961-4914496c0fd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/9bde83c4-2397-4cbd-bf65-2f830567509c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/ba59b6ca-a6a3-44f5-9056-2c9a35343283_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72PXT/2026-03-25/image/34915249-bb87-48cb-be8e-a1ed020c8822_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/23 2K 02/25 10K 02/26 17K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d81101b-5299-42a3-9ae8-0e61b633e6d7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a58d026-5802-5d35-9f82-73be24991787 with identifier: 119856739
2026-03-26 05:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a58d026-5802-5d35-9f82-73be24991787 with scrape type 2
2026-03-26 05:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a58d026-5802-5d35-9f82-73be24991787 with scrape type 2
2026-03-26 05:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a58d026-5802-5d35-9f82-73be24991787, identifier: 119856739
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119821506, 'registration': 'LD70XRO', 'account': 'ZEN002', 'make': 'KIA', 'model': 'E-NIRO ELECTRIC ESTATE', 'derivative': '150kW 3 64kWh 5dr Auto', 'mileage': 52873, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 122, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-02-04', 'fuel': 'Electric', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LD70XRO/2026-02-24/image/fe901e75-8484-4a85-b057-a4b0d1947266_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/afc87bc3-12a4-49bd-a67c-8b2447d5b63f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/aa2feebe-a12b-4e2d-966f-ef2ea521d601_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/b81bc81e-c4d5-44e3-94de-b7288802c9c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/f4c17f38-c775-4259-a177-bd3fd60e401f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/cea20b19-153a-4b8f-877c-4bacb41d7947_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/4e6f2cce-ca6d-4c1f-9ef6-6b9a9bbb6a3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/f5d99115-cd02-4c65-a74a-4dd7d59b21d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/0e9ec822-2164-4895-8e73-a73946db5e70_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/22-10k, 04/23-18k, 02/24-28k, 11/24-38k, 10/25-48k,', 'remarks': 'vosa states 26k, 38k, 50k, spare key', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0846d99b-d6cb-4703-a513-c1be5d8bde9a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119821506, 'registration': 'LD70XRO', 'account': 'ZEN002', 'make': 'KIA', 'model': 'E-NIRO ELECTRIC ESTATE', 'derivative': '150kW 3 64kWh 5dr Auto', 'mileage': 52873, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 122, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-02-04', 'fuel': 'Electric', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LD70XRO/2026-02-24/image/fe901e75-8484-4a85-b057-a4b0d1947266_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/afc87bc3-12a4-49bd-a67c-8b2447d5b63f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/aa2feebe-a12b-4e2d-966f-ef2ea521d601_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/b81bc81e-c4d5-44e3-94de-b7288802c9c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/f4c17f38-c775-4259-a177-bd3fd60e401f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/cea20b19-153a-4b8f-877c-4bacb41d7947_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/4e6f2cce-ca6d-4c1f-9ef6-6b9a9bbb6a3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/f5d99115-cd02-4c65-a74a-4dd7d59b21d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD70XRO/2026-02-24/image/0e9ec822-2164-4895-8e73-a73946db5e70_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/22-10k, 04/23-18k, 02/24-28k, 11/24-38k, 10/25-48k,', 'remarks': 'vosa states 26k, 38k, 50k, spare key', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0846d99b-d6cb-4703-a513-c1be5d8bde9a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0 with identifier: 119821506
2026-03-26 05:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0 with scrape type 2
2026-03-26 05:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0 with scrape type 2
2026-03-26 05:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0, identifier: 119821506
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119553413, 'registration': 'BJ72XFT', 'account': 'ZEN002', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.5 Cooper S E Classic Premium ALL4 PHEV 5dr Auto', 'mileage': 70950, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 80, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-27', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/cc0f2baa-65a4-4714-969b-ee2085533371_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/22f58980-1e28-465c-a1f0-454cecb94ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/a1f768f4-8067-486a-b5ee-0f4a5a0334a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/1e7e66b2-08b9-4269-8e09-617e56a96128_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/df856844-4d3c-4cf6-803a-8f1520352df8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/8fa6cd02-841a-4b18-88b7-02299c6f61da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/7392018e-5988-4ffe-a58b-8d762c67dcb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/5e129f6d-30cc-4dc5-87a3-f4f5088c45f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/2000bdff-8e33-4f92-9617-4e8fa4e6ca49_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24 21K 12/24 42K 09/25 60K', 'remarks': 'SPARE KEY, Vosa states 70k,Roof + Mirror Caps In Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 41, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/05a21036-616f-40da-a106-c3c568761a5b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119553413, 'registration': 'BJ72XFT', 'account': 'ZEN002', 'make': 'MINI', 'model': 'COUNTRYMAN HATCHBACK', 'derivative': '1.5 Cooper S E Classic Premium ALL4 PHEV 5dr Auto', 'mileage': 70950, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 80, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-27', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/cc0f2baa-65a4-4714-969b-ee2085533371_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/22f58980-1e28-465c-a1f0-454cecb94ddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/a1f768f4-8067-486a-b5ee-0f4a5a0334a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/1e7e66b2-08b9-4269-8e09-617e56a96128_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/df856844-4d3c-4cf6-803a-8f1520352df8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/8fa6cd02-841a-4b18-88b7-02299c6f61da_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/7392018e-5988-4ffe-a58b-8d762c67dcb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/5e129f6d-30cc-4dc5-87a3-f4f5088c45f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ72XFT/2026-02-24/image/2000bdff-8e33-4f92-9617-4e8fa4e6ca49_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24 21K 12/24 42K 09/25 60K', 'remarks': 'SPARE KEY, Vosa states 70k,Roof + Mirror Caps In Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 41, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/05a21036-616f-40da-a106-c3c568761a5b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6257eb24-e3d3-5b5b-b8ed-54ddd6056667 with identifier: 119553413
2026-03-26 05:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6257eb24-e3d3-5b5b-b8ed-54ddd6056667 with scrape type 2
2026-03-26 05:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6257eb24-e3d3-5b5b-b8ed-54ddd6056667 with scrape type 2
2026-03-26 05:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6257eb24-e3d3-5b5b-b8ed-54ddd6056667, identifier: 119553413
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Found listing with ID: 120403903
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120403903%27 HTTP/1.1" 200 None
2026-03-26 05:00:40 [astonbarclay.gb] INFO: Scrape type for 120403903: 2
2026-03-26 05:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a58d026-5802-5d35-9f82-73be24991787 with identifier: 119856739
2026-03-26 05:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a58d026-5802-5d35-9f82-73be24991787 with identifier: 119856739
2026-03-26 05:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a58d026-5802-5d35-9f82-73be24991787 with identifier: 119856739 to the API
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119856739?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1a58d026-5802-5d35-9f82-73be24991787',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN72PXT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119856739',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 17627,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seller_name': 'Zenith',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi SE Connect 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 TGDi SE Connect 5dr 2WD',
'vin': None,
'year': 2022}
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119856739%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Saving data for 119856739: {'auction_closing_time': 1774519200.0, 'created_time': 1774271420.006374, 'last_price_update_time': 1774501241.082729}
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119856739') HTTP/1.1" 204 0
2026-03-26 05:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0 with identifier: 119821506
2026-03-26 05:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0 with identifier: 119821506
2026-03-26 05:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 90f029f2-5f36-5def-9a8f-bf6afa1dbcc0 with identifier: 119821506 to the API
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119821506?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '90f029f2-5f36-5def-9a8f-bf6afa1dbcc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LD70XRO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119821506',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'E-NIRO ELECTRIC ESTATE',
'odometer': 52873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-04',
'seller_name': 'Zenith',
'title': 'KIA E-NIRO ELECTRIC ESTATE 150kW 3 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 3 64kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119821506%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Saving data for 119821506: {'auction_closing_time': 1774519200.0, 'created_time': 1774271395.596011, 'last_price_update_time': 1774501241.463929}
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119821506') HTTP/1.1" 204 0
2026-03-26 05:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6257eb24-e3d3-5b5b-b8ed-54ddd6056667 with identifier: 119553413
2026-03-26 05:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6257eb24-e3d3-5b5b-b8ed-54ddd6056667 with identifier: 119553413
2026-03-26 05:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6257eb24-e3d3-5b5b-b8ed-54ddd6056667 with identifier: 119553413 to the API
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119553413?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 41,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '6257eb24-e3d3-5b5b-b8ed-54ddd6056667',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BJ72XFT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119553413',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MINI',
'model': 'COUNTRYMAN HATCHBACK',
'odometer': 70950,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-27',
'seller_name': 'Zenith',
'title': 'MINI COUNTRYMAN HATCHBACK 1.5 Cooper S E Classic Premium ALL4 PHEV '
'5dr Auto',
'transmission': 'automatic',
'trim': '1.5 Cooper S E Classic Premium ALL4 PHEV 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119553413%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Saving data for 119553413: {'auction_closing_time': 1774519200.0, 'created_time': 1774271381.975061, 'last_price_update_time': 1774501241.766392}
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119553413') HTTP/1.1" 204 0
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120594233
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594233%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120594233: 2
2026-03-26 05:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120475101?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120377822?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120056131?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119755396?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120525358
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120525358%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120525358: 2
2026-03-26 05:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120558903
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120558903%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120558903: 2
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120553268
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553268%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120553268: 2
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120413983
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413983%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120413983: 2
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120594466
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594466%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120594466: 2
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120437058
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120437058%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120437058: 2
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Found listing with ID: 120295670
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295670%27 HTTP/1.1" 200 None
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Scrape type for 120295670: 2
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120475101, 'registration': 'YH23PMV', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh S Line 5dr Auto', 'mileage': 32145, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 82, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Electric', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YH23PMV/2026-03-23/image/d7ea5d5c-03ab-4b5c-ba1f-b2cdced5f4b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/04ff3fb5-68f7-4ddd-9f8f-249a5e26ee31_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/12095e6c-575a-4d84-b05d-ede42606122d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/aee11067-bf9a-413d-a8ea-706d9e426ee1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/0edd0010-d65c-418d-bc72-2a093c152695_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/ab4850cd-fba3-404f-a35b-ffa79aa977be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/4de8c0c8-f8c4-4df7-b866-3e068337afe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/eeb5f320-2d4e-4167-8dd0-9e8f0f85bd7d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/25-20K', 'remarks': 'VOSA STATES 31K SPARE KEY, Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90b4e53e-76b1-4411-bd93-4e3b83e2f954.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120475101, 'registration': 'YH23PMV', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh S Line 5dr Auto', 'mileage': 32145, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 82, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Electric', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YH23PMV/2026-03-23/image/d7ea5d5c-03ab-4b5c-ba1f-b2cdced5f4b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/04ff3fb5-68f7-4ddd-9f8f-249a5e26ee31_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/12095e6c-575a-4d84-b05d-ede42606122d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/aee11067-bf9a-413d-a8ea-706d9e426ee1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/0edd0010-d65c-418d-bc72-2a093c152695_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/ab4850cd-fba3-404f-a35b-ffa79aa977be_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/4de8c0c8-f8c4-4df7-b866-3e068337afe6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH23PMV/2026-03-23/image/eeb5f320-2d4e-4167-8dd0-9e8f0f85bd7d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/25-20K', 'remarks': 'VOSA STATES 31K SPARE KEY, Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/90b4e53e-76b1-4411-bd93-4e3b83e2f954.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3438b7f-3900-59e4-8f4d-828af8b96fcd with identifier: 120475101
2026-03-26 05:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3438b7f-3900-59e4-8f4d-828af8b96fcd with scrape type 2
2026-03-26 05:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3438b7f-3900-59e4-8f4d-828af8b96fcd with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b3438b7f-3900-59e4-8f4d-828af8b96fcd, identifier: 120475101
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120377822, 'registration': 'AF23VSO', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '150kW 80 Suite 82kWh 5dr Auto [125kW]', 'mileage': 45694, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 129, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Electric', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF23VSO/2026-03-12/image/3f4cbcc8-73df-49c5-b2e4-b4838fb0f9a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/4d1657a2-99b1-4eb1-994d-11f0bad8c336_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/b63a5f77-4d5a-4caf-ab35-3143e8711f17_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/11569285-b124-4ebb-ac37-f6292d4395de_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/c34abcac-18d2-436c-93c0-5082fdde07eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/7dcafe03-2484-4834-86c0-c8f3abb85f08_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/f852286b-6160-4dd1-9496-c13273eae142_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/1ae7c066-8228-46a6-b617-b115fec43c6a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/25 32K 11/25 41K', 'remarks': 'VOSA STATES 44K \t 21in Betria Black Metallic Alloy\tMetallic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bad97b14-2254-44b0-aa0a-594e50187c79.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120377822, 'registration': 'AF23VSO', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '150kW 80 Suite 82kWh 5dr Auto [125kW]', 'mileage': 45694, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 129, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Electric', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AF23VSO/2026-03-12/image/3f4cbcc8-73df-49c5-b2e4-b4838fb0f9a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/4d1657a2-99b1-4eb1-994d-11f0bad8c336_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/b63a5f77-4d5a-4caf-ab35-3143e8711f17_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/11569285-b124-4ebb-ac37-f6292d4395de_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/c34abcac-18d2-436c-93c0-5082fdde07eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/7dcafe03-2484-4834-86c0-c8f3abb85f08_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/f852286b-6160-4dd1-9496-c13273eae142_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF23VSO/2026-03-12/image/1ae7c066-8228-46a6-b617-b115fec43c6a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/25 32K 11/25 41K', 'remarks': 'VOSA STATES 44K \t 21in Betria Black Metallic Alloy\tMetallic Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bad97b14-2254-44b0-aa0a-594e50187c79.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c27ba20-9730-5dd2-bd17-41c44d355ebf with identifier: 120377822
2026-03-26 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c27ba20-9730-5dd2-bd17-41c44d355ebf with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c27ba20-9730-5dd2-bd17-41c44d355ebf with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1c27ba20-9730-5dd2-bd17-41c44d355ebf, identifier: 120377822
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120056131, 'registration': 'YB71AKK', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '25 TFSI Sport 5dr', 'mileage': 126691, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 130, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-02-04', 'fuel': 'Petrol', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB71AKK/2026-03-04/image/a67cf34e-ea09-41f4-bad9-2e4b36f128b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/be09d353-d98d-412f-8119-6b9834bee9b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/cf7d8b6e-c3ab-4601-897e-5ad8793eb63a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/235ae873-c375-4f70-b578-1d2787fc2a29_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/944eb326-19c1-4322-bccd-8c8bd1ba525e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/cddaeeec-5218-4db3-96a4-5e20f23a269f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/94617ac7-3512-4f2a-981f-ae361cb511a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/91ff3363-586a-4c15-8170-f2f71d04f7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/35c31131-c4d5-445d-a9e7-649db2f5b12c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 08/23 25K 11/23 37K 06/24 61K 12/24 90K 11/25 118K', 'remarks': 'Metallic VOSA STATES90K 121K - SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68ac13ab-4bb5-4e7d-a110-56f2efa33a3c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120056131, 'registration': 'YB71AKK', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A1 SPORTBACK', 'derivative': '25 TFSI Sport 5dr', 'mileage': 126691, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 130, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-02-04', 'fuel': 'Petrol', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB71AKK/2026-03-04/image/a67cf34e-ea09-41f4-bad9-2e4b36f128b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/be09d353-d98d-412f-8119-6b9834bee9b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/cf7d8b6e-c3ab-4601-897e-5ad8793eb63a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/235ae873-c375-4f70-b578-1d2787fc2a29_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/944eb326-19c1-4322-bccd-8c8bd1ba525e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/cddaeeec-5218-4db3-96a4-5e20f23a269f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/94617ac7-3512-4f2a-981f-ae361cb511a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/91ff3363-586a-4c15-8170-f2f71d04f7ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB71AKK/2026-03-04/image/35c31131-c4d5-445d-a9e7-649db2f5b12c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 08/23 25K 11/23 37K 06/24 61K 12/24 90K 11/25 118K', 'remarks': 'Metallic VOSA STATES90K 121K - SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 127, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68ac13ab-4bb5-4e7d-a110-56f2efa33a3c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff194eb1-1c72-5e49-b4c9-2dc8f100a55e with identifier: 120056131
2026-03-26 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff194eb1-1c72-5e49-b4c9-2dc8f100a55e with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff194eb1-1c72-5e49-b4c9-2dc8f100a55e with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ff194eb1-1c72-5e49-b4c9-2dc8f100a55e, identifier: 120056131
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119755396, 'registration': 'GF22BXW', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Standard Plus 4dr Auto', 'mileage': 39559, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 128, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-31', 'fuel': 'Electric', 'motExpiry': '2026-03-30', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF22BXW/2026-03-04/image/b7b68767-6f19-4fb9-a1a5-c0ba60d1b8d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/a3dfa582-0265-40ae-acdc-12d8f7f34f66_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/d2b33210-a582-43e1-9a12-4079e2df19f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/ed0e03ca-20e3-4498-a6b5-c357bf1b5b32_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/d214f7d1-f326-4b3e-aa86-9c92dfd79784_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/0b906cef-fb11-40e2-8f2d-a48d22103e03_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/78d5fe0d-1655-40b6-8c2c-18a8609e69d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/05ba8106-28cd-43ae-8584-8fe74f84a537_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/648c6399-df35-4438-9ed9-ad5dbc5cadec_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/95cd1aa4-1dcd-45b4-b20a-632c3a694114.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119755396, 'registration': 'GF22BXW', 'account': 'ZEN009', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Standard Plus 4dr Auto', 'mileage': 39559, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 128, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-31', 'fuel': 'Electric', 'motExpiry': '2026-03-30', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF22BXW/2026-03-04/image/b7b68767-6f19-4fb9-a1a5-c0ba60d1b8d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/a3dfa582-0265-40ae-acdc-12d8f7f34f66_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/d2b33210-a582-43e1-9a12-4079e2df19f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/ed0e03ca-20e3-4498-a6b5-c357bf1b5b32_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/d214f7d1-f326-4b3e-aa86-9c92dfd79784_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/0b906cef-fb11-40e2-8f2d-a48d22103e03_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/78d5fe0d-1655-40b6-8c2c-18a8609e69d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/05ba8106-28cd-43ae-8584-8fe74f84a537_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF22BXW/2026-03-04/image/648c6399-df35-4438-9ed9-ad5dbc5cadec_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/95cd1aa4-1dcd-45b4-b20a-632c3a694114.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e1fa7df-7b85-5850-83cf-dec9fa14e666 with identifier: 119755396
2026-03-26 05:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e1fa7df-7b85-5850-83cf-dec9fa14e666 with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e1fa7df-7b85-5850-83cf-dec9fa14e666 with scrape type 2
2026-03-26 05:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e1fa7df-7b85-5850-83cf-dec9fa14e666, identifier: 119755396
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Found listing with ID: 120446941
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446941%27 HTTP/1.1" 200 None
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Scrape type for 120446941: 2
2026-03-26 05:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b3438b7f-3900-59e4-8f4d-828af8b96fcd with identifier: 120475101
2026-03-26 05:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b3438b7f-3900-59e4-8f4d-828af8b96fcd with identifier: 120475101
2026-03-26 05:00:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b3438b7f-3900-59e4-8f4d-828af8b96fcd with identifier: 120475101 to the API
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120475101?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b3438b7f-3900-59e4-8f4d-828af8b96fcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH23PMV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120475101',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 32145,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 150kW 40 82kWh S Line 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 40 82kWh S Line 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475101%27 HTTP/1.1" 200 None
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Saving data for 120475101: {'auction_closing_time': 1774519200.0, 'created_time': 1774271486.998369, 'last_price_update_time': 1774501242.67751}
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120475101') HTTP/1.1" 204 0
2026-03-26 05:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1c27ba20-9730-5dd2-bd17-41c44d355ebf with identifier: 120377822
2026-03-26 05:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1c27ba20-9730-5dd2-bd17-41c44d355ebf with identifier: 120377822
2026-03-26 05:00:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1c27ba20-9730-5dd2-bd17-41c44d355ebf with identifier: 120377822 to the API
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120377822?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '1c27ba20-9730-5dd2-bd17-41c44d355ebf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AF23VSO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120377822',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SKODA',
'model': 'ENYAQ IV ESTATE',
'odometer': 45694,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seller_name': 'Zenith',
'title': 'SKODA ENYAQ IV ESTATE 150kW 80 Suite 82kWh 5dr Auto [125kW]',
'transmission': 'automatic',
'trim': '150kW 80 Suite 82kWh 5dr Auto [125kW]',
'vin': None,
'year': 2023}
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120377822%27 HTTP/1.1" 200 None
2026-03-26 05:00:42 [astonbarclay.gb] INFO: Saving data for 120377822: {'auction_closing_time': 1774519200.0, 'created_time': 1774271572.119484, 'last_price_update_time': 1774501242.984429}
2026-03-26 05:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120377822') HTTP/1.1" 204 0
2026-03-26 05:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ff194eb1-1c72-5e49-b4c9-2dc8f100a55e with identifier: 120056131
2026-03-26 05:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ff194eb1-1c72-5e49-b4c9-2dc8f100a55e with identifier: 120056131
2026-03-26 05:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ff194eb1-1c72-5e49-b4c9-2dc8f100a55e with identifier: 120056131 to the API
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120056131?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 127,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff194eb1-1c72-5e49-b4c9-2dc8f100a55e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB71AKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120056131',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A1 SPORTBACK',
'odometer': 126691,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seller_name': 'Zenith',
'title': 'AUDI A1 SPORTBACK 25 TFSI Sport 5dr',
'transmission': 'manual',
'trim': '25 TFSI Sport 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056131%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Saving data for 120056131: {'auction_closing_time': 1774519200.0, 'created_time': 1774271452.991417, 'last_price_update_time': 1774501243.289226}
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056131') HTTP/1.1" 204 0
2026-03-26 05:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e1fa7df-7b85-5850-83cf-dec9fa14e666 with identifier: 119755396
2026-03-26 05:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e1fa7df-7b85-5850-83cf-dec9fa14e666 with identifier: 119755396
2026-03-26 05:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e1fa7df-7b85-5850-83cf-dec9fa14e666 with identifier: 119755396 to the API
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119755396?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '0e1fa7df-7b85-5850-83cf-dec9fa14e666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GF22BXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119755396',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 39559,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON Standard Plus 4dr Auto',
'transmission': 'automatic',
'trim': 'Standard Plus 4dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119755396%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Saving data for 119755396: {'auction_closing_time': 1774519200.0, 'created_time': 1774271402.356957, 'last_price_update_time': 1774501243.593263}
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119755396') HTTP/1.1" 204 0
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120295835
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295835%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120295835: 2
2026-03-26 05:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120244888?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00: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:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120476808
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476808%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120476808: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120292097
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120292097%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120292097: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120447179
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447179%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120447179: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120058501
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120058501%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120058501: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120366523
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120366523%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120366523: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120295334
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295334%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120295334: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120622168
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622168%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120622168: 2
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120244888, 'registration': 'FG23CXY', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '125kW SE EV 51kWh 5dr Auto', 'mileage': 42199, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 131, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-29', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG23CXY/2026-03-17/image/959de048-2ff1-4875-ba4c-2a1f02a55726_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/d32dc6cd-9d57-4d8e-9e03-e9774abfe6e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/7da7413a-4db7-4be0-b38b-b5a0a7feae08_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/c8b9993c-7ca9-4502-b277-636bd4c97b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/d1676ac2-85bf-49d2-8e14-316cd259aebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/9066dbec-9953-4e50-a71d-58bf2cf9699d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/9312c910-2700-44a1-8527-f5a96b8d4b85_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/31a0103f-1ad9-4625-905d-821087c9e8dd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24 15K 03/25 30K', 'remarks': 'Metallic Paint,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd6ebda1-3e31-4ae8-b7d0-570ffaf83c3c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120244888, 'registration': 'FG23CXY', 'account': 'ZEN002', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '125kW SE EV 51kWh 5dr Auto', 'mileage': 42199, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 131, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-29', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG23CXY/2026-03-17/image/959de048-2ff1-4875-ba4c-2a1f02a55726_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/d32dc6cd-9d57-4d8e-9e03-e9774abfe6e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/7da7413a-4db7-4be0-b38b-b5a0a7feae08_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/c8b9993c-7ca9-4502-b277-636bd4c97b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/d1676ac2-85bf-49d2-8e14-316cd259aebf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/9066dbec-9953-4e50-a71d-58bf2cf9699d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/9312c910-2700-44a1-8527-f5a96b8d4b85_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23CXY/2026-03-17/image/31a0103f-1ad9-4625-905d-821087c9e8dd_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24 15K 03/25 30K', 'remarks': 'Metallic Paint,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd6ebda1-3e31-4ae8-b7d0-570ffaf83c3c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b897d9ca-d0dd-556c-910e-9c9f0eb40479 with identifier: 120244888
2026-03-26 05:00:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b897d9ca-d0dd-556c-910e-9c9f0eb40479 with scrape type 2
2026-03-26 05:00:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b897d9ca-d0dd-556c-910e-9c9f0eb40479 with scrape type 2
2026-03-26 05:00:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b897d9ca-d0dd-556c-910e-9c9f0eb40479, identifier: 120244888
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Found listing with ID: 120446107
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446107%27 HTTP/1.1" 200 None
2026-03-26 05:00:43 [astonbarclay.gb] INFO: Scrape type for 120446107: 2
2026-03-26 05:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b897d9ca-d0dd-556c-910e-9c9f0eb40479 with identifier: 120244888
2026-03-26 05:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b897d9ca-d0dd-556c-910e-9c9f0eb40479 with identifier: 120244888
2026-03-26 05:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b897d9ca-d0dd-556c-910e-9c9f0eb40479 with identifier: 120244888 to the API
2026-03-26 05:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120244888?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b897d9ca-d0dd-556c-910e-9c9f0eb40479',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FG23CXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120244888',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MG MOTOR UK',
'model': 'MG4 HATCHBACK',
'odometer': 42199,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-29',
'seller_name': 'Zenith',
'title': 'MG MOTOR UK MG4 HATCHBACK 125kW SE EV 51kWh 5dr Auto',
'transmission': 'automatic',
'trim': '125kW SE EV 51kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120244888%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Saving data for 120244888: {'auction_closing_time': 1774519200.0, 'created_time': 1774271553.885168, 'last_price_update_time': 1774501244.175261}
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120244888') HTTP/1.1" 204 0
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120055288
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055288%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120055288: 2
2026-03-26 05:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119508668?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120310450?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120295500
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295500%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120295500: 2
2026-03-26 05:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120055031?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120295379
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295379%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120295379: 2
2026-03-26 05:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120476818
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476818%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120476818: 2
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 119808598
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119808598%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 119808598: 2
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120572433
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120572433%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120572433: 2
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120617807
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617807%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120617807: 2
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120295365
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295365%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120295365: 2
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119508668, 'registration': 'ML23VGF', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT 50kWh 5dr Auto', 'mileage': 17681, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 127, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-02', 'fuel': 'Electric', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML23VGF/2026-03-03/image/ccedeb68-22a9-4049-aa7d-93263b8778e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/6ad7dbc3-d24a-4fc3-8db7-26fa836b836a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/a7d4c055-2940-4b23-96ac-75137b9d39c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/2ee8686b-8ae9-4226-91e6-85368d913b32_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/4498a6b9-bdfd-4302-bddf-018509f41b16_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/99a17877-e9ac-4c04-ada5-ac0f2cb1df61_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/92e4f10e-d239-4d4b-9b27-d406bab0b5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/859e056c-2a38-499a-a357-3251f2c38522_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/f7223ffd-77c3-4dab-8582-815ce6cdf10e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/24-10K, 11/25-16K,', 'remarks': 'VOSA STATES 17K, SPARE KEY \t Special Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/491fad0c-e17e-4e95-b875-d9df1fe8aab3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119508668, 'registration': 'ML23VGF', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT 50kWh 5dr Auto', 'mileage': 17681, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 127, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-02', 'fuel': 'Electric', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ML23VGF/2026-03-03/image/ccedeb68-22a9-4049-aa7d-93263b8778e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/6ad7dbc3-d24a-4fc3-8db7-26fa836b836a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/a7d4c055-2940-4b23-96ac-75137b9d39c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/2ee8686b-8ae9-4226-91e6-85368d913b32_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/4498a6b9-bdfd-4302-bddf-018509f41b16_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/99a17877-e9ac-4c04-ada5-ac0f2cb1df61_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/92e4f10e-d239-4d4b-9b27-d406bab0b5a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/859e056c-2a38-499a-a357-3251f2c38522_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML23VGF/2026-03-03/image/f7223ffd-77c3-4dab-8582-815ce6cdf10e_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/24-10K, 11/25-16K,', 'remarks': 'VOSA STATES 17K, SPARE KEY \t Special Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/491fad0c-e17e-4e95-b875-d9df1fe8aab3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6823197f-cc99-531c-b20b-a77b74170d29 with identifier: 119508668
2026-03-26 05:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6823197f-cc99-531c-b20b-a77b74170d29 with scrape type 2
2026-03-26 05:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6823197f-cc99-531c-b20b-a77b74170d29 with scrape type 2
2026-03-26 05:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6823197f-cc99-531c-b20b-a77b74170d29, identifier: 119508668
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120310450, 'registration': 'BK23NKU', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'XC40 ELECTRIC ESTATE', 'derivative': '170kW Recharge Core 69kWh 5dr Auto', 'mileage': 54224, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Electric', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK23NKU/2026-03-13/image/cd1d8e55-cb29-4413-807e-0c536bbb3a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/01c83a6f-66de-42ee-8761-9f5e612285cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/31e377b8-facc-462b-9675-e4615c53c154_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/c195ba89-c7ef-42eb-8845-db7a47204ff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/e98c1548-e0cf-464d-841a-fe213be8651e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/4d52b353-a6f1-4719-885a-9d277ee84da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/b2448b0f-0726-4b39-a704-e0c5ad9c1fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/16ddb16f-e719-4c36-b298-b05ac2926d91_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/8fab4bca-0b10-4113-886e-0cd6812a3c8d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24 19K 05/25 38K', 'remarks': 'VOSA STATES 52K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8050eb92-e417-4bf6-98ec-39d9f28f775c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120310450, 'registration': 'BK23NKU', 'account': 'ZEN002', 'make': 'VOLVO', 'model': 'XC40 ELECTRIC ESTATE', 'derivative': '170kW Recharge Core 69kWh 5dr Auto', 'mileage': 54224, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-08', 'fuel': 'Electric', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK23NKU/2026-03-13/image/cd1d8e55-cb29-4413-807e-0c536bbb3a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/01c83a6f-66de-42ee-8761-9f5e612285cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/31e377b8-facc-462b-9675-e4615c53c154_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/c195ba89-c7ef-42eb-8845-db7a47204ff5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/e98c1548-e0cf-464d-841a-fe213be8651e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/4d52b353-a6f1-4719-885a-9d277ee84da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/b2448b0f-0726-4b39-a704-e0c5ad9c1fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/16ddb16f-e719-4c36-b298-b05ac2926d91_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK23NKU/2026-03-13/image/8fab4bca-0b10-4113-886e-0cd6812a3c8d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24 19K 05/25 38K', 'remarks': 'VOSA STATES 52K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8050eb92-e417-4bf6-98ec-39d9f28f775c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bdb700-30df-56b3-ac1b-06af8b26b461 with identifier: 120310450
2026-03-26 05:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bdb700-30df-56b3-ac1b-06af8b26b461 with scrape type 2
2026-03-26 05:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bdb700-30df-56b3-ac1b-06af8b26b461 with scrape type 2
2026-03-26 05:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2bdb700-30df-56b3-ac1b-06af8b26b461, identifier: 120310450
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120689794
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689794%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120689794: 0
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Found listing with ID: 120481432
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120481432%27 HTTP/1.1" 200 None
2026-03-26 05:00:44 [astonbarclay.gb] INFO: Scrape type for 120481432: 2
2026-03-26 05:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6823197f-cc99-531c-b20b-a77b74170d29 with identifier: 119508668
2026-03-26 05:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6823197f-cc99-531c-b20b-a77b74170d29 with identifier: 119508668
2026-03-26 05:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6823197f-cc99-531c-b20b-a77b74170d29 with identifier: 119508668 to the API
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119508668?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '6823197f-cc99-531c-b20b-a77b74170d29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ML23VGF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119508668',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'E-2008 ELECTRIC ESTATE',
'odometer': 17681,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seller_name': 'Zenith',
'title': 'PEUGEOT E-2008 ELECTRIC ESTATE 100kW GT 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GT 50kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119508668%27 HTTP/1.1" 200 None
2026-03-26 05:00:45 [astonbarclay.gb] INFO: Saving data for 119508668: {'auction_closing_time': 1774519200.0, 'created_time': 1774271429.809988, 'last_price_update_time': 1774501245.051953}
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119508668') HTTP/1.1" 204 0
2026-03-26 05:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2bdb700-30df-56b3-ac1b-06af8b26b461 with identifier: 120310450
2026-03-26 05:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2bdb700-30df-56b3-ac1b-06af8b26b461 with identifier: 120310450
2026-03-26 05:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d2bdb700-30df-56b3-ac1b-06af8b26b461 with identifier: 120310450 to the API
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120310450?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'd2bdb700-30df-56b3-ac1b-06af8b26b461',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK23NKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120310450',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC ESTATE',
'odometer': 54224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seller_name': 'Zenith',
'title': 'VOLVO XC40 ELECTRIC ESTATE 170kW Recharge Core 69kWh 5dr Auto',
'transmission': 'automatic',
'trim': '170kW Recharge Core 69kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120310450%27 HTTP/1.1" 200 None
2026-03-26 05:00:45 [astonbarclay.gb] INFO: Saving data for 120310450: {'auction_closing_time': 1774519200.0, 'created_time': 1774271589.493746, 'last_price_update_time': 1774501245.34521}
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120310450') HTTP/1.1" 204 0
2026-03-26 05:00:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120055031, 'registration': 'FV69UCH', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'RAV4 ESTATE', 'derivative': '2.5 VVT-i Hybrid Design 5dr CVT 2WD', 'mileage': 79184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 140, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-01-08', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-04', 'doors': 5, 'engineSize': 2487, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV69UCH/2026-03-03/image/0ca9003d-3a23-44a9-8a8b-2fead883fdbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/ace98d1b-0322-49cd-9552-cf3284708c0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/2848bb30-f5fd-4861-9c9a-b38ee04869e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/91833324-8dc7-495f-9b1d-bac8913dd44d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/d5070e32-4250-4c96-a9cf-c8601f7a7759_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/6351811f-ab2f-43bf-9473-d4f3678fcbf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/2e953ce5-ba6b-44cd-90c3-71554940b848_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/ce1a6c71-2a61-4a3a-b9c3-15632adf1c54_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/8c516e9d-7312-4808-9176-f2b8d066486f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/22 9k 01/24 38k 12/24 54k', 'remarks': 'Metallic Paint - VOSA STATES 20K 38K 54K 73K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf8d939f-62cc-48d9-a3a4-7e39ba708c68.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120055031, 'registration': 'FV69UCH', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'RAV4 ESTATE', 'derivative': '2.5 VVT-i Hybrid Design 5dr CVT 2WD', 'mileage': 79184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 140, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-01-08', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-04', 'doors': 5, 'engineSize': 2487, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV69UCH/2026-03-03/image/0ca9003d-3a23-44a9-8a8b-2fead883fdbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/ace98d1b-0322-49cd-9552-cf3284708c0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/2848bb30-f5fd-4861-9c9a-b38ee04869e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/91833324-8dc7-495f-9b1d-bac8913dd44d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/d5070e32-4250-4c96-a9cf-c8601f7a7759_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/6351811f-ab2f-43bf-9473-d4f3678fcbf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/2e953ce5-ba6b-44cd-90c3-71554940b848_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/ce1a6c71-2a61-4a3a-b9c3-15632adf1c54_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV69UCH/2026-03-03/image/8c516e9d-7312-4808-9176-f2b8d066486f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/22 9k 01/24 38k 12/24 54k', 'remarks': 'Metallic Paint - VOSA STATES 20K 38K 54K 73K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/cf8d939f-62cc-48d9-a3a4-7e39ba708c68.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d5cf895-2d19-5597-896b-1756a818d73c with identifier: 120055031
2026-03-26 05:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d5cf895-2d19-5597-896b-1756a818d73c with scrape type 2
2026-03-26 05:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d5cf895-2d19-5597-896b-1756a818d73c with scrape type 2
2026-03-26 05:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d5cf895-2d19-5597-896b-1756a818d73c, identifier: 120055031
2026-03-26 05:00:45 [astonbarclay.gb] INFO: Found listing with ID: 120295738
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295738%27 HTTP/1.1" 200 None
2026-03-26 05:00:45 [astonbarclay.gb] INFO: Scrape type for 120295738: 2
2026-03-26 05:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119639426?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116896106?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d5cf895-2d19-5597-896b-1756a818d73c with identifier: 120055031
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Petrol%2FElectric+Hybrid HTTP/1.1" 200 None
2026-03-26 05:00:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:46 [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:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d5cf895-2d19-5597-896b-1756a818d73c with identifier: 120055031
2026-03-26 05:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d5cf895-2d19-5597-896b-1756a818d73c with identifier: 120055031 to the API
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120055031?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '1d5cf895-2d19-5597-896b-1756a818d73c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV69UCH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120055031',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'RAV4 ESTATE',
'odometer': 79184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-08',
'seller_name': 'Zenith',
'title': 'TOYOTA RAV4 ESTATE 2.5 VVT-i Hybrid Design 5dr CVT 2WD',
'transmission': 'automatic',
'trim': '2.5 VVT-i Hybrid Design 5dr CVT 2WD',
'vin': None,
'year': 2020}
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055031%27 HTTP/1.1" 200 None
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Saving data for 120055031: {'auction_closing_time': 1774519200.0, 'created_time': 1774271501.047547, 'last_price_update_time': 1774501246.322329}
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120055031') HTTP/1.1" 204 0
2026-03-26 05:00: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:00: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:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119193826?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120542837?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120553020
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553020%27 HTTP/1.1" 200 None
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120553020: 2
2026-03-26 05:00: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:00: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:00:46 [astonbarclay.gb] INFO: Found listing with ID: 120606569
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606569%27 HTTP/1.1" 200 None
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Scrape type for 120606569: 2
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119639426, 'registration': 'ND71XTL', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 80617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 152, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-22', 'fuel': 'Electric', 'motExpiry': '2026-12-21', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ND71XTL/2026-02-19/image/bc42f151-addb-45bc-a412-f41d0761fb9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/31c5f12e-f003-4c2d-b6d7-5fef08588744_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/4d345639-407c-4d15-9ad9-d6ef59847d8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/06244cae-e46d-4ae4-a67f-cecd67ae6555_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/062761da-b8cf-46be-8ece-d50442e57af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/5d15253a-ffe8-49bd-bcac-dc0c0250c67d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/8f30bf17-7bcf-4d3e-85b2-1467775b40c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/3d2caf12-ec35-4d50-a7ab-ed31ac82105b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/25523999-d13d-428a-8cec-f838bd319b5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/925464c4-68f5-437e-bfb6-3cbd506c755e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 61K 80K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bca79f7b-aa66-49a4-b378-588a3d746a29.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119639426, 'registration': 'ND71XTL', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 80617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 152, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-22', 'fuel': 'Electric', 'motExpiry': '2026-12-21', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/ND71XTL/2026-02-19/image/bc42f151-addb-45bc-a412-f41d0761fb9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/31c5f12e-f003-4c2d-b6d7-5fef08588744_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/4d345639-407c-4d15-9ad9-d6ef59847d8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/06244cae-e46d-4ae4-a67f-cecd67ae6555_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/062761da-b8cf-46be-8ece-d50442e57af4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/5d15253a-ffe8-49bd-bcac-dc0c0250c67d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/8f30bf17-7bcf-4d3e-85b2-1467775b40c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/3d2caf12-ec35-4d50-a7ab-ed31ac82105b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/25523999-d13d-428a-8cec-f838bd319b5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71XTL/2026-02-19/image/925464c4-68f5-437e-bfb6-3cbd506c755e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 61K 80K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bca79f7b-aa66-49a4-b378-588a3d746a29.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e2c99c-15cf-564f-a696-dab7abfb4b28 with identifier: 119639426
2026-03-26 05:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e2c99c-15cf-564f-a696-dab7abfb4b28 with scrape type 2
2026-03-26 05:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e2c99c-15cf-564f-a696-dab7abfb4b28 with scrape type 2
2026-03-26 05:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 53e2c99c-15cf-564f-a696-dab7abfb4b28, identifier: 119639426
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116896106, 'registration': 'FY72YCK', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 27626, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 146, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Electric', 'motExpiry': '2026-08-24', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg002.imgix.net/458b01b8-7a72-4f03-9ad0-8a6bbfaf9d39.jpg?w=600', 'https://abimg002.imgix.net/e01cfcb2-e3eb-40d4-9dcc-32c7f573cfdb.jpg?w=600', 'https://abimg002.imgix.net/e571d01c-8cde-4456-b7ed-6738502563c6.jpg?w=600', 'https://abimg002.imgix.net/19f25da0-5d5e-482a-ad62-cf55f1ef08ff.jpg?w=600', 'https://abimg002.imgix.net/fd06de95-5909-4e22-b7eb-f6310bc0a751.jpg?w=600', 'https://abimg002.imgix.net/5086d090-652e-4e67-aa06-06ec0af6f29d.jpg?w=600', 'https://abimg002.imgix.net/42e1c41f-7345-4ae9-986c-8fcc82d4d0c5.jpg?w=600', 'https://abimg002.imgix.net/ca1d4791-0a92-446d-a0e9-8e143cf263fb.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/23 10k 10/24 18k 09/25 26k', 'remarks': 'Metallic Paint\tTow Bar SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/02b46b88-411d-442f-8eab-987d5f0294b2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116896106, 'registration': 'FY72YCK', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 27626, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 146, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Electric', 'motExpiry': '2026-08-24', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg002.imgix.net/458b01b8-7a72-4f03-9ad0-8a6bbfaf9d39.jpg?w=600', 'https://abimg002.imgix.net/e01cfcb2-e3eb-40d4-9dcc-32c7f573cfdb.jpg?w=600', 'https://abimg002.imgix.net/e571d01c-8cde-4456-b7ed-6738502563c6.jpg?w=600', 'https://abimg002.imgix.net/19f25da0-5d5e-482a-ad62-cf55f1ef08ff.jpg?w=600', 'https://abimg002.imgix.net/fd06de95-5909-4e22-b7eb-f6310bc0a751.jpg?w=600', 'https://abimg002.imgix.net/5086d090-652e-4e67-aa06-06ec0af6f29d.jpg?w=600', 'https://abimg002.imgix.net/42e1c41f-7345-4ae9-986c-8fcc82d4d0c5.jpg?w=600', 'https://abimg002.imgix.net/ca1d4791-0a92-446d-a0e9-8e143cf263fb.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 10/23 10k 10/24 18k 09/25 26k', 'remarks': 'Metallic Paint\tTow Bar SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/02b46b88-411d-442f-8eab-987d5f0294b2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531f7761-04e4-50cd-8af4-da51f12d3430 with identifier: 116896106
2026-03-26 05:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531f7761-04e4-50cd-8af4-da51f12d3430 with scrape type 2
2026-03-26 05:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531f7761-04e4-50cd-8af4-da51f12d3430 with scrape type 2
2026-03-26 05:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 531f7761-04e4-50cd-8af4-da51f12d3430, identifier: 116896106
2026-03-26 05:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 53e2c99c-15cf-564f-a696-dab7abfb4b28 with identifier: 119639426
2026-03-26 05:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 53e2c99c-15cf-564f-a696-dab7abfb4b28 with identifier: 119639426
2026-03-26 05:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 53e2c99c-15cf-564f-a696-dab7abfb4b28 with identifier: 119639426 to the API
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119639426?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '53e2c99c-15cf-564f-a696-dab7abfb4b28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ND71XTL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119639426',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 80617,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-22',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON RWD 4dr Auto',
'transmission': 'automatic',
'trim': 'RWD 4dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119639426%27 HTTP/1.1" 200 None
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Saving data for 119639426: {'auction_closing_time': 1774519200.0, 'created_time': 1774271006.810561, 'last_price_update_time': 1774501247.007553}
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119639426') HTTP/1.1" 204 0
2026-03-26 05:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 531f7761-04e4-50cd-8af4-da51f12d3430 with identifier: 116896106
2026-03-26 05:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 531f7761-04e4-50cd-8af4-da51f12d3430 with identifier: 116896106
2026-03-26 05:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 531f7761-04e4-50cd-8af4-da51f12d3430 with identifier: 116896106 to the API
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/116896106?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '531f7761-04e4-50cd-8af4-da51f12d3430',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FY72YCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116896106',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 27626,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line Premium Plus 80kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116896106%27 HTTP/1.1" 200 None
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Saving data for 116896106: {'auction_closing_time': 1774519200.0, 'created_time': 1774271501.837241, 'last_price_update_time': 1774501247.320561}
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116896106') HTTP/1.1" 204 0
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120476832
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476832%27 HTTP/1.1" 200 None
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120476832: 2
2026-03-26 05:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120446994?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617471?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120441537
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120441537%27 HTTP/1.1" 200 None
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120441537: 2
2026-03-26 05:00: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:00: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:00:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119193826, 'registration': 'AO72UUC', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 15891, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-09', 'fuel': 'Electric', 'motExpiry': '2026-11-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AO72UUC/2026-02-13/image/38212853-6185-4572-a837-b0237eeac6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/2aef2154-787a-4582-803e-891a950cfe5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/60ebc87c-bb93-481e-9555-96a1f7ddddd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/1500e7b6-0090-44bc-94b4-893f3232bc3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/beadb805-632c-4fc3-a919-691d0d4aed7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/3ff494a5-f32d-4fbc-befa-0910e054b79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/608b16a1-c57d-4efe-a015-18c73a4c1d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/d66c1fbe-4adb-46a8-a214-e49b3267b219_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/aa72df74-1c04-4f10-b039-305bae72c075_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/74075d09-a57b-45f0-b15d-d9b1cb76ae05_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/5f4acf23-3060-4750-87b2-9461ca62f0c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/a0f942c7-6d43-413c-a0a1-975b3de1376a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/f2ba43c8-82dc-4e39-be24-3580a2f099a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/f1e585bd-c64d-4823-bf6b-0e96dafb27bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/e09fdaa9-ff8c-4b30-90e0-8c43dce6fdfd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/24 10K', 'remarks': 'vosa states 14k, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea45a97d-d78c-48c4-854d-af6e178f7e40.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119193826, 'registration': 'AO72UUC', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 15891, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 149, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-09', 'fuel': 'Electric', 'motExpiry': '2026-11-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AO72UUC/2026-02-13/image/38212853-6185-4572-a837-b0237eeac6c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/2aef2154-787a-4582-803e-891a950cfe5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/60ebc87c-bb93-481e-9555-96a1f7ddddd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/1500e7b6-0090-44bc-94b4-893f3232bc3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/beadb805-632c-4fc3-a919-691d0d4aed7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/3ff494a5-f32d-4fbc-befa-0910e054b79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/608b16a1-c57d-4efe-a015-18c73a4c1d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/d66c1fbe-4adb-46a8-a214-e49b3267b219_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/aa72df74-1c04-4f10-b039-305bae72c075_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/74075d09-a57b-45f0-b15d-d9b1cb76ae05_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/5f4acf23-3060-4750-87b2-9461ca62f0c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/a0f942c7-6d43-413c-a0a1-975b3de1376a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/f2ba43c8-82dc-4e39-be24-3580a2f099a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/f1e585bd-c64d-4823-bf6b-0e96dafb27bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO72UUC/2026-02-13/image/e09fdaa9-ff8c-4b30-90e0-8c43dce6fdfd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/24 10K', 'remarks': 'vosa states 14k, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea45a97d-d78c-48c4-854d-af6e178f7e40.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 022daff0-f5c0-549a-b26d-d67a2edcd88a with identifier: 119193826
2026-03-26 05:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 022daff0-f5c0-549a-b26d-d67a2edcd88a with scrape type 2
2026-03-26 05:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 022daff0-f5c0-549a-b26d-d67a2edcd88a with scrape type 2
2026-03-26 05:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 022daff0-f5c0-549a-b26d-d67a2edcd88a, identifier: 119193826
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120542837, 'registration': 'BF71XVR', 'account': 'ZEN002', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '2.5 PHEV Vignale 5dr CVT', 'mileage': 38510, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 155, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-27', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-17', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BF71XVR/2026-03-25/image/bef38247-76c0-4edd-82b3-54845eddd9c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/a1da13cc-8275-43b0-bd3e-eedb6b1e1477_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/9136f0e0-e238-47cd-a346-f1c444ee4989_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/e55c274a-b23f-408c-aad7-299cd02b9bb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/84ccfb20-df6a-46b2-b65c-55487542fad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/42261bd3-738b-449f-9f36-30bfd0bef997_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/935e783d-0654-47b8-bbd7-f6ca24264320_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/23-14K, 09/24-26K, 03/26-38K', 'remarks': 'VOSA STATES 28K 35K Chrome Blue\tDriver Assistance Pack\tPower Opening Panoramic Roof Technology Pack SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 32, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13539b62-d524-40c9-aa29-cd7b62721d12.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120542837, 'registration': 'BF71XVR', 'account': 'ZEN002', 'make': 'FORD', 'model': 'KUGA ESTATE', 'derivative': '2.5 PHEV Vignale 5dr CVT', 'mileage': 38510, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 155, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-27', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-12-17', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BF71XVR/2026-03-25/image/bef38247-76c0-4edd-82b3-54845eddd9c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/a1da13cc-8275-43b0-bd3e-eedb6b1e1477_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/9136f0e0-e238-47cd-a346-f1c444ee4989_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/e55c274a-b23f-408c-aad7-299cd02b9bb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/84ccfb20-df6a-46b2-b65c-55487542fad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/42261bd3-738b-449f-9f36-30bfd0bef997_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF71XVR/2026-03-25/image/935e783d-0654-47b8-bbd7-f6ca24264320_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/23-14K, 09/24-26K, 03/26-38K', 'remarks': 'VOSA STATES 28K 35K Chrome Blue\tDriver Assistance Pack\tPower Opening Panoramic Roof Technology Pack SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 32, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13539b62-d524-40c9-aa29-cd7b62721d12.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b1df7f-8cce-5617-ac47-bc559585b1fb with identifier: 120542837
2026-03-26 05:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b1df7f-8cce-5617-ac47-bc559585b1fb with scrape type 2
2026-03-26 05:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8b1df7f-8cce-5617-ac47-bc559585b1fb with scrape type 2
2026-03-26 05:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d8b1df7f-8cce-5617-ac47-bc559585b1fb, identifier: 120542837
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Found listing with ID: 120414008
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120414008%27 HTTP/1.1" 200 None
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Scrape type for 120414008: 2
2026-03-26 05:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 022daff0-f5c0-549a-b26d-d67a2edcd88a with identifier: 119193826
2026-03-26 05:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 022daff0-f5c0-549a-b26d-d67a2edcd88a with identifier: 119193826
2026-03-26 05:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 022daff0-f5c0-549a-b26d-d67a2edcd88a with identifier: 119193826 to the API
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119193826?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '022daff0-f5c0-549a-b26d-d67a2edcd88a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AO72UUC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119193826',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'iX3 ELECTRIC ESTATE',
'odometer': 15891,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-09',
'seller_name': 'Zenith',
'title': 'BMW iX3 ELECTRIC ESTATE 210kW M Sport Pro 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': '210kW M Sport Pro 80kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119193826%27 HTTP/1.1" 200 None
2026-03-26 05:00:47 [astonbarclay.gb] INFO: Saving data for 119193826: {'auction_closing_time': 1774519200.0, 'created_time': 1774271338.394318, 'last_price_update_time': 1774501247.912068}
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119193826') HTTP/1.1" 204 0
2026-03-26 05:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d8b1df7f-8cce-5617-ac47-bc559585b1fb with identifier: 120542837
2026-03-26 05:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d8b1df7f-8cce-5617-ac47-bc559585b1fb with identifier: 120542837
2026-03-26 05:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d8b1df7f-8cce-5617-ac47-bc559585b1fb with identifier: 120542837 to the API
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120542837?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 32,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'd8b1df7f-8cce-5617-ac47-bc559585b1fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BF71XVR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120542837',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'KUGA ESTATE',
'odometer': 38510,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seller_name': 'Zenith',
'title': 'FORD KUGA ESTATE 2.5 PHEV Vignale 5dr CVT',
'transmission': 'automatic',
'trim': '2.5 PHEV Vignale 5dr CVT',
'vin': None,
'year': 2022}
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542837%27 HTTP/1.1" 200 None
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Saving data for 120542837: {'auction_closing_time': 1774519200.0, 'created_time': 1774271487.965129, 'last_price_update_time': 1774501248.257204}
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120542837') HTTP/1.1" 204 0
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Found listing with ID: 120571981
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120571981%27 HTTP/1.1" 200 None
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Scrape type for 120571981: 2
2026-03-26 05:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119967315?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120446994, 'registration': 'YH72RVP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr DCT', 'mileage': 30811, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 320, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH72RVP/2026-03-25/image/b8625513-b3e4-432d-bb1a-8cd63226fdd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/4a421e8b-4ad7-44cb-8b72-134f8193c643_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/ac0c51a7-2342-430e-a155-daccb504704c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/1bfa3537-adc2-441d-826c-65cc0a29878f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/153333ac-1d57-47af-b415-c6161e4f82b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/3df0517c-1297-4a04-9998-47fad20994ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/c9d1b124-a646-4222-8e0c-2e2ae136d8b1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/24 19K', 'remarks': 'VOSA STATES 28K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/77b6b166-7c30-457b-bd21-7a549f45234d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120446994, 'registration': 'YH72RVP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr DCT', 'mileage': 30811, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 320, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YH72RVP/2026-03-25/image/b8625513-b3e4-432d-bb1a-8cd63226fdd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/4a421e8b-4ad7-44cb-8b72-134f8193c643_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/ac0c51a7-2342-430e-a155-daccb504704c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/1bfa3537-adc2-441d-826c-65cc0a29878f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/153333ac-1d57-47af-b415-c6161e4f82b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/3df0517c-1297-4a04-9998-47fad20994ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/YH72RVP/2026-03-25/image/c9d1b124-a646-4222-8e0c-2e2ae136d8b1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/24 19K', 'remarks': 'VOSA STATES 28K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/77b6b166-7c30-457b-bd21-7a549f45234d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6674f7c6-a603-5f9f-95a9-96ae913539d5 with identifier: 120446994
2026-03-26 05:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6674f7c6-a603-5f9f-95a9-96ae913539d5 with scrape type 2
2026-03-26 05:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6674f7c6-a603-5f9f-95a9-96ae913539d5 with scrape type 2
2026-03-26 05:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6674f7c6-a603-5f9f-95a9-96ae913539d5, identifier: 120446994
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617471, 'registration': 'MK18ZSJ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 82454, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 321, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-09', 'fuel': 'Diesel', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/66de7f3f-67e5-4a64-a997-91c54bdf06ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/347a3803-8064-4922-bc82-c1b209baaebc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/8b38ec60-96ab-4bde-b543-c9883afbe5b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/e84b2eda-032b-4fd0-94a8-fa3edca14d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/a7d5041f-2bcd-4a82-a216-b8d34e6bdf31_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/7b835cfc-5a8e-4349-9174-d8da106b9cbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/0d7c61d0-d97b-4c36-880a-2b056d8a8456_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/a34c0811-ccb6-4738-8c42-7bf336ee5988_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/22 27K 02/23 36K 02/24 51K 02/25 66K 02/26 81K', 'remarks': 'SPARE KEY VOSA STATES 19K 25K 36K 51K 66K 81K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ecf35df0-d292-4cfb-affe-708441e819f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617471, 'registration': 'MK18ZSJ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 82454, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 321, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-09', 'fuel': 'Diesel', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/66de7f3f-67e5-4a64-a997-91c54bdf06ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/347a3803-8064-4922-bc82-c1b209baaebc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/8b38ec60-96ab-4bde-b543-c9883afbe5b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/e84b2eda-032b-4fd0-94a8-fa3edca14d57_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/a7d5041f-2bcd-4a82-a216-b8d34e6bdf31_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/7b835cfc-5a8e-4349-9174-d8da106b9cbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/0d7c61d0-d97b-4c36-880a-2b056d8a8456_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK18ZSJ/2026-03-20/image/a34c0811-ccb6-4738-8c42-7bf336ee5988_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/22 27K 02/23 36K 02/24 51K 02/25 66K 02/26 81K', 'remarks': 'SPARE KEY VOSA STATES 19K 25K 36K 51K 66K 81K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ecf35df0-d292-4cfb-affe-708441e819f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d691f50a-1f1d-5ae1-9647-4014ab684a98 with identifier: 120617471
2026-03-26 05:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d691f50a-1f1d-5ae1-9647-4014ab684a98 with scrape type 2
2026-03-26 05:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d691f50a-1f1d-5ae1-9647-4014ab684a98 with scrape type 2
2026-03-26 05:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d691f50a-1f1d-5ae1-9647-4014ab684a98, identifier: 120617471
2026-03-26 05:00: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:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6674f7c6-a603-5f9f-95a9-96ae913539d5 with identifier: 120446994
2026-03-26 05:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6674f7c6-a603-5f9f-95a9-96ae913539d5 with identifier: 120446994
2026-03-26 05:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6674f7c6-a603-5f9f-95a9-96ae913539d5 with identifier: 120446994 to the API
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120446994?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6674f7c6-a603-5f9f-95a9-96ae913539d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YH72RVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120446994',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 30811,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Acenta 5dr DCT',
'transmission': 'automatic',
'trim': '1.0 DiG-T 114 Acenta 5dr DCT',
'vin': None,
'year': 2022}
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446994%27 HTTP/1.1" 200 None
2026-03-26 05:00:48 [astonbarclay.gb] INFO: Saving data for 120446994: {'auction_closing_time': 1774519200.0, 'created_time': 1774379808.415504, 'last_price_update_time': 1774501248.776388}
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446994') HTTP/1.1" 204 0
2026-03-26 05:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d691f50a-1f1d-5ae1-9647-4014ab684a98 with identifier: 120617471
2026-03-26 05:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d691f50a-1f1d-5ae1-9647-4014ab684a98 with identifier: 120617471
2026-03-26 05:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d691f50a-1f1d-5ae1-9647-4014ab684a98 with identifier: 120617471 to the API
2026-03-26 05:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617471?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'd691f50a-1f1d-5ae1-9647-4014ab684a98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK18ZSJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617471',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 82454,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-09',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Dynamique Nav 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617471%27 HTTP/1.1" 200 None
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Saving data for 120617471: {'auction_closing_time': 1774519200.0, 'created_time': 1773946980.974261, 'last_price_update_time': 1774501249.053127}
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617471') HTTP/1.1" 204 0
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120447157
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447157%27 HTTP/1.1" 200 None
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120447157: 2
2026-03-26 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120393576?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120594233?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120446950?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120403903?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120447102
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447102%27 HTTP/1.1" 200 None
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120447102: 2
2026-03-26 05:00: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:00: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:00: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:00: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:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119967315, 'registration': 'DL72OFG', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.5 E-Power 204 Acenta Premium 5dr Xtronic', 'mileage': 41913, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 156, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-10', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DL72OFG/2026-02-27/image/b9562edf-2f53-4d17-8ef2-79dc0b16efc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/309e5f81-f3b9-4da5-9723-c8d6be393c7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/f960a551-39e5-42ba-a71f-9e3ec07ee93d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/33b2f7d8-40e9-4fbd-b00e-02f29a6012a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/8b612916-90fb-42d6-8a1f-2702c751c437_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/30aaa28f-9c8a-4efa-a704-2e12fd6f037f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/cc077491-56ab-4279-8fcf-3c822d013b5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/a55bd350-facc-4465-b2d4-b284762d258d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/2a76f1e8-1eda-4048-9fcd-4d0897dbb93a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/23-9K, 06/24-18K, 02/25-27K,', 'remarks': 'VOSA STATES 79K SPARE KEY MILEAGE INPUT ERROR ON VOSA - SHOULD BE 39K AS PER SERVICE PRINT', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/46c23219-2607-478a-b4d4-21b698b4b153.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119967315, 'registration': 'DL72OFG', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.5 E-Power 204 Acenta Premium 5dr Xtronic', 'mileage': 41913, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 156, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-10', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DL72OFG/2026-02-27/image/b9562edf-2f53-4d17-8ef2-79dc0b16efc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/309e5f81-f3b9-4da5-9723-c8d6be393c7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/f960a551-39e5-42ba-a71f-9e3ec07ee93d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/33b2f7d8-40e9-4fbd-b00e-02f29a6012a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/8b612916-90fb-42d6-8a1f-2702c751c437_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/30aaa28f-9c8a-4efa-a704-2e12fd6f037f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/cc077491-56ab-4279-8fcf-3c822d013b5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/a55bd350-facc-4465-b2d4-b284762d258d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL72OFG/2026-02-27/image/2a76f1e8-1eda-4048-9fcd-4d0897dbb93a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/23-9K, 06/24-18K, 02/25-27K,', 'remarks': 'VOSA STATES 79K SPARE KEY MILEAGE INPUT ERROR ON VOSA - SHOULD BE 39K AS PER SERVICE PRINT', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/46c23219-2607-478a-b4d4-21b698b4b153.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 818a5375-caf7-595b-9886-144e34cc842d with identifier: 119967315
2026-03-26 05:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 818a5375-caf7-595b-9886-144e34cc842d with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 818a5375-caf7-595b-9886-144e34cc842d with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 818a5375-caf7-595b-9886-144e34cc842d, identifier: 119967315
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120447169
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447169%27 HTTP/1.1" 200 None
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120447169: 2
2026-03-26 05:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 818a5375-caf7-595b-9886-144e34cc842d with identifier: 119967315
2026-03-26 05:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 818a5375-caf7-595b-9886-144e34cc842d with identifier: 119967315
2026-03-26 05:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 818a5375-caf7-595b-9886-144e34cc842d with identifier: 119967315 to the API
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119967315?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '818a5375-caf7-595b-9886-144e34cc842d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL72OFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119967315',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'X-TRAIL STATION WAGON',
'odometer': 41913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-10',
'seller_name': 'Zenith',
'title': 'NISSAN X-TRAIL STATION WAGON 1.5 E-Power 204 Acenta Premium 5dr '
'Xtronic',
'transmission': 'automatic',
'trim': '1.5 E-Power 204 Acenta Premium 5dr Xtronic',
'vin': None,
'year': 2023}
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119967315%27 HTTP/1.1" 200 None
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Saving data for 119967315: {'auction_closing_time': 1774519200.0, 'created_time': 1774271466.492621, 'last_price_update_time': 1774501249.542395}
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119967315') HTTP/1.1" 204 0
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Found listing with ID: 120684705
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684705%27 HTTP/1.1" 200 None
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Scrape type for 120684705: 2
2026-03-26 05:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120446941?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120393576, 'registration': 'EA69VSE', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 Urban Edition 5dr Auto', 'mileage': 34663, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 329, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-11-15', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA69VSE/2026-03-12/image/2850c04f-50ab-4676-93c7-58506a06ee7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/977f5ee7-1ac4-4f44-9681-e088c53c1def_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/6eeb16ec-5c31-41d3-bdb2-172efad25115_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/c364c86d-9ad6-4343-ba9b-2d8663a311e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/c4a759c7-c312-4cf3-b18e-98cbce6f9bb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/48e89364-73f2-4c5f-84a9-f333df37e930_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/fd4c9d5a-6369-411f-ad36-8d18f82d61f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/e5f2773b-498b-4559-b349-8a8a62520e31_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 22K 01/25 26K 01/26 33K', 'remarks': 'VOSA STATES 18K 22K 26K 33K - SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/20d7c9ea-abd1-428e-a6e8-4638dffd917d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120393576, 'registration': 'EA69VSE', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 Urban Edition 5dr Auto', 'mileage': 34663, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 329, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-11-15', 'fuel': 'Petrol', 'motExpiry': '2027-01-26', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA69VSE/2026-03-12/image/2850c04f-50ab-4676-93c7-58506a06ee7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/977f5ee7-1ac4-4f44-9681-e088c53c1def_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/6eeb16ec-5c31-41d3-bdb2-172efad25115_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/c364c86d-9ad6-4343-ba9b-2d8663a311e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/c4a759c7-c312-4cf3-b18e-98cbce6f9bb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/48e89364-73f2-4c5f-84a9-f333df37e930_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/fd4c9d5a-6369-411f-ad36-8d18f82d61f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA69VSE/2026-03-12/image/e5f2773b-498b-4559-b349-8a8a62520e31_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 22K 01/25 26K 01/26 33K', 'remarks': 'VOSA STATES 18K 22K 26K 33K - SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/20d7c9ea-abd1-428e-a6e8-4638dffd917d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f10c78c-603b-554d-9c2b-8887114af5d0 with identifier: 120393576
2026-03-26 05:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f10c78c-603b-554d-9c2b-8887114af5d0 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f10c78c-603b-554d-9c2b-8887114af5d0 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f10c78c-603b-554d-9c2b-8887114af5d0, identifier: 120393576
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120594233, 'registration': 'BF21KXP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 40kWh 5dr Auto', 'mileage': 13957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 331, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-26', 'fuel': 'Electric', 'motExpiry': '2026-03-25', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF21KXP/2026-03-19/image/cbd362f5-02ea-452c-b955-9ca69a15e3ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/adeba331-de3b-49f3-923b-803dc4adcc96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/dfaeccbc-0ae7-4633-9e9e-bf19119bca66_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/17bb72e7-8065-4fcc-ae9f-fba97ffe5cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/3a1962e4-dc37-4412-9941-dd7950d3a425_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/d8e4ebe3-0845-48a7-a07c-ede4192a0770_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/ee0ffbcc-5f32-4e67-91ff-64309aab95f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/2780c1f6-a3c8-42e6-bbb5-7493ddb8a6ff_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/22 4K 01/23 8K 01/24 10K 03/25 12K', 'remarks': 'VOSA STATES 11K 12K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d371848b-591c-4bbc-933a-f7353ad3c0ab.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120594233, 'registration': 'BF21KXP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 40kWh 5dr Auto', 'mileage': 13957, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 331, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-26', 'fuel': 'Electric', 'motExpiry': '2026-03-25', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF21KXP/2026-03-19/image/cbd362f5-02ea-452c-b955-9ca69a15e3ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/adeba331-de3b-49f3-923b-803dc4adcc96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/dfaeccbc-0ae7-4633-9e9e-bf19119bca66_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/17bb72e7-8065-4fcc-ae9f-fba97ffe5cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/3a1962e4-dc37-4412-9941-dd7950d3a425_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/d8e4ebe3-0845-48a7-a07c-ede4192a0770_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/ee0ffbcc-5f32-4e67-91ff-64309aab95f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF21KXP/2026-03-19/image/2780c1f6-a3c8-42e6-bbb5-7493ddb8a6ff_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/22 4K 01/23 8K 01/24 10K 03/25 12K', 'remarks': 'VOSA STATES 11K 12K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d371848b-591c-4bbc-933a-f7353ad3c0ab.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600b8f66-6eb7-5fbb-9506-3761cde69c09 with identifier: 120594233
2026-03-26 05:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600b8f66-6eb7-5fbb-9506-3761cde69c09 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600b8f66-6eb7-5fbb-9506-3761cde69c09 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 600b8f66-6eb7-5fbb-9506-3761cde69c09, identifier: 120594233
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120446950, 'registration': 'DU23XPD', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 22046, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 328, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-03-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU23XPD/2026-03-19/image/fa33b293-f5f1-4a0d-8ede-9dff2eb34306_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/c234a209-efe6-4249-baf7-c09f8386d766_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/c4864f04-06de-48d7-8d09-4bd3932dc52c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/62037b7e-3bba-4706-b0eb-149f179e395c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/1a2e0ead-af63-4d7e-acc7-2fb2378b9f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/7fadc917-d60c-4786-ba0a-6422493a2e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/e18d1064-b6a9-43d5-b0b8-e86765b32d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/973d1fa4-4d5c-4a0b-8a8f-b0be24b94da6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/24-9K 09/25-20K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f79ecd43-f282-48e0-ae08-bd78c043470a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120446950, 'registration': 'DU23XPD', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 22046, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 328, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-03-14', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU23XPD/2026-03-19/image/fa33b293-f5f1-4a0d-8ede-9dff2eb34306_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/c234a209-efe6-4249-baf7-c09f8386d766_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/c4864f04-06de-48d7-8d09-4bd3932dc52c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/62037b7e-3bba-4706-b0eb-149f179e395c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/1a2e0ead-af63-4d7e-acc7-2fb2378b9f6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/7fadc917-d60c-4786-ba0a-6422493a2e75_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/e18d1064-b6a9-43d5-b0b8-e86765b32d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU23XPD/2026-03-19/image/973d1fa4-4d5c-4a0b-8a8f-b0be24b94da6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/24-9K 09/25-20K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f79ecd43-f282-48e0-ae08-bd78c043470a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 384fd346-35f0-58cf-a53a-4b4fde75cf97 with identifier: 120446950
2026-03-26 05:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 384fd346-35f0-58cf-a53a-4b4fde75cf97 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 384fd346-35f0-58cf-a53a-4b4fde75cf97 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 384fd346-35f0-58cf-a53a-4b4fde75cf97, identifier: 120446950
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120403903, 'registration': 'BP71KHM', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.3 TCE 140 R.S. Line 5dr EDC', 'mileage': 44841, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 330, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-23', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1333, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BP71KHM/2026-03-13/image/a3c3c26b-b0ed-444c-a49d-0f1ecc866ee1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/a52eb7f7-aaf5-4ecc-a071-722192088833_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/0dd3742a-47d9-4c98-aea1-b1bf000c7851_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/5004ed00-0e44-433b-99ba-7467096a0f0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/c6c12ff3-028d-4c99-905d-3dab5cb75a3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/7b7061c9-0b05-421a-b269-1b5f2cf3fc3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/c9876f52-73cc-4009-8dee-dfef39c7a8c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/e95d5a1d-59a8-4da3-803a-6d5829c59312_removebg.jpg?w=600'], 'colour': 'WHITE/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 37K 44K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56943eb4-5526-4b46-a715-54e8bbc06ec5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120403903, 'registration': 'BP71KHM', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.3 TCE 140 R.S. Line 5dr EDC', 'mileage': 44841, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 330, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-23', 'fuel': 'Petrol', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1333, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BP71KHM/2026-03-13/image/a3c3c26b-b0ed-444c-a49d-0f1ecc866ee1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/a52eb7f7-aaf5-4ecc-a071-722192088833_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/0dd3742a-47d9-4c98-aea1-b1bf000c7851_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/5004ed00-0e44-433b-99ba-7467096a0f0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/c6c12ff3-028d-4c99-905d-3dab5cb75a3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/7b7061c9-0b05-421a-b269-1b5f2cf3fc3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/c9876f52-73cc-4009-8dee-dfef39c7a8c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP71KHM/2026-03-13/image/e95d5a1d-59a8-4da3-803a-6d5829c59312_removebg.jpg?w=600'], 'colour': 'WHITE/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 37K 44K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56943eb4-5526-4b46-a715-54e8bbc06ec5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d3e003b-5e7f-5a74-a3e2-bc9664127737 with identifier: 120403903
2026-03-26 05:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d3e003b-5e7f-5a74-a3e2-bc9664127737 with scrape type 2
2026-03-26 05:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d3e003b-5e7f-5a74-a3e2-bc9664127737 with scrape type 2
2026-03-26 05:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5d3e003b-5e7f-5a74-a3e2-bc9664127737, identifier: 120403903
2026-03-26 05:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f10c78c-603b-554d-9c2b-8887114af5d0 with identifier: 120393576
2026-03-26 05:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f10c78c-603b-554d-9c2b-8887114af5d0 with identifier: 120393576
2026-03-26 05:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2f10c78c-603b-554d-9c2b-8887114af5d0 with identifier: 120393576 to the API
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120393576?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2f10c78c-603b-554d-9c2b-8887114af5d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA69VSE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120393576',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 34663,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-15',
'seller_name': 'Mobilize Financial Services',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 180 Urban Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 180 Urban Edition 5dr Auto',
'vin': None,
'year': 2019}
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120393576%27 HTTP/1.1" 200 None
2026-03-26 05:00:50 [astonbarclay.gb] INFO: Saving data for 120393576: {'auction_closing_time': 1774519200.0, 'created_time': 1774379769.695175, 'last_price_update_time': 1774501250.357383}
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120393576') HTTP/1.1" 204 0
2026-03-26 05:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 600b8f66-6eb7-5fbb-9506-3761cde69c09 with identifier: 120594233
2026-03-26 05:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 600b8f66-6eb7-5fbb-9506-3761cde69c09 with identifier: 120594233
2026-03-26 05:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 600b8f66-6eb7-5fbb-9506-3761cde69c09 with identifier: 120594233 to the API
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120594233?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '600b8f66-6eb7-5fbb-9506-3761cde69c09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF21KXP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120594233',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 13957,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW N-Connecta 40kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW N-Connecta 40kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594233%27 HTTP/1.1" 200 None
2026-03-26 05:00:50 [astonbarclay.gb] INFO: Saving data for 120594233: {'auction_closing_time': 1774519200.0, 'created_time': 1774379789.086596, 'last_price_update_time': 1774501250.645254}
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594233') HTTP/1.1" 204 0
2026-03-26 05:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 384fd346-35f0-58cf-a53a-4b4fde75cf97 with identifier: 120446950
2026-03-26 05:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 384fd346-35f0-58cf-a53a-4b4fde75cf97 with identifier: 120446950
2026-03-26 05:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 384fd346-35f0-58cf-a53a-4b4fde75cf97 with identifier: 120446950 to the API
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120446950?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '384fd346-35f0-58cf-a53a-4b4fde75cf97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DU23XPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120446950',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 22046,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-14',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Acenta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 Acenta 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446950%27 HTTP/1.1" 200 None
2026-03-26 05:00:50 [astonbarclay.gb] INFO: Saving data for 120446950: {'auction_closing_time': 1774519200.0, 'created_time': 1774379773.87789, 'last_price_update_time': 1774501250.944841}
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446950') HTTP/1.1" 204 0
2026-03-26 05:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5d3e003b-5e7f-5a74-a3e2-bc9664127737 with identifier: 120403903
2026-03-26 05:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=WHITE%2FBLACK HTTP/1.1" 200 None
2026-03-26 05:00:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:00:51 [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:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5d3e003b-5e7f-5a74-a3e2-bc9664127737 with identifier: 120403903
2026-03-26 05:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5d3e003b-5e7f-5a74-a3e2-bc9664127737 with identifier: 120403903 to the API
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120403903?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5d3e003b-5e7f-5a74-a3e2-bc9664127737',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BP71KHM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120403903',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 44841,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-23',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT CAPTUR HATCHBACK 1.3 TCE 140 R.S. Line 5dr EDC',
'transmission': 'automatic',
'trim': '1.3 TCE 140 R.S. Line 5dr EDC',
'vin': None,
'year': 2022}
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120403903%27 HTTP/1.1" 200 None
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Saving data for 120403903: {'auction_closing_time': 1774519200.0, 'created_time': 1774379768.624131, 'last_price_update_time': 1774501251.364632}
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120403903') HTTP/1.1" 204 0
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120674439
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674439%27 HTTP/1.1" 200 None
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Scrape type for 120674439: 2
2026-03-26 05:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120446107?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120055288?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120636019
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120636019%27 HTTP/1.1" 200 None
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Scrape type for 120636019: 2
2026-03-26 05:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120446941, 'registration': 'DL23VRX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid Tekna 5dr Auto', 'mileage': 27125, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 339, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-06-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DL23VRX/2026-03-19/image/36613971-eac7-4ee0-8832-bad450df3743_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/22187aa9-bbd1-495a-a54b-a6bc75a7860d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/3af207bb-44e1-4048-b25d-29ba450906de_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/59423280-ea03-410c-9f74-97a31542e603_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/33a3f7f5-619d-43a1-968b-e31bc9718b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/45baacd5-cb2f-4f88-a5b9-26f51466dfcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/d71e370a-5d1b-4270-8724-3fd76373bd5f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/26-26K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f0cef04-673a-47d8-bb06-e8b58b543f57.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120446941, 'registration': 'DL23VRX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid Tekna 5dr Auto', 'mileage': 27125, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 339, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-06-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DL23VRX/2026-03-19/image/36613971-eac7-4ee0-8832-bad450df3743_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/22187aa9-bbd1-495a-a54b-a6bc75a7860d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/3af207bb-44e1-4048-b25d-29ba450906de_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/59423280-ea03-410c-9f74-97a31542e603_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/33a3f7f5-619d-43a1-968b-e31bc9718b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/45baacd5-cb2f-4f88-a5b9-26f51466dfcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DL23VRX/2026-03-19/image/d71e370a-5d1b-4270-8724-3fd76373bd5f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/26-26K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f0cef04-673a-47d8-bb06-e8b58b543f57.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e42f394-a627-587c-b2a1-1d8a4ac59f04 with identifier: 120446941
2026-03-26 05:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e42f394-a627-587c-b2a1-1d8a4ac59f04 with scrape type 2
2026-03-26 05:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e42f394-a627-587c-b2a1-1d8a4ac59f04 with scrape type 2
2026-03-26 05:00:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e42f394-a627-587c-b2a1-1d8a4ac59f04, identifier: 120446941
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120602548
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120602548%27 HTTP/1.1" 200 None
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Scrape type for 120602548: 2
2026-03-26 05:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e42f394-a627-587c-b2a1-1d8a4ac59f04 with identifier: 120446941
2026-03-26 05:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e42f394-a627-587c-b2a1-1d8a4ac59f04 with identifier: 120446941
2026-03-26 05:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e42f394-a627-587c-b2a1-1d8a4ac59f04 with identifier: 120446941 to the API
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120446941?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '0e42f394-a627-587c-b2a1-1d8a4ac59f04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DL23VRX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120446941',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 27125,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid Tekna 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid Tekna 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446941%27 HTTP/1.1" 200 None
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Saving data for 120446941: {'auction_closing_time': 1774519200.0, 'created_time': 1774379767.343718, 'last_price_update_time': 1774501251.834927}
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446941') HTTP/1.1" 204 0
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Found listing with ID: 120446985
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446985%27 HTTP/1.1" 200 None
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Scrape type for 120446985: 2
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120446107, 'registration': 'DG71FDX', 'account': 'RCI001', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '150kW Premium 64kWh 5dr Auto', 'mileage': 52519, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 348, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-09-13', 'fuel': 'Electric', 'motExpiry': '2026-09-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG71FDX/2026-03-16/image/a8c41694-2346-44b7-b1db-5168f8b61f8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/06ccf8b5-7d4e-4a5a-998e-5ba799ed230f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/cc9cadf2-812f-4646-8f1f-d25c118eed18_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/564a03f3-3b3c-4f60-8656-e71fff472f92_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/de718a28-c306-40d3-a03f-e9c35074e630_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/65a65256-b4eb-4fb9-8775-c66086805326_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/32386c62-84dd-4eb1-beef-dfa6f438b59a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book @4K NO DATE 08/23-16K 02/24-26K 08/24-29K 09/24-36K 06/25-46K 09/25-49K', 'remarks': 'SPARE KEY, VOSA STATES 36K 49K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/48baf15a-453d-4ffd-a706-5cfbb3634715.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120446107, 'registration': 'DG71FDX', 'account': 'RCI001', 'make': 'HYUNDAI', 'model': 'KONA ELECTRIC HATCHBACK', 'derivative': '150kW Premium 64kWh 5dr Auto', 'mileage': 52519, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 348, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-09-13', 'fuel': 'Electric', 'motExpiry': '2026-09-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG71FDX/2026-03-16/image/a8c41694-2346-44b7-b1db-5168f8b61f8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/06ccf8b5-7d4e-4a5a-998e-5ba799ed230f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/cc9cadf2-812f-4646-8f1f-d25c118eed18_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/564a03f3-3b3c-4f60-8656-e71fff472f92_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/de718a28-c306-40d3-a03f-e9c35074e630_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/65a65256-b4eb-4fb9-8775-c66086805326_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG71FDX/2026-03-16/image/32386c62-84dd-4eb1-beef-dfa6f438b59a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book @4K NO DATE 08/23-16K 02/24-26K 08/24-29K 09/24-36K 06/25-46K 09/25-49K', 'remarks': 'SPARE KEY, VOSA STATES 36K 49K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/48baf15a-453d-4ffd-a706-5cfbb3634715.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b1ecfb9-045a-5942-8180-a03a3341a92f with identifier: 120446107
2026-03-26 05:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b1ecfb9-045a-5942-8180-a03a3341a92f with scrape type 2
2026-03-26 05:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b1ecfb9-045a-5942-8180-a03a3341a92f with scrape type 2
2026-03-26 05:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b1ecfb9-045a-5942-8180-a03a3341a92f, identifier: 120446107
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120055288, 'registration': 'GL71ODF', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Acenta 40kWh 5dr Auto [6.6kw Charger]', 'mileage': 14821, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 349, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-23', 'fuel': 'Electric', 'motExpiry': '2026-02-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL71ODF/2026-03-05/image/baf155fd-145c-4df2-ac1b-6c649d3c694d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/e4b3f8ef-da22-41a3-850e-26e6343c7c8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/18de9a83-8ecb-4129-b59d-a20e90ae190e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/9b5aa1aa-8dcf-4806-b49a-8ddccc47dc30_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/a66bb56d-29be-460e-81e6-03a06753b265_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/63d762db-6888-49e7-abcb-f0100f127de8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/6df7cbf0-8bcf-41f5-a463-3721a903ed8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/777dc1ac-1835-4fb7-aac6-6a2f587311e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/36c37d62-e3b5-46b3-a150-9364b356b6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/f50a8551-6d88-4279-98e9-057f0fbb410d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23 4K 01/26 14K', 'remarks': 'VOSA STATES 10K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6ef1b23-283e-47a2-975d-f88beae9eab1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120055288, 'registration': 'GL71ODF', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Acenta 40kWh 5dr Auto [6.6kw Charger]', 'mileage': 14821, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 349, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-23', 'fuel': 'Electric', 'motExpiry': '2026-02-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GL71ODF/2026-03-05/image/baf155fd-145c-4df2-ac1b-6c649d3c694d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/e4b3f8ef-da22-41a3-850e-26e6343c7c8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/18de9a83-8ecb-4129-b59d-a20e90ae190e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/9b5aa1aa-8dcf-4806-b49a-8ddccc47dc30_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/a66bb56d-29be-460e-81e6-03a06753b265_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/63d762db-6888-49e7-abcb-f0100f127de8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/6df7cbf0-8bcf-41f5-a463-3721a903ed8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/777dc1ac-1835-4fb7-aac6-6a2f587311e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/36c37d62-e3b5-46b3-a150-9364b356b6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/GL71ODF/2026-03-05/image/f50a8551-6d88-4279-98e9-057f0fbb410d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23 4K 01/26 14K', 'remarks': 'VOSA STATES 10K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6ef1b23-283e-47a2-975d-f88beae9eab1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ca6b952-8ca5-50b9-a37f-e4b8163951b5 with identifier: 120055288
2026-03-26 05:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ca6b952-8ca5-50b9-a37f-e4b8163951b5 with scrape type 2
2026-03-26 05:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ca6b952-8ca5-50b9-a37f-e4b8163951b5 with scrape type 2
2026-03-26 05:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ca6b952-8ca5-50b9-a37f-e4b8163951b5, identifier: 120055288
2026-03-26 05:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295738?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b1ecfb9-045a-5942-8180-a03a3341a92f with identifier: 120446107
2026-03-26 05:00:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b1ecfb9-045a-5942-8180-a03a3341a92f with identifier: 120446107
2026-03-26 05:00:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b1ecfb9-045a-5942-8180-a03a3341a92f with identifier: 120446107 to the API
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120446107?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '4b1ecfb9-045a-5942-8180-a03a3341a92f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG71FDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120446107',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'KONA ELECTRIC HATCHBACK',
'odometer': 52519,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-13',
'seller_name': 'Mobilize Financial Services',
'title': 'HYUNDAI KONA ELECTRIC HATCHBACK 150kW Premium 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW Premium 64kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446107%27 HTTP/1.1" 200 None
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Saving data for 120446107: {'auction_closing_time': 1774519200.0, 'created_time': 1774379741.425142, 'last_price_update_time': 1774501252.498797}
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446107') HTTP/1.1" 204 0
2026-03-26 05:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ca6b952-8ca5-50b9-a37f-e4b8163951b5 with identifier: 120055288
2026-03-26 05:00:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ca6b952-8ca5-50b9-a37f-e4b8163951b5 with identifier: 120055288
2026-03-26 05:00:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ca6b952-8ca5-50b9-a37f-e4b8163951b5 with identifier: 120055288 to the API
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120055288?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '8ca6b952-8ca5-50b9-a37f-e4b8163951b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GL71ODF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120055288',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 14821,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-23',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW Acenta 40kWh 5dr Auto [6.6kw Charger]',
'transmission': 'automatic',
'trim': '110kW Acenta 40kWh 5dr Auto [6.6kw Charger]',
'vin': None,
'year': 2021}
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055288%27 HTTP/1.1" 200 None
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Saving data for 120055288: {'auction_closing_time': 1774519200.0, 'created_time': 1774379740.267433, 'last_price_update_time': 1774501252.830999}
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120055288') HTTP/1.1" 204 0
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120364234
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120364234%27 HTTP/1.1" 200 None
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Scrape type for 120364234: 2
2026-03-26 05:00: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:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295365?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295500?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Found listing with ID: 120295687
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295687%27 HTTP/1.1" 200 None
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Scrape type for 120295687: 2
2026-03-26 05:00: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:00: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:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120481432?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120264238?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00: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:00: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:00:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295738, 'registration': 'LN72OBS', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 39kWh 5dr Auto', 'mileage': 32943, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 359, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Electric', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN72OBS/2026-03-18/image/76b582ec-97ae-41da-a560-296eed33ee13_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/097a6d9a-1073-4bbe-a8e6-6256bf62cc8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/1e31acc9-220f-46d1-b2e5-9fc4574503f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/283d15c3-410f-4f80-972a-a2c95d123d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/1c4a072f-1623-4d39-9b54-2d22f2514541_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/d4c7607f-877d-4af3-9eb4-cb0bfdb7f2d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/6176e71c-57be-4607-b4d1-c02ba2a3a981_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23-8K 12/25-31K', 'remarks': 'SPARE KEY, VOSA STATES 31K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d5105cea-0ac4-49a5-aae3-e361f9a0067e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295738, 'registration': 'LN72OBS', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 39kWh 5dr Auto', 'mileage': 32943, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 359, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Electric', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN72OBS/2026-03-18/image/76b582ec-97ae-41da-a560-296eed33ee13_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/097a6d9a-1073-4bbe-a8e6-6256bf62cc8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/1e31acc9-220f-46d1-b2e5-9fc4574503f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/283d15c3-410f-4f80-972a-a2c95d123d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/1c4a072f-1623-4d39-9b54-2d22f2514541_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/d4c7607f-877d-4af3-9eb4-cb0bfdb7f2d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN72OBS/2026-03-18/image/6176e71c-57be-4607-b4d1-c02ba2a3a981_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23-8K 12/25-31K', 'remarks': 'SPARE KEY, VOSA STATES 31K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d5105cea-0ac4-49a5-aae3-e361f9a0067e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284 with identifier: 120295738
2026-03-26 05:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284 with scrape type 2
2026-03-26 05:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284, identifier: 120295738
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 120333553
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120333553%27 HTTP/1.1" 200 None
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Scrape type for 120333553: 2
2026-03-26 05:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284 with identifier: 120295738
2026-03-26 05:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284 with identifier: 120295738
2026-03-26 05:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d2a2b5b-7f11-5127-ad9e-74c8e49c2284 with identifier: 120295738 to the API
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295738?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '4d2a2b5b-7f11-5127-ad9e-74c8e49c2284',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN72OBS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295738',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 32943,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW N-Connecta 39kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW N-Connecta 39kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295738%27 HTTP/1.1" 200 None
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Saving data for 120295738: {'auction_closing_time': 1774519200.0, 'created_time': 1774379626.993913, 'last_price_update_time': 1774501253.373449}
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295738') HTTP/1.1" 204 0
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Found listing with ID: 119997117
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119997117%27 HTTP/1.1" 200 None
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Scrape type for 119997117: 2
2026-03-26 05:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617807?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295365, 'registration': 'YK73GML', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 25230, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 356, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-12-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK73GML/2026-03-16/image/a636c8c0-5bf3-4b3d-8c3f-6711f81236f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/832abd95-64bb-40fb-a61d-32c5c5505cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/afa98fee-8e7a-45e0-a4a9-80c76958f341_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/db14beb7-92b7-4722-a2e0-e1c186719b06_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/97efe872-b824-4508-a15a-b902f353f338_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/d6ea7bd6-9fa2-444e-96d0-a83d35e6758d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/cf37da43-21a0-4d6e-b958-41d0aa3ceda6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/26 25K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e634956e-b246-4019-8ba6-602ed09f521a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295365, 'registration': 'YK73GML', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 25230, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 356, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-12-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK73GML/2026-03-16/image/a636c8c0-5bf3-4b3d-8c3f-6711f81236f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/832abd95-64bb-40fb-a61d-32c5c5505cf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/afa98fee-8e7a-45e0-a4a9-80c76958f341_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/db14beb7-92b7-4722-a2e0-e1c186719b06_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/97efe872-b824-4508-a15a-b902f353f338_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/d6ea7bd6-9fa2-444e-96d0-a83d35e6758d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK73GML/2026-03-16/image/cf37da43-21a0-4d6e-b958-41d0aa3ceda6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/26 25K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e634956e-b246-4019-8ba6-602ed09f521a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc3f3f77-a9ad-517a-8821-9ac4066d59e4 with identifier: 120295365
2026-03-26 05:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc3f3f77-a9ad-517a-8821-9ac4066d59e4 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc3f3f77-a9ad-517a-8821-9ac4066d59e4 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc3f3f77-a9ad-517a-8821-9ac4066d59e4, identifier: 120295365
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295500, 'registration': 'YJ73FDW', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic', 'mileage': 13549, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 350, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-02-22', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/9040b13c-e0ac-4e8b-976a-c126cf0c706d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/b2c5c35f-93e0-4c04-a789-2e7879a59e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/de4e019c-22cd-433e-8bbb-706e6971bb14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/0358cc50-4a3c-499a-8995-eabb2a5e8a52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/2c5c489c-1e70-4d30-8905-9ce24b17d801_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/ee5664f6-2c2c-4a1b-bb0d-74ad31fcbee1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/b93be9bd-ef43-40de-9e44-7c65e0f3869c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/a7137fb9-aff8-44f0-8f54-2ffe2d2ab494_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/25 10K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1af21e87-f398-457a-92bc-ca954fab719a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295500, 'registration': 'YJ73FDW', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic', 'mileage': 13549, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 350, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-02-22', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/9040b13c-e0ac-4e8b-976a-c126cf0c706d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/b2c5c35f-93e0-4c04-a789-2e7879a59e50_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/de4e019c-22cd-433e-8bbb-706e6971bb14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/0358cc50-4a3c-499a-8995-eabb2a5e8a52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/2c5c489c-1e70-4d30-8905-9ce24b17d801_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/ee5664f6-2c2c-4a1b-bb0d-74ad31fcbee1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/b93be9bd-ef43-40de-9e44-7c65e0f3869c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ73FDW/2026-03-17/image/a7137fb9-aff8-44f0-8f54-2ffe2d2ab494_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/25 10K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1af21e87-f398-457a-92bc-ca954fab719a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7dabf4c-6346-5fd8-94b0-9dfce9446947 with identifier: 120295500
2026-03-26 05:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7dabf4c-6346-5fd8-94b0-9dfce9446947 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7dabf4c-6346-5fd8-94b0-9dfce9446947 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e7dabf4c-6346-5fd8-94b0-9dfce9446947, identifier: 120295500
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120481432, 'registration': 'RF74JFU', 'account': 'RCI002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '3.0 P550e Autobiography 5dr Auto', 'mileage': 8905, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 358, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-12-14', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 2996, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF74JFU/2026-03-17/image/ae85020a-b62d-414b-af06-6626aff3171e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/2f697ad8-12fc-40a3-8d06-1bf08a0c8c94_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/8df183dc-91b5-4590-8f8a-edd272c947ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/86b50a76-68e2-4134-a668-abbac8f3d228_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/b37886c3-fded-4d55-8ed3-df9af85f7e73_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/26ec27fe-03c9-4942-92f6-bb264e78ed17_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/382cd16d-181b-457e-838e-f8a553039078_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/71cc6075-f78c-4c55-a148-1b4b6a753d1f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 18, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a818ec7-2349-497c-ac80-2ee65d719142.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120481432, 'registration': 'RF74JFU', 'account': 'RCI002', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '3.0 P550e Autobiography 5dr Auto', 'mileage': 8905, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 358, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-12-14', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 2996, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF74JFU/2026-03-17/image/ae85020a-b62d-414b-af06-6626aff3171e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/2f697ad8-12fc-40a3-8d06-1bf08a0c8c94_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/8df183dc-91b5-4590-8f8a-edd272c947ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/86b50a76-68e2-4134-a668-abbac8f3d228_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/b37886c3-fded-4d55-8ed3-df9af85f7e73_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/26ec27fe-03c9-4942-92f6-bb264e78ed17_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/382cd16d-181b-457e-838e-f8a553039078_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF74JFU/2026-03-17/image/71cc6075-f78c-4c55-a148-1b4b6a753d1f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 18, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a818ec7-2349-497c-ac80-2ee65d719142.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8028b61f-41f8-586b-a1bc-fd028fbc8810 with identifier: 120481432
2026-03-26 05:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8028b61f-41f8-586b-a1bc-fd028fbc8810 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8028b61f-41f8-586b-a1bc-fd028fbc8810 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8028b61f-41f8-586b-a1bc-fd028fbc8810, identifier: 120481432
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120264238, 'registration': 'FX22OUF', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW Sport 80kWh 5dr Auto', 'mileage': 82065, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 154, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-25', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX22OUF/2026-03-18/image/0b3dde25-7462-4c90-82f6-6c9e42a5339b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/b7446c73-be1e-423f-8ace-40bef4d0a24c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/492a2104-185d-47e4-8ca4-dbd02a72e697_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/7b3fa248-ecc2-42d2-930c-79f4a72bdfee_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/6935eecc-c812-4436-9a91-85f2b1b39206_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/c01640f2-cbbd-4724-a43b-4c5dc203acbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/bfca66f3-08dc-4f22-a158-c6a1e2495a5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/ccda49db-d87f-4590-9bc5-164e3a5d2507_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/22-15K, 08/23-30K, 05/24-49K, 04/25-64K, 02/26-80K', 'remarks': 'Metallic Paint - VOSA STATES 67K 78K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/066b6716-da07-4d97-a367-02ff25382716.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120264238, 'registration': 'FX22OUF', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW Sport 80kWh 5dr Auto', 'mileage': 82065, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 154, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-25', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX22OUF/2026-03-18/image/0b3dde25-7462-4c90-82f6-6c9e42a5339b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/b7446c73-be1e-423f-8ace-40bef4d0a24c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/492a2104-185d-47e4-8ca4-dbd02a72e697_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/7b3fa248-ecc2-42d2-930c-79f4a72bdfee_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/6935eecc-c812-4436-9a91-85f2b1b39206_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/c01640f2-cbbd-4724-a43b-4c5dc203acbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/bfca66f3-08dc-4f22-a158-c6a1e2495a5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX22OUF/2026-03-18/image/ccda49db-d87f-4590-9bc5-164e3a5d2507_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/22-15K, 08/23-30K, 05/24-49K, 04/25-64K, 02/26-80K', 'remarks': 'Metallic Paint - VOSA STATES 67K 78K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/066b6716-da07-4d97-a367-02ff25382716.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a4626cb-128f-58bd-a1ad-71cf19c41ec7 with identifier: 120264238
2026-03-26 05:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a4626cb-128f-58bd-a1ad-71cf19c41ec7 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a4626cb-128f-58bd-a1ad-71cf19c41ec7 with scrape type 2
2026-03-26 05:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8a4626cb-128f-58bd-a1ad-71cf19c41ec7, identifier: 120264238
2026-03-26 05:00: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:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc3f3f77-a9ad-517a-8821-9ac4066d59e4 with identifier: 120295365
2026-03-26 05:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc3f3f77-a9ad-517a-8821-9ac4066d59e4 with identifier: 120295365
2026-03-26 05:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc3f3f77-a9ad-517a-8821-9ac4066d59e4 with identifier: 120295365 to the API
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295365?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'dc3f3f77-a9ad-517a-8821-9ac4066d59e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YK73GML',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295365',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 25230,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295365%27 HTTP/1.1" 200 None
2026-03-26 05:00:54 [astonbarclay.gb] INFO: Saving data for 120295365: {'auction_closing_time': 1774519200.0, 'created_time': 1774379779.384647, 'last_price_update_time': 1774501254.287644}
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295365') HTTP/1.1" 204 0
2026-03-26 05:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e7dabf4c-6346-5fd8-94b0-9dfce9446947 with identifier: 120295500
2026-03-26 05:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e7dabf4c-6346-5fd8-94b0-9dfce9446947 with identifier: 120295500
2026-03-26 05:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e7dabf4c-6346-5fd8-94b0-9dfce9446947 with identifier: 120295500 to the API
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295500?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e7dabf4c-6346-5fd8-94b0-9dfce9446947',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YJ73FDW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295500',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 13549,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-22',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 Acenta Premium 5dr '
'Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic',
'vin': None,
'year': 2024}
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295500%27 HTTP/1.1" 200 None
2026-03-26 05:00:54 [astonbarclay.gb] INFO: Saving data for 120295500: {'auction_closing_time': 1774519200.0, 'created_time': 1774379742.935851, 'last_price_update_time': 1774501254.733202}
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295500') HTTP/1.1" 204 0
2026-03-26 05:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8028b61f-41f8-586b-a1bc-fd028fbc8810 with identifier: 120481432
2026-03-26 05:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8028b61f-41f8-586b-a1bc-fd028fbc8810 with identifier: 120481432
2026-03-26 05:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8028b61f-41f8-586b-a1bc-fd028fbc8810 with identifier: 120481432 to the API
2026-03-26 05:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120481432?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 18,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '8028b61f-41f8-586b-a1bc-fd028fbc8810',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RF74JFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120481432',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT ESTATE',
'odometer': 8905,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-14',
'seller_name': 'Mobilize Financial Services',
'title': 'LAND ROVER RANGE ROVER SPORT ESTATE 3.0 P550e Autobiography 5dr '
'Auto',
'transmission': 'automatic',
'trim': '3.0 P550e Autobiography 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120481432%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Saving data for 120481432: {'auction_closing_time': 1774519200.0, 'created_time': 1774379620.826761, 'last_price_update_time': 1774501255.012689}
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481432') HTTP/1.1" 204 0
2026-03-26 05:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8a4626cb-128f-58bd-a1ad-71cf19c41ec7 with identifier: 120264238
2026-03-26 05:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8a4626cb-128f-58bd-a1ad-71cf19c41ec7 with identifier: 120264238
2026-03-26 05:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8a4626cb-128f-58bd-a1ad-71cf19c41ec7 with identifier: 120264238 to the API
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120264238?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '8a4626cb-128f-58bd-a1ad-71cf19c41ec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX22OUF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120264238',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 82065,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW Sport 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW Sport 80kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264238%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Saving data for 120264238: {'auction_closing_time': 1774519200.0, 'created_time': 1774271455.092945, 'last_price_update_time': 1774501255.297412}
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120264238') HTTP/1.1" 204 0
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120295481
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295481%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120295481: 2
2026-03-26 05:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476832?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120295312
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295312%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120295312: 2
2026-03-26 05:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617807, 'registration': 'SS15MCF', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T N-Connecta 5dr', 'mileage': 8930, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 355, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2024-06-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SS15MCF/2026-03-19/image/4a09f186-af87-4e56-bdb4-6af859e32585_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/26e53a3f-81b6-441e-8136-5409b88065eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/01dce885-2842-4fcb-8f49-c3da5883b5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/c81ed843-88e8-4add-9594-94ec8bf8a3c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/19d8a20b-fbc9-4e98-8e8d-070ba4d62694_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/45f57c38-40ff-47ff-9469-12a653cb7b4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/6d6b0e70-717c-4650-b73c-4fd0101fa631_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/eb666650-99aa-4c27-8de9-e75938196508_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/25 5K', 'remarks': 'PLATE NOT GUARANTEED SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e71a5f0d-d768-481c-b118-6f4d8b06b416.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617807, 'registration': 'SS15MCF', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T N-Connecta 5dr', 'mileage': 8930, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 355, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2024-06-27', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SS15MCF/2026-03-19/image/4a09f186-af87-4e56-bdb4-6af859e32585_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/26e53a3f-81b6-441e-8136-5409b88065eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/01dce885-2842-4fcb-8f49-c3da5883b5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/c81ed843-88e8-4add-9594-94ec8bf8a3c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/19d8a20b-fbc9-4e98-8e8d-070ba4d62694_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/45f57c38-40ff-47ff-9469-12a653cb7b4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/6d6b0e70-717c-4650-b73c-4fd0101fa631_removebg.jpg?w=600', 'https://abimg003.imgix.net/SS15MCF/2026-03-19/image/eb666650-99aa-4c27-8de9-e75938196508_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/25 5K', 'remarks': 'PLATE NOT GUARANTEED SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 138, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e71a5f0d-d768-481c-b118-6f4d8b06b416.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86a285d6-7963-5013-9014-15a90c1a28ef with identifier: 120617807
2026-03-26 05:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a285d6-7963-5013-9014-15a90c1a28ef with scrape type 2
2026-03-26 05:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86a285d6-7963-5013-9014-15a90c1a28ef with scrape type 2
2026-03-26 05:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86a285d6-7963-5013-9014-15a90c1a28ef, identifier: 120617807
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120597377
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120597377%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120597377: 2
2026-03-26 05:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86a285d6-7963-5013-9014-15a90c1a28ef with identifier: 120617807
2026-03-26 05:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86a285d6-7963-5013-9014-15a90c1a28ef with identifier: 120617807
2026-03-26 05:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86a285d6-7963-5013-9014-15a90c1a28ef with identifier: 120617807 to the API
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617807?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 138,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '86a285d6-7963-5013-9014-15a90c1a28ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SS15MCF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617807',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 8930,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-27',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2024}
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617807%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Saving data for 120617807: {'auction_closing_time': 1774519200.0, 'created_time': 1773947177.855804, 'last_price_update_time': 1774501255.806414}
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617807') HTTP/1.1" 204 0
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Found listing with ID: 120295763
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295763%27 HTTP/1.1" 200 None
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Scrape type for 120295763: 2
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476832, 'registration': 'BT72NZH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic', 'mileage': 25059, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 362, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT72NZH/2026-03-20/image/0e213813-f4c1-47de-8cd8-135e59b47f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/43e07b83-298e-42f2-a8ee-192d6c4bdf30_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/5e277998-198b-4993-bf05-0e5cb2c38dc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/beeafd1b-a268-4fc3-92b1-f8ddc827c74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/31a214e7-1bef-42f7-b6b4-351db467c49e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/bcb6613d-8ec8-46d3-b6aa-a363f1d68b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/a0f5ddbb-b572-40d3-98a6-f954e5692517_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/25 18K', 'remarks': 'VOSA STATES 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e192f6d2-3ed1-41e3-abd7-850ceaf66134.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476832, 'registration': 'BT72NZH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic', 'mileage': 25059, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 362, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT72NZH/2026-03-20/image/0e213813-f4c1-47de-8cd8-135e59b47f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/43e07b83-298e-42f2-a8ee-192d6c4bdf30_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/5e277998-198b-4993-bf05-0e5cb2c38dc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/beeafd1b-a268-4fc3-92b1-f8ddc827c74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/31a214e7-1bef-42f7-b6b4-351db467c49e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/bcb6613d-8ec8-46d3-b6aa-a363f1d68b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT72NZH/2026-03-20/image/a0f5ddbb-b572-40d3-98a6-f954e5692517_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/25 18K', 'remarks': 'VOSA STATES 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 141, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e192f6d2-3ed1-41e3-abd7-850ceaf66134.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceab2f8b-7c9e-5ef0-8b7e-804da19d575d with identifier: 120476832
2026-03-26 05:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceab2f8b-7c9e-5ef0-8b7e-804da19d575d with scrape type 2
2026-03-26 05:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceab2f8b-7c9e-5ef0-8b7e-804da19d575d with scrape type 2
2026-03-26 05:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ceab2f8b-7c9e-5ef0-8b7e-804da19d575d, identifier: 120476832
2026-03-26 05:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ceab2f8b-7c9e-5ef0-8b7e-804da19d575d with identifier: 120476832
2026-03-26 05:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ceab2f8b-7c9e-5ef0-8b7e-804da19d575d with identifier: 120476832
2026-03-26 05:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ceab2f8b-7c9e-5ef0-8b7e-804da19d575d with identifier: 120476832 to the API
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476832?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 141,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ceab2f8b-7c9e-5ef0-8b7e-804da19d575d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT72NZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476832',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 25059,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 Acenta Premium 5dr '
'Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 Acenta Premium 5dr Xtronic',
'vin': None,
'year': 2023}
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476832%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Saving data for 120476832: {'auction_closing_time': 1774519200.0, 'created_time': 1774001036.547151, 'last_price_update_time': 1774501256.239876}
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476832') HTTP/1.1" 204 0
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120351951
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351951%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120351951: 2
2026-03-26 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120414008?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120295716
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295716%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120295716: 2
2026-03-26 05:00: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:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120606569?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120571981?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120447157?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120553020?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120441537?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00: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:00: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:00: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:00: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:00: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:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120676520
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120676520%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120676520: 2
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120295802
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295802%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120295802: 2
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120401646
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401646%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120401646: 2
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120400611
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400611%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120400611: 2
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120476870
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476870%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120476870: 2
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120368389
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368389%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120368389: 2
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120414008, 'registration': 'AJ71NWW', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh Rapid Charge 5dr Auto', 'mileage': 51966, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 364, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-15', 'fuel': 'Electric', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/d68f2df8-2ed0-4c1e-b59c-3594b3d465c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/fec77d80-f75e-40f9-b116-74f3bd987999_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/bbf1f048-182d-44e4-afda-b400c79c2a56_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/b964ab41-e7b4-4bfb-b073-93f2ce700613_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/f217cbb4-f25d-40eb-a708-255ba694a76a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/e074c698-e373-4719-904e-bdc19c1a5a64_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/74705d9a-05e4-40ef-a0fd-d494a5fb7b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/ade74a0e-ce68-4401-998d-339179249e96_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23 9k 01/24 23k 01/25 35k', 'remarks': 'VOSA STATES 35K 51K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e3011cb-f48c-4c91-ba41-ff404b02f5b7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120414008, 'registration': 'AJ71NWW', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh Rapid Charge 5dr Auto', 'mileage': 51966, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 364, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-15', 'fuel': 'Electric', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/d68f2df8-2ed0-4c1e-b59c-3594b3d465c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/fec77d80-f75e-40f9-b116-74f3bd987999_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/bbf1f048-182d-44e4-afda-b400c79c2a56_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/b964ab41-e7b4-4bfb-b073-93f2ce700613_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/f217cbb4-f25d-40eb-a708-255ba694a76a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/e074c698-e373-4719-904e-bdc19c1a5a64_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/74705d9a-05e4-40ef-a0fd-d494a5fb7b9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AJ71NWW/2026-03-13/image/ade74a0e-ce68-4401-998d-339179249e96_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23 9k 01/24 23k 01/25 35k', 'remarks': 'VOSA STATES 35K 51K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e3011cb-f48c-4c91-ba41-ff404b02f5b7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac7761b3-1e9b-5069-8b3e-56ad547562a7 with identifier: 120414008
2026-03-26 05:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac7761b3-1e9b-5069-8b3e-56ad547562a7 with scrape type 2
2026-03-26 05:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac7761b3-1e9b-5069-8b3e-56ad547562a7 with scrape type 2
2026-03-26 05:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ac7761b3-1e9b-5069-8b3e-56ad547562a7, identifier: 120414008
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Found listing with ID: 120295276
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295276%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Scrape type for 120295276: 2
2026-03-26 05:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ac7761b3-1e9b-5069-8b3e-56ad547562a7 with identifier: 120414008
2026-03-26 05:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ac7761b3-1e9b-5069-8b3e-56ad547562a7 with identifier: 120414008
2026-03-26 05:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ac7761b3-1e9b-5069-8b3e-56ad547562a7 with identifier: 120414008 to the API
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120414008?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ac7761b3-1e9b-5069-8b3e-56ad547562a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AJ71NWW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120414008',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 51966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-15',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 100kW i GT Line R135 50kWh Rapid Charge 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW i GT Line R135 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120414008%27 HTTP/1.1" 200 None
2026-03-26 05:00:56 [astonbarclay.gb] INFO: Saving data for 120414008: {'auction_closing_time': 1774519200.0, 'created_time': 1774379630.306761, 'last_price_update_time': 1774501256.805753}
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120414008') HTTP/1.1" 204 0
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120606569, 'registration': 'DS71JUK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 40kWh 5dr Auto', 'mileage': 26023, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 361, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-02-11', 'fuel': 'Electric', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71JUK/2026-03-19/image/efe36513-5e4c-4500-9565-da30e046c7cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/88af475d-6a72-4d47-979c-2bf26e6aca15_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/e690b4a8-c625-463d-a9c3-d0d74cb000dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/fcdbc61f-c22f-41b9-ba27-caed4cdecbce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/5cc0cbc0-0a59-41fc-a219-2659f3a7790e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/3a8a5cbe-97dd-4ebf-a587-045c4a5d9b82_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/f711afd4-6342-4924-877b-d62a922011e1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23 6K 02/24 11K 02/25 18K 02/26 24K', 'remarks': 'VOSA STATES 18K 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/47959372-fe5e-44d4-90e3-3396b4b67e58.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120606569, 'registration': 'DS71JUK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 40kWh 5dr Auto', 'mileage': 26023, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 361, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-02-11', 'fuel': 'Electric', 'motExpiry': '2027-02-10', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71JUK/2026-03-19/image/efe36513-5e4c-4500-9565-da30e046c7cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/88af475d-6a72-4d47-979c-2bf26e6aca15_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/e690b4a8-c625-463d-a9c3-d0d74cb000dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/fcdbc61f-c22f-41b9-ba27-caed4cdecbce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/5cc0cbc0-0a59-41fc-a219-2659f3a7790e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/3a8a5cbe-97dd-4ebf-a587-045c4a5d9b82_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71JUK/2026-03-19/image/f711afd4-6342-4924-877b-d62a922011e1_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23 6K 02/24 11K 02/25 18K 02/26 24K', 'remarks': 'VOSA STATES 18K 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/47959372-fe5e-44d4-90e3-3396b4b67e58.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d305f2c-cfe7-56d0-ac05-db969073c7b7 with identifier: 120606569
2026-03-26 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d305f2c-cfe7-56d0-ac05-db969073c7b7 with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d305f2c-cfe7-56d0-ac05-db969073c7b7 with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1d305f2c-cfe7-56d0-ac05-db969073c7b7, identifier: 120606569
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120571981, 'registration': 'DY24BKO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 13465, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 365, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY24BKO/2026-03-18/image/35ee94b9-0b06-4ba1-a95b-018a59a4c689_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/b009c770-260d-4485-9d8b-51f148a92301_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/7a9e3766-c16a-4e42-8d1c-870533ae6965_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/d8e47210-a68c-4537-9725-fcbf2175bffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/e59db74c-c56e-4b15-b9d9-1d0d2b746064_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/08d74d39-cfe6-46fb-b99a-2193864a24fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/0f9af31b-a653-4abc-b0be-c0cbb9923841_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/f9f57b91-f8b3-4e2f-8900-27b4aea05dcd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 0725-9K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e39fbc88-935b-4aba-933f-7825a6ab9806.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120571981, 'registration': 'DY24BKO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 13465, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 365, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY24BKO/2026-03-18/image/35ee94b9-0b06-4ba1-a95b-018a59a4c689_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/b009c770-260d-4485-9d8b-51f148a92301_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/7a9e3766-c16a-4e42-8d1c-870533ae6965_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/d8e47210-a68c-4537-9725-fcbf2175bffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/e59db74c-c56e-4b15-b9d9-1d0d2b746064_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/08d74d39-cfe6-46fb-b99a-2193864a24fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/0f9af31b-a653-4abc-b0be-c0cbb9923841_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY24BKO/2026-03-18/image/f9f57b91-f8b3-4e2f-8900-27b4aea05dcd_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 0725-9K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e39fbc88-935b-4aba-933f-7825a6ab9806.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173b4818-640c-5638-8704-ca91c97793e1 with identifier: 120571981
2026-03-26 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173b4818-640c-5638-8704-ca91c97793e1 with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173b4818-640c-5638-8704-ca91c97793e1 with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 173b4818-640c-5638-8704-ca91c97793e1, identifier: 120571981
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120447157, 'registration': 'CK72ERV', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW Techno R135 50kWh Boost Charge 5dr Auto', 'mileage': 32281, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 366, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK72ERV/2026-03-24/image/2ed216f1-f07a-4928-b978-416848673e29_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/6ab2da03-b762-431a-b684-3a439323fe78_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/e2951f79-ce16-49ad-a31d-e0beb9468b63_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/b9fa18ff-91b7-4226-b72a-4456e9ed8290_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/433b9ec9-8253-42ab-9ee7-6c53ff426913_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/caac6fd6-01c6-4ff5-ab47-270f2748f3e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/307d1dd7-9cac-49fd-a5c5-c9cf31aec9e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/7cde2b52-fcbd-44ca-857a-33bc5313ddc9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23 11K 11/25 30K', 'remarks': 'VOSA STATES 30K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6f4d63c0-b605-4b28-b9d0-685b729c5568.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120447157, 'registration': 'CK72ERV', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW Techno R135 50kWh Boost Charge 5dr Auto', 'mileage': 32281, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 366, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK72ERV/2026-03-24/image/2ed216f1-f07a-4928-b978-416848673e29_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/6ab2da03-b762-431a-b684-3a439323fe78_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/e2951f79-ce16-49ad-a31d-e0beb9468b63_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/b9fa18ff-91b7-4226-b72a-4456e9ed8290_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/433b9ec9-8253-42ab-9ee7-6c53ff426913_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/caac6fd6-01c6-4ff5-ab47-270f2748f3e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/307d1dd7-9cac-49fd-a5c5-c9cf31aec9e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ERV/2026-03-24/image/7cde2b52-fcbd-44ca-857a-33bc5313ddc9_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23 11K 11/25 30K', 'remarks': 'VOSA STATES 30K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6f4d63c0-b605-4b28-b9d0-685b729c5568.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64e8d855-666e-5edf-81ce-829213889d78 with identifier: 120447157
2026-03-26 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64e8d855-666e-5edf-81ce-829213889d78 with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64e8d855-666e-5edf-81ce-829213889d78 with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64e8d855-666e-5edf-81ce-829213889d78, identifier: 120447157
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120553020, 'registration': 'DS71NFZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Tekna+ 5dr Xtronic', 'mileage': 61416, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 360, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/30bf6385-c4ad-4bf4-a4cd-ddafbe8d1792_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/99976022-4c70-48b3-8b09-5351871de4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/b42092a9-80cd-4be4-8f97-153fed9315ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/7adc9002-0619-4213-8389-e0bd39b2a8d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/83a16a68-b000-416d-ab0c-4851cf3ff60a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/12834a25-70df-4e7f-ab3e-2ed28d4facaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/7d76b570-9832-4ec3-bf7c-99c51330d20b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/6cb8ca12-d688-4ea1-b660-eb3748becf20_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23 15K 02/24 32K 02/25 49K', 'remarks': 'VOSA STATES 49K 61K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a4081ad7-286c-45f0-b1b6-b8e413707c87.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120553020, 'registration': 'DS71NFZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Tekna+ 5dr Xtronic', 'mileage': 61416, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 360, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/30bf6385-c4ad-4bf4-a4cd-ddafbe8d1792_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/99976022-4c70-48b3-8b09-5351871de4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/b42092a9-80cd-4be4-8f97-153fed9315ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/7adc9002-0619-4213-8389-e0bd39b2a8d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/83a16a68-b000-416d-ab0c-4851cf3ff60a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/12834a25-70df-4e7f-ab3e-2ed28d4facaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/7d76b570-9832-4ec3-bf7c-99c51330d20b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS71NFZ/2026-03-18/image/6cb8ca12-d688-4ea1-b660-eb3748becf20_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23 15K 02/24 32K 02/25 49K', 'remarks': 'VOSA STATES 49K 61K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a4081ad7-286c-45f0-b1b6-b8e413707c87.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbafbfff-72c7-54fd-a1fb-49ba6097309c with identifier: 120553020
2026-03-26 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbafbfff-72c7-54fd-a1fb-49ba6097309c with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbafbfff-72c7-54fd-a1fb-49ba6097309c with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cbafbfff-72c7-54fd-a1fb-49ba6097309c, identifier: 120553020
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120441537, 'registration': 'BC73TKY', 'account': 'RCI002', 'make': 'NISSAN', 'model': 'PRIMASTAR 30 L2 DIESEL', 'derivative': '2.0 dCi 110ps H1 Tekna Van', 'mileage': 17645, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 363, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2024-01-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/BC73TKY/2026-03-16/image/3c2ec9c4-82a9-4b1c-bdeb-83053f928002_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/eb8fd84a-84d2-45d9-9c54-e12f69882248_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/1b3f2d0c-1294-4d42-b381-da0e1df09e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/a44baf1e-7dda-4545-ab59-127fc01fab8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/8197f665-b5a1-460c-8cd4-e0aa8aa54ddb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/7c481b41-96ba-47c0-a843-cb4db0213551_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/9c4a2420-22be-47b3-8690-7c2df60f63c9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'Ex-Business SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 187, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/92549102-97b9-4570-af9a-bb351e412419.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120441537, 'registration': 'BC73TKY', 'account': 'RCI002', 'make': 'NISSAN', 'model': 'PRIMASTAR 30 L2 DIESEL', 'derivative': '2.0 dCi 110ps H1 Tekna Van', 'mileage': 17645, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 363, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2024-01-31', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/BC73TKY/2026-03-16/image/3c2ec9c4-82a9-4b1c-bdeb-83053f928002_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/eb8fd84a-84d2-45d9-9c54-e12f69882248_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/1b3f2d0c-1294-4d42-b381-da0e1df09e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/a44baf1e-7dda-4545-ab59-127fc01fab8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/8197f665-b5a1-460c-8cd4-e0aa8aa54ddb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/7c481b41-96ba-47c0-a843-cb4db0213551_removebg.jpg?w=600', 'https://abimg003.imgix.net/BC73TKY/2026-03-16/image/9c4a2420-22be-47b3-8690-7c2df60f63c9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'Ex-Business SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 187, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/92549102-97b9-4570-af9a-bb351e412419.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 557f984a-fbf8-5e78-a6c1-ef79a061b7de with identifier: 120441537
2026-03-26 05:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 557f984a-fbf8-5e78-a6c1-ef79a061b7de with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 557f984a-fbf8-5e78-a6c1-ef79a061b7de with scrape type 2
2026-03-26 05:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 557f984a-fbf8-5e78-a6c1-ef79a061b7de, identifier: 120441537
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Found listing with ID: 120585334
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585334%27 HTTP/1.1" 200 None
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Scrape type for 120585334: 2
2026-03-26 05:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1d305f2c-cfe7-56d0-ac05-db969073c7b7 with identifier: 120606569
2026-03-26 05:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1d305f2c-cfe7-56d0-ac05-db969073c7b7 with identifier: 120606569
2026-03-26 05:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1d305f2c-cfe7-56d0-ac05-db969073c7b7 with identifier: 120606569 to the API
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120606569?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '1d305f2c-cfe7-56d0-ac05-db969073c7b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS71JUK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120606569',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 26023,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-11',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW Tekna 40kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW Tekna 40kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606569%27 HTTP/1.1" 200 None
2026-03-26 05:00:57 [astonbarclay.gb] INFO: Saving data for 120606569: {'auction_closing_time': 1774519200.0, 'created_time': 1774379677.574959, 'last_price_update_time': 1774501257.80642}
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120606569') HTTP/1.1" 204 0
2026-03-26 05:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 173b4818-640c-5638-8704-ca91c97793e1 with identifier: 120571981
2026-03-26 05:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 173b4818-640c-5638-8704-ca91c97793e1 with identifier: 120571981
2026-03-26 05:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 173b4818-640c-5638-8704-ca91c97793e1 with identifier: 120571981 to the API
2026-03-26 05:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120571981?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '173b4818-640c-5638-8704-ca91c97793e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY24BKO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120571981',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 13465,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Acenta Premium 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Acenta Premium 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120571981%27 HTTP/1.1" 200 None
2026-03-26 05:00:58 [astonbarclay.gb] INFO: Saving data for 120571981: {'auction_closing_time': 1774519200.0, 'created_time': 1774379673.07648, 'last_price_update_time': 1774501258.123128}
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120571981') HTTP/1.1" 204 0
2026-03-26 05:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64e8d855-666e-5edf-81ce-829213889d78 with identifier: 120447157
2026-03-26 05:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64e8d855-666e-5edf-81ce-829213889d78 with identifier: 120447157
2026-03-26 05:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64e8d855-666e-5edf-81ce-829213889d78 with identifier: 120447157 to the API
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120447157?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '64e8d855-666e-5edf-81ce-829213889d78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK72ERV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120447157',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 32281,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 100kW Techno R135 50kWh Boost Charge 5dr Auto',
'transmission': 'automatic',
'trim': '100kW Techno R135 50kWh Boost Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447157%27 HTTP/1.1" 200 None
2026-03-26 05:00:58 [astonbarclay.gb] INFO: Saving data for 120447157: {'auction_closing_time': 1774519200.0, 'created_time': 1774001040.147979, 'last_price_update_time': 1774501258.437993}
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120447157') HTTP/1.1" 204 0
2026-03-26 05:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cbafbfff-72c7-54fd-a1fb-49ba6097309c with identifier: 120553020
2026-03-26 05:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cbafbfff-72c7-54fd-a1fb-49ba6097309c with identifier: 120553020
2026-03-26 05:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cbafbfff-72c7-54fd-a1fb-49ba6097309c with identifier: 120553020 to the API
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120553020?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'cbafbfff-72c7-54fd-a1fb-49ba6097309c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS71NFZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120553020',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 61416,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 Tekna+ 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 Tekna+ 5dr Xtronic',
'vin': None,
'year': 2022}
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553020%27 HTTP/1.1" 200 None
2026-03-26 05:00:58 [astonbarclay.gb] INFO: Saving data for 120553020: {'auction_closing_time': 1774519200.0, 'created_time': 1774379742.094454, 'last_price_update_time': 1774501258.748272}
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120553020') HTTP/1.1" 204 0
2026-03-26 05:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 557f984a-fbf8-5e78-a6c1-ef79a061b7de with identifier: 120441537
2026-03-26 05:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 557f984a-fbf8-5e78-a6c1-ef79a061b7de with identifier: 120441537
2026-03-26 05:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 557f984a-fbf8-5e78-a6c1-ef79a061b7de with identifier: 120441537 to the API
2026-03-26 05:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120441537?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 187,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '557f984a-fbf8-5e78-a6c1-ef79a061b7de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'BC73TKY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120441537',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'PRIMASTAR 30 L2 DIESEL',
'odometer': 17645,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN PRIMASTAR 30 L2 DIESEL 2.0 dCi 110ps H1 Tekna Van',
'transmission': 'manual',
'trim': '2.0 dCi 110ps H1 Tekna Van',
'vin': None,
'year': 2024}
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120441537%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Saving data for 120441537: {'auction_closing_time': 1774519200.0, 'created_time': 1774379674.229214, 'last_price_update_time': 1774501259.034617}
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120441537') HTTP/1.1" 204 0
2026-03-26 05:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120684705?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120446932
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446932%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120446932: 2
2026-03-26 05:00: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:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674439?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:00: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:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120476607
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476607%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120476607: 2
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120295812
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295812%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120295812: 2
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120525415
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120525415%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120525415: 2
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120598377
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598377%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120598377: 2
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120417320
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417320%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120417320: 2
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120684705, 'registration': 'BL18TNN', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Signature S Nav 5dr', 'mileage': 48186, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 369, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-06-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL18TNN/2026-03-23/image/2a9e9ddd-ebfa-4463-9daa-4e3066919c3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/8fdad5a9-366d-458d-af24-1c053870dd67_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/83a039e0-6173-4a05-bde3-bbcd5aca2ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/338f767c-7945-4d90-b74f-b057b02091f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/0e63fdc0-0edc-424c-8be9-d87217858213_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/efb97d7a-57bf-4d2c-8393-5cf21a79248f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/1e1aec33-0c26-4a92-878d-9f750b093689_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/a0c62e62-a2fd-46b3-bbe0-4f35a4eb9804_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/19 3K 06/20 8K 07/21 11K 03/22 15K 03/23 24K 03/24 38K 03/25 43K 02/25 47K', 'remarks': 'V5 FRONT PAGE ONLY VOSA STATES 11K 15K 26K 38K 43K 47K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3663ec3a-9072-4a3b-8c6d-ba57e86af533.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120684705, 'registration': 'BL18TNN', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'KADJAR HATCHBACK', 'derivative': '1.2 TCE Signature S Nav 5dr', 'mileage': 48186, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 369, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-06-14', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BL18TNN/2026-03-23/image/2a9e9ddd-ebfa-4463-9daa-4e3066919c3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/8fdad5a9-366d-458d-af24-1c053870dd67_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/83a039e0-6173-4a05-bde3-bbcd5aca2ce0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/338f767c-7945-4d90-b74f-b057b02091f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/0e63fdc0-0edc-424c-8be9-d87217858213_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/efb97d7a-57bf-4d2c-8393-5cf21a79248f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/1e1aec33-0c26-4a92-878d-9f750b093689_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL18TNN/2026-03-23/image/a0c62e62-a2fd-46b3-bbe0-4f35a4eb9804_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/19 3K 06/20 8K 07/21 11K 03/22 15K 03/23 24K 03/24 38K 03/25 43K 02/25 47K', 'remarks': 'V5 FRONT PAGE ONLY VOSA STATES 11K 15K 26K 38K 43K 47K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3663ec3a-9072-4a3b-8c6d-ba57e86af533.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e190871-0d05-5dac-976b-49a22051dbb7 with identifier: 120684705
2026-03-26 05:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e190871-0d05-5dac-976b-49a22051dbb7 with scrape type 2
2026-03-26 05:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e190871-0d05-5dac-976b-49a22051dbb7 with scrape type 2
2026-03-26 05:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e190871-0d05-5dac-976b-49a22051dbb7, identifier: 120684705
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120476861
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476861%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120476861: 2
2026-03-26 05:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e190871-0d05-5dac-976b-49a22051dbb7 with identifier: 120684705
2026-03-26 05:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e190871-0d05-5dac-976b-49a22051dbb7 with identifier: 120684705
2026-03-26 05:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e190871-0d05-5dac-976b-49a22051dbb7 with identifier: 120684705 to the API
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:00: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:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120684705?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7e190871-0d05-5dac-976b-49a22051dbb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BL18TNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120684705',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'KADJAR HATCHBACK',
'odometer': 48186,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-14',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT KADJAR HATCHBACK 1.2 TCE Signature S Nav 5dr',
'transmission': 'manual',
'trim': '1.2 TCE Signature S Nav 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684705%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Saving data for 120684705: {'auction_closing_time': 1774519200.0, 'created_time': 1774271070.813012, 'last_price_update_time': 1774501259.62589}
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684705') HTTP/1.1" 204 0
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120401133
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401133%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120401133: 2
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674439, 'registration': 'DN24LJV', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 13946, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 370, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN24LJV/2026-03-23/image/b30f6102-ec62-4152-864f-04fe3c4a0a2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/cefca039-0f83-4e85-bac1-0d39daadb4fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/f9b641a4-c0c2-44b5-b800-16d5787acee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/fb1cd08e-5dd6-4159-916c-c44ec02ad2ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/95b92bec-92c5-4562-8140-d3ce3fb41ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/e9986820-beda-4beb-b7d8-43c7af7cbbd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/0ee40ef8-b0e6-4ed9-acc7-02489b7e80be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/8ae56a95-8481-4c24-a160-46eda73af786_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25 9K 02/26 13K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89f40287-a15d-4074-a032-bfe431f6a6b3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674439, 'registration': 'DN24LJV', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 13946, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 370, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-18', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN24LJV/2026-03-23/image/b30f6102-ec62-4152-864f-04fe3c4a0a2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/cefca039-0f83-4e85-bac1-0d39daadb4fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/f9b641a4-c0c2-44b5-b800-16d5787acee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/fb1cd08e-5dd6-4159-916c-c44ec02ad2ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/95b92bec-92c5-4562-8140-d3ce3fb41ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/e9986820-beda-4beb-b7d8-43c7af7cbbd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/0ee40ef8-b0e6-4ed9-acc7-02489b7e80be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LJV/2026-03-23/image/8ae56a95-8481-4c24-a160-46eda73af786_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25 9K 02/26 13K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89f40287-a15d-4074-a032-bfe431f6a6b3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9f50d9c-458a-559b-b208-2f29290ccd24 with identifier: 120674439
2026-03-26 05:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9f50d9c-458a-559b-b208-2f29290ccd24 with scrape type 2
2026-03-26 05:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9f50d9c-458a-559b-b208-2f29290ccd24 with scrape type 2
2026-03-26 05:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c9f50d9c-458a-559b-b208-2f29290ccd24, identifier: 120674439
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Found listing with ID: 120053848
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120053848%27 HTTP/1.1" 200 None
2026-03-26 05:00:59 [astonbarclay.gb] INFO: Scrape type for 120053848: 2
2026-03-26 05:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c9f50d9c-458a-559b-b208-2f29290ccd24 with identifier: 120674439
2026-03-26 05:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c9f50d9c-458a-559b-b208-2f29290ccd24 with identifier: 120674439
2026-03-26 05:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c9f50d9c-458a-559b-b208-2f29290ccd24 with identifier: 120674439 to the API
2026-03-26 05:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674439?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'c9f50d9c-458a-559b-b208-2f29290ccd24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN24LJV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674439',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 13946,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-18',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674439%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Saving data for 120674439: {'auction_closing_time': 1774519200.0, 'created_time': 1774260330.46573, 'last_price_update_time': 1774501260.165741}
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674439') HTTP/1.1" 204 0
2026-03-26 05:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120364234?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120674908
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674908%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120674908: 2
2026-03-26 05:01: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:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120447169?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120447102?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120636019?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120295393
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295393%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120295393: 2
2026-03-26 05:01: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:01: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:01: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:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120401825
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401825%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120401825: 2
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120645853
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120645853%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120645853: 2
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120295646
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295646%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120295646: 2
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120295348
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295348%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120295348: 2
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120595361
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595361%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120595361: 2
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120364234, 'registration': 'DY20KGU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.3 DiG-T Tekna 5dr DCT', 'mileage': 77157, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 374, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DY20KGU/2026-03-13/image/07303ef1-ccd1-40b3-887e-9b5416d8f190_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/5a5adabe-1312-4265-b8cb-6590b7ce6569_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/d5d60d13-f1c3-4c0b-8f9d-c9737f2d7654_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/6567b5c5-73b7-4116-81ff-ac3a6abe0d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/1d1932df-a5a7-4f2c-873f-fae945d0a7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/53c8b226-4a12-4505-a6dd-a78a3f45f0fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/646addee-e232-447f-8d51-97b35fc0b457_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/437c2c79-c9f2-4842-a01f-81b7877d0d51_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 55K 05/25 66K', 'remarks': 'VOSA STATES 42K 55K 66K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9cffd77f-a565-482f-8ffa-c70b708f3fe5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120364234, 'registration': 'DY20KGU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.3 DiG-T Tekna 5dr DCT', 'mileage': 77157, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 374, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DY20KGU/2026-03-13/image/07303ef1-ccd1-40b3-887e-9b5416d8f190_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/5a5adabe-1312-4265-b8cb-6590b7ce6569_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/d5d60d13-f1c3-4c0b-8f9d-c9737f2d7654_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/6567b5c5-73b7-4116-81ff-ac3a6abe0d7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/1d1932df-a5a7-4f2c-873f-fae945d0a7b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/53c8b226-4a12-4505-a6dd-a78a3f45f0fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/646addee-e232-447f-8d51-97b35fc0b457_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY20KGU/2026-03-13/image/437c2c79-c9f2-4842-a01f-81b7877d0d51_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24 55K 05/25 66K', 'remarks': 'VOSA STATES 42K 55K 66K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9cffd77f-a565-482f-8ffa-c70b708f3fe5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c651d0e1-f2ec-5d5b-bcd8-62306e9c158b with identifier: 120364234
2026-03-26 05:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c651d0e1-f2ec-5d5b-bcd8-62306e9c158b with scrape type 2
2026-03-26 05:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c651d0e1-f2ec-5d5b-bcd8-62306e9c158b with scrape type 2
2026-03-26 05:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c651d0e1-f2ec-5d5b-bcd8-62306e9c158b, identifier: 120364234
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120378830
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120378830%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120378830: 0
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Found listing with ID: 120476879
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476879%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Scrape type for 120476879: 2
2026-03-26 05:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c651d0e1-f2ec-5d5b-bcd8-62306e9c158b with identifier: 120364234
2026-03-26 05:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c651d0e1-f2ec-5d5b-bcd8-62306e9c158b with identifier: 120364234
2026-03-26 05:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c651d0e1-f2ec-5d5b-bcd8-62306e9c158b with identifier: 120364234 to the API
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120364234?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c651d0e1-f2ec-5d5b-bcd8-62306e9c158b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY20KGU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120364234',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'X-TRAIL STATION WAGON',
'odometer': 77157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN X-TRAIL STATION WAGON 1.3 DiG-T Tekna 5dr DCT',
'transmission': 'automatic',
'trim': '1.3 DiG-T Tekna 5dr DCT',
'vin': None,
'year': 2020}
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120364234%27 HTTP/1.1" 200 None
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Saving data for 120364234: {'auction_closing_time': 1774519200.0, 'created_time': 1774379684.00498, 'last_price_update_time': 1774501260.718153}
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120364234') HTTP/1.1" 204 0
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120447169, 'registration': 'RE71LKG', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line R135 50kWh Rapid Charge 5dr Auto', 'mileage': 23534, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 368, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-22', 'fuel': 'Electric', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE71LKG/2026-03-20/image/6c008bf6-70ba-4da1-a531-b287f25db667_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/f6a364e9-f75a-49f8-a537-4818b949bf64_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/934eaad3-61b6-448d-82fe-c2dd18e1f1f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/5c4cbaaf-deb7-47eb-9482-b370a2a419b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/c31d71b7-c8a6-4b6c-83b1-a4f49c495f74_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/09981ebd-4ca1-4cff-9d5e-b865bb45f58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/fec27818-509d-4211-bd09-940db51058f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/f72061eb-d766-498b-acc6-6d4f2cdb665e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23 6K 02/24 11K', 'remarks': 'VOSA STATES 17K 23K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e7af42b-74a9-41c7-9efb-374383841bc8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120447169, 'registration': 'RE71LKG', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line R135 50kWh Rapid Charge 5dr Auto', 'mileage': 23534, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 368, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-22', 'fuel': 'Electric', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE71LKG/2026-03-20/image/6c008bf6-70ba-4da1-a531-b287f25db667_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/f6a364e9-f75a-49f8-a537-4818b949bf64_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/934eaad3-61b6-448d-82fe-c2dd18e1f1f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/5c4cbaaf-deb7-47eb-9482-b370a2a419b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/c31d71b7-c8a6-4b6c-83b1-a4f49c495f74_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/09981ebd-4ca1-4cff-9d5e-b865bb45f58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/fec27818-509d-4211-bd09-940db51058f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE71LKG/2026-03-20/image/f72061eb-d766-498b-acc6-6d4f2cdb665e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23 6K 02/24 11K', 'remarks': 'VOSA STATES 17K 23K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e7af42b-74a9-41c7-9efb-374383841bc8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22bd2663-ff2e-5f11-8347-1fa3d12b998b with identifier: 120447169
2026-03-26 05:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22bd2663-ff2e-5f11-8347-1fa3d12b998b with scrape type 2
2026-03-26 05:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22bd2663-ff2e-5f11-8347-1fa3d12b998b with scrape type 2
2026-03-26 05:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22bd2663-ff2e-5f11-8347-1fa3d12b998b, identifier: 120447169
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120447102, 'registration': 'RV23OVK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '160kW Advance 63kWh 5dr Auto', 'mileage': 32520, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 367, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RV23OVK/2026-03-20/image/03bf6575-fdb6-4d46-b7f3-91b736baf61b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/a96d85f4-fd08-41d9-ad14-59e4b949c7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/1adfb323-5265-4eed-9618-0c4ae8f46495_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/6cf94206-6d3d-4f3e-af44-7a22c90177ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/cb471e79-2fae-461b-b2d4-2bf824d708fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/770ce0fc-4166-4b1b-ad24-445abf3ffb0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/7cbbfecd-db5c-40a9-82ec-a7d1a6e5894e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/bb4ef84f-f2c7-4d7c-980b-1b4b2ff6627a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24-10K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e39b9ba6-0ee2-4ce9-8f8c-45eda47e7f08.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120447102, 'registration': 'RV23OVK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '160kW Advance 63kWh 5dr Auto', 'mileage': 32520, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 367, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RV23OVK/2026-03-20/image/03bf6575-fdb6-4d46-b7f3-91b736baf61b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/a96d85f4-fd08-41d9-ad14-59e4b949c7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/1adfb323-5265-4eed-9618-0c4ae8f46495_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/6cf94206-6d3d-4f3e-af44-7a22c90177ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/cb471e79-2fae-461b-b2d4-2bf824d708fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/770ce0fc-4166-4b1b-ad24-445abf3ffb0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/7cbbfecd-db5c-40a9-82ec-a7d1a6e5894e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23OVK/2026-03-20/image/bb4ef84f-f2c7-4d7c-980b-1b4b2ff6627a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24-10K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e39b9ba6-0ee2-4ce9-8f8c-45eda47e7f08.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 821dce89-7a75-559c-a977-51b45dad7894 with identifier: 120447102
2026-03-26 05:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 821dce89-7a75-559c-a977-51b45dad7894 with scrape type 2
2026-03-26 05:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 821dce89-7a75-559c-a977-51b45dad7894 with scrape type 2
2026-03-26 05:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 821dce89-7a75-559c-a977-51b45dad7894, identifier: 120447102
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120636019, 'registration': 'DU72YZW', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 64216, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 371, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU72YZW/2026-03-20/image/81df4546-f6b9-4f1c-abb5-19cf033f89e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/7306bf56-c878-4e65-beb4-b44b41081865_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/4922d883-8281-4fe4-8a20-e2fc5f517756_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/48bb689f-b39f-47be-9dfc-eaed87787682_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/e4a55a37-fbda-4bfd-b9c8-0cad9dd33546_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/5c4d6623-224c-4c89-ab2d-d4d98dfb4b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/052fa09d-b80c-47ab-94f1-b487a3e1bc04_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/e2b6b842-c88f-4052-a21f-f9b1eb3a6829_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-18K 09/24-36K 08/25-53K', 'remarks': 'FRONT PAGE OF V5, SPARE KEY, VOSA STATES 53K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9c00116e-6d69-4544-967f-842341e3a13c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120636019, 'registration': 'DU72YZW', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 64216, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 371, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DU72YZW/2026-03-20/image/81df4546-f6b9-4f1c-abb5-19cf033f89e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/7306bf56-c878-4e65-beb4-b44b41081865_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/4922d883-8281-4fe4-8a20-e2fc5f517756_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/48bb689f-b39f-47be-9dfc-eaed87787682_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/e4a55a37-fbda-4bfd-b9c8-0cad9dd33546_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/5c4d6623-224c-4c89-ab2d-d4d98dfb4b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/052fa09d-b80c-47ab-94f1-b487a3e1bc04_removebg.jpg?w=600', 'https://abimg003.imgix.net/DU72YZW/2026-03-20/image/e2b6b842-c88f-4052-a21f-f9b1eb3a6829_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-18K 09/24-36K 08/25-53K', 'remarks': 'FRONT PAGE OF V5, SPARE KEY, VOSA STATES 53K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9c00116e-6d69-4544-967f-842341e3a13c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07d3e9d7-5698-573c-b0cc-a0896a393ea8 with identifier: 120636019
2026-03-26 05:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07d3e9d7-5698-573c-b0cc-a0896a393ea8 with scrape type 2
2026-03-26 05:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07d3e9d7-5698-573c-b0cc-a0896a393ea8 with scrape type 2
2026-03-26 05:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 07d3e9d7-5698-573c-b0cc-a0896a393ea8, identifier: 120636019
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120297093
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120297093%27 HTTP/1.1" 200 None
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120297093: 0
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Found listing with ID: 120502207
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502207%27 HTTP/1.1" 200 None
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Scrape type for 120502207: 2
2026-03-26 05:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22bd2663-ff2e-5f11-8347-1fa3d12b998b with identifier: 120447169
2026-03-26 05:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22bd2663-ff2e-5f11-8347-1fa3d12b998b with identifier: 120447169
2026-03-26 05:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22bd2663-ff2e-5f11-8347-1fa3d12b998b with identifier: 120447169 to the API
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120447169?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '22bd2663-ff2e-5f11-8347-1fa3d12b998b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RE71LKG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120447169',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 23534,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-22',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 100kW GT Line R135 50kWh Rapid Charge 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW GT Line R135 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447169%27 HTTP/1.1" 200 None
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Saving data for 120447169: {'auction_closing_time': 1774519200.0, 'created_time': 1774001041.708272, 'last_price_update_time': 1774501261.428155}
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120447169') HTTP/1.1" 204 0
2026-03-26 05:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 821dce89-7a75-559c-a977-51b45dad7894 with identifier: 120447102
2026-03-26 05:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 821dce89-7a75-559c-a977-51b45dad7894 with identifier: 120447102
2026-03-26 05:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 821dce89-7a75-559c-a977-51b45dad7894 with identifier: 120447102 to the API
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120447102?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '821dce89-7a75-559c-a977-51b45dad7894',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RV23OVK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120447102',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'ARIYA ELECTRIC HATCHBACK',
'odometer': 32520,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN ARIYA ELECTRIC HATCHBACK 160kW Advance 63kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW Advance 63kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447102%27 HTTP/1.1" 200 None
2026-03-26 05:01:01 [astonbarclay.gb] INFO: Saving data for 120447102: {'auction_closing_time': 1774519200.0, 'created_time': 1774001034.136747, 'last_price_update_time': 1774501261.712759}
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120447102') HTTP/1.1" 204 0
2026-03-26 05:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 07d3e9d7-5698-573c-b0cc-a0896a393ea8 with identifier: 120636019
2026-03-26 05:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 07d3e9d7-5698-573c-b0cc-a0896a393ea8 with identifier: 120636019
2026-03-26 05:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 07d3e9d7-5698-573c-b0cc-a0896a393ea8 with identifier: 120636019 to the API
2026-03-26 05:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120636019?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '07d3e9d7-5698-573c-b0cc-a0896a393ea8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DU72YZW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120636019',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 64216,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-16',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120636019%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Saving data for 120636019: {'auction_closing_time': 1774519200.0, 'created_time': 1774011715.197424, 'last_price_update_time': 1774501262.047431}
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120636019') HTTP/1.1" 204 0
2026-03-26 05:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295481?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120223236
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120223236%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120223236: 0
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120655797
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120655797%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120655797: 2
2026-03-26 05:01: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:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120446985?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119997117?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01: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:01: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:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120630889
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630889%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120630889: 2
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120688696
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688696%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120688696: 2
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120197297
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120197297%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120197297: 2
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120729375
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120729375%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120729375: 0
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120714534
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714534%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120714534: 0
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120650561
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650561%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120650561: 2
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120157396
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120157396%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120157396: 0
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120601640
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120601640%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120601640: 2
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295481, 'registration': 'GK72FAO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH N-Connecta 5dr', 'mileage': 49307, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 378, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GK72FAO/2026-03-17/image/8fed432f-e10f-4cc0-8c47-9d00f3809ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/6e43f688-9d66-4a09-9191-4d619bafca84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/b7a44e26-92eb-46a7-a42f-9cef34dcf165_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/958d9b28-e600-42fd-b85a-1ec5a96fd1c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/4f05eaf7-cccf-442e-a295-708b66e90c98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/1abf41d3-f7a0-4df6-a8c5-3915b45b166d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/a04ee301-e767-4631-9ff7-9e33653ad29b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/6d7cdbb9-57fb-483f-b80e-36292abd0ca8_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23-18K 10/24-34K 10/25-45K', 'remarks': 'SPARE KEY, VOSA STATES 45K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82ed99f3-44ea-4660-9bfa-f3094822c325.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295481, 'registration': 'GK72FAO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH N-Connecta 5dr', 'mileage': 49307, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 378, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GK72FAO/2026-03-17/image/8fed432f-e10f-4cc0-8c47-9d00f3809ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/6e43f688-9d66-4a09-9191-4d619bafca84_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/b7a44e26-92eb-46a7-a42f-9cef34dcf165_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/958d9b28-e600-42fd-b85a-1ec5a96fd1c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/4f05eaf7-cccf-442e-a295-708b66e90c98_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/1abf41d3-f7a0-4df6-a8c5-3915b45b166d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/a04ee301-e767-4631-9ff7-9e33653ad29b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GK72FAO/2026-03-17/image/6d7cdbb9-57fb-483f-b80e-36292abd0ca8_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23-18K 10/24-34K 10/25-45K', 'remarks': 'SPARE KEY, VOSA STATES 45K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/82ed99f3-44ea-4660-9bfa-f3094822c325.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec17990-3747-5ca2-a7c7-262ad71237c3 with identifier: 120295481
2026-03-26 05:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec17990-3747-5ca2-a7c7-262ad71237c3 with scrape type 2
2026-03-26 05:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec17990-3747-5ca2-a7c7-262ad71237c3 with scrape type 2
2026-03-26 05:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3ec17990-3747-5ca2-a7c7-262ad71237c3, identifier: 120295481
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120446985, 'registration': 'YE72XWT', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr DCT', 'mileage': 18192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 373, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE72XWT/2026-03-23/image/0482026c-0fa5-4179-9660-542532096e59_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/19ce665a-15e5-41e1-a2cb-b0024a18da17_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/1444b1d7-a597-40dd-9d76-8770c5285213_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/3e2c454a-96ef-46b2-9035-46d8f8d1bb12_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/ea74c79a-0798-48cc-b097-792aaecd906f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/35fb3120-22c7-49a7-93e4-8dfa5ecd3a93_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/564cbcec-8927-44be-8ace-ec6be786e71e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/e22cb5c1-c699-4e49-8041-06a32d6b4a6e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23 6K 01/25 11K 12/25 16K', 'remarks': 'VOSA STATES 16K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59598894-b5ee-4678-b07e-3e5eaf83de44.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120446985, 'registration': 'YE72XWT', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr DCT', 'mileage': 18192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 373, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-23', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE72XWT/2026-03-23/image/0482026c-0fa5-4179-9660-542532096e59_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/19ce665a-15e5-41e1-a2cb-b0024a18da17_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/1444b1d7-a597-40dd-9d76-8770c5285213_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/3e2c454a-96ef-46b2-9035-46d8f8d1bb12_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/ea74c79a-0798-48cc-b097-792aaecd906f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/35fb3120-22c7-49a7-93e4-8dfa5ecd3a93_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/564cbcec-8927-44be-8ace-ec6be786e71e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72XWT/2026-03-23/image/e22cb5c1-c699-4e49-8041-06a32d6b4a6e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23 6K 01/25 11K 12/25 16K', 'remarks': 'VOSA STATES 16K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/59598894-b5ee-4678-b07e-3e5eaf83de44.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e0f81c9-9386-5568-8626-5af47ed66e7a with identifier: 120446985
2026-03-26 05:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e0f81c9-9386-5568-8626-5af47ed66e7a with scrape type 2
2026-03-26 05:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e0f81c9-9386-5568-8626-5af47ed66e7a with scrape type 2
2026-03-26 05:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e0f81c9-9386-5568-8626-5af47ed66e7a, identifier: 120446985
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119997117, 'registration': 'SA72NSZ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK', 'derivative': 'EV60 160kW Techno 60kWh Optimum Charge 5dr Auto', 'mileage': 71977, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 377, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-13', 'fuel': 'Electric', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/356db52f-5209-4679-82cc-a5ef68415cc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/bbd8ba91-5e84-413e-a801-c1a715a8e461_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/69fb1d6d-a05c-47c9-a4a3-328332d13026_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/e7eecf5b-0da1-4520-a998-186d6ee58a50_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/e56ceb27-2284-4be7-a664-aa970c06c859_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/26528a14-5802-45ba-b92a-ceebf22ac894_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/34f18cc6-3e04-4d3e-84ff-60749fb755f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/21398bd5-3c79-4d49-b98c-85c5f5c531e0_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d1f8e40b-46e2-42ed-9ae2-c9b9197f7d68.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119997117, 'registration': 'SA72NSZ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK', 'derivative': 'EV60 160kW Techno 60kWh Optimum Charge 5dr Auto', 'mileage': 71977, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 377, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-13', 'fuel': 'Electric', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/356db52f-5209-4679-82cc-a5ef68415cc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/bbd8ba91-5e84-413e-a801-c1a715a8e461_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/69fb1d6d-a05c-47c9-a4a3-328332d13026_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/e7eecf5b-0da1-4520-a998-186d6ee58a50_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/e56ceb27-2284-4be7-a664-aa970c06c859_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/26528a14-5802-45ba-b92a-ceebf22ac894_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/34f18cc6-3e04-4d3e-84ff-60749fb755f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA72NSZ/2026-02-26/image/21398bd5-3c79-4d49-b98c-85c5f5c531e0_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 70K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d1f8e40b-46e2-42ed-9ae2-c9b9197f7d68.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 256b3cc2-4af6-562d-8f71-66aecc547a19 with identifier: 119997117
2026-03-26 05:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 256b3cc2-4af6-562d-8f71-66aecc547a19 with scrape type 2
2026-03-26 05:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 256b3cc2-4af6-562d-8f71-66aecc547a19 with scrape type 2
2026-03-26 05:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 256b3cc2-4af6-562d-8f71-66aecc547a19, identifier: 119997117
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Found listing with ID: 120631423
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631423%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Scrape type for 120631423: 2
2026-03-26 05:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3ec17990-3747-5ca2-a7c7-262ad71237c3 with identifier: 120295481
2026-03-26 05:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3ec17990-3747-5ca2-a7c7-262ad71237c3 with identifier: 120295481
2026-03-26 05:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3ec17990-3747-5ca2-a7c7-262ad71237c3 with identifier: 120295481 to the API
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295481?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '3ec17990-3747-5ca2-a7c7-262ad71237c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GK72FAO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295481',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 49307,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH N-Connecta 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295481%27 HTTP/1.1" 200 None
2026-03-26 05:01:02 [astonbarclay.gb] INFO: Saving data for 120295481: {'auction_closing_time': 1774519200.0, 'created_time': 1774379587.22084, 'last_price_update_time': 1774501262.847467}
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295481') HTTP/1.1" 204 0
2026-03-26 05:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e0f81c9-9386-5568-8626-5af47ed66e7a with identifier: 120446985
2026-03-26 05:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e0f81c9-9386-5568-8626-5af47ed66e7a with identifier: 120446985
2026-03-26 05:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e0f81c9-9386-5568-8626-5af47ed66e7a with identifier: 120446985 to the API
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120446985?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e0f81c9-9386-5568-8626-5af47ed66e7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YE72XWT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120446985',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 18192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-23',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 N-Connecta 5dr DCT',
'transmission': 'automatic',
'trim': '1.0 DiG-T 114 N-Connecta 5dr DCT',
'vin': None,
'year': 2022}
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446985%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Saving data for 120446985: {'auction_closing_time': 1774519200.0, 'created_time': 1773927195.014497, 'last_price_update_time': 1774501263.226889}
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446985') HTTP/1.1" 204 0
2026-03-26 05:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 256b3cc2-4af6-562d-8f71-66aecc547a19 with identifier: 119997117
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREY%2FBLACK HTTP/1.1" 200 None
2026-03-26 05:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:01:03 [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:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 256b3cc2-4af6-562d-8f71-66aecc547a19 with identifier: 119997117
2026-03-26 05:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 256b3cc2-4af6-562d-8f71-66aecc547a19 with identifier: 119997117 to the API
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119997117?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '256b3cc2-4af6-562d-8f71-66aecc547a19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SA72NSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119997117',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'MEGANE E-TECH HATCHBACK',
'odometer': 71977,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT MEGANE E-TECH HATCHBACK EV60 160kW Techno 60kWh Optimum '
'Charge 5dr Auto',
'transmission': 'automatic',
'trim': 'EV60 160kW Techno 60kWh Optimum Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119997117%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Saving data for 119997117: {'auction_closing_time': 1774519200.0, 'created_time': 1774379626.351629, 'last_price_update_time': 1774501263.628189}
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119997117') HTTP/1.1" 204 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 119971952
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119971952%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 119971952: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 118823152
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118823152%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 118823152: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120450571
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120450571%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120450571: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 118813061
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118813061%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 118813061: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120484142
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484142%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120484142: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 117864929
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117864929%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 117864929: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 117831410
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831410%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 117831410: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 117831399
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831399%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 117831399: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 117831433
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117831433%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 117831433: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 119453437
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453437%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 119453437: 2
2026-03-26 05:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295312?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120351951?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120597377?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295763?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 119453456
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453456%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 119453456: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120344753
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120344753%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120344753: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 119761940
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119761940%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 119761940: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120519906
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120519906%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120519906: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120228997
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120228997%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120228997: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120731329
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731329%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120731329: 2
2026-03-26 05:01: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:01: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:01: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:01: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:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120538762
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538762%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120538762: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120471162
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471162%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120471162: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120413800
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413800%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120413800: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120299965
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120299965%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120299965: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120201122
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201122%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120201122: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120309460
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120309460%27 HTTP/1.1" 200 None
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Scrape type for 120309460: 0
2026-03-26 05:01:03 [astonbarclay.gb] INFO: Found listing with ID: 120292385
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120292385%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120292385: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120022329
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120022329%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120022329: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119942033
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119942033%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119942033: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120422957
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120422957%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120422957: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119783370
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119783370%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119783370: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120574575
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574575%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120574575: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119687761
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119687761%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119687761: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118345369
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118345369%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 118345369: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120510439
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120510439%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120510439: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120206247
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206247%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120206247: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118872805
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118872805%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 118872805: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120400251
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400251%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120400251: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118714230
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118714230%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 118714230: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119343898
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119343898%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119343898: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120542115
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542115%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120542115: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120262153
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262153%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120262153: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120017370
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120017370%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120017370: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120277883
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277883%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120277883: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119244033
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119244033%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119244033: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118276839
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118276839%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 118276839: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120338114
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120338114%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120338114: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120374826
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120374826%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120374826: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120206283
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206283%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120206283: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119670217
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119670217%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119670217: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120331636
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120331636%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120331636: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 117742671
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117742671%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 117742671: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120653062
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653062%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120653062: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119362345
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119362345%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119362345: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119286395
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119286395%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119286395: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120406593
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406593%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120406593: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 119877912
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119877912%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 119877912: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120206294
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206294%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120206294: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120196523
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120196523%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120196523: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120537089
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537089%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120537089: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120467659
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120467659%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120467659: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120284378
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120284378%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120284378: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120213806
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120213806%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120213806: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120261888
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261888%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120261888: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120331566
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120331566%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120331566: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120261899
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261899%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120261899: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120481552
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120481552%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120481552: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120061633
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120061633%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120061633: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120507514
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507514%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120507514: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120467270
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120467270%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120467270: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120428872
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120428872%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120428872: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120392774
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120392774%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120392774: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120050893
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120050893%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120050893: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120225098
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120225098%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120225098: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120656054
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656054%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120656054: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120563695
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120563695%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120563695: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120132720
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120132720%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120132720: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 118039211
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118039211%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 118039211: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120652905
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652905%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120652905: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120261858
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261858%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120261858: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120206389
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120206389%27 HTTP/1.1" 200 None
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Scrape type for 120206389: 0
2026-03-26 05:01:04 [astonbarclay.gb] INFO: Found listing with ID: 120393438
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120393438%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120393438: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120555397
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120555397%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120555397: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120283908
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120283908%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120283908: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119819209
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119819209%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 119819209: 2
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120320575
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120320575%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120320575: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120632473
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632473%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120632473: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120469224
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120469224%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120469224: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119650779
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119650779%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 119650779: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120507267
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507267%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120507267: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120277667
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277667%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120277667: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120277850
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277850%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120277850: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119783408
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119783408%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 119783408: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120198623
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120198623%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120198623: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120462215
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120462215%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120462215: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120439240
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120439240%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120439240: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120056805
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056805%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120056805: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 119801407
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119801407%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 119801407: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120007374
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120007374%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120007374: 2
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295312, 'registration': 'WN74HGL', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.6 E-TECH full hybrid 145 Esprit Alpine 5dr Auto', 'mileage': 15357, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 379, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-09-04', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN74HGL/2026-03-16/image/636380ca-887f-48bb-8c56-f62d57a55ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/6fb35000-ac99-424b-8a5b-44958a222f93_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/1841327c-04b1-45a2-beaf-d760733efc14_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/defb8376-7cc4-4cd8-8634-9f3a7f2fc9d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/cec55454-115f-48d7-a56a-10dde05039e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/757e5cfb-7345-437b-a4a7-323bf5204c3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/02d6ac4f-1283-4d39-a6d6-0e0ee52b0ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/97b4ee94-c141-4232-af0d-08af899088b4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d12f5a05-ca7f-42cc-970d-5858f58d4f44.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295312, 'registration': 'WN74HGL', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.6 E-TECH full hybrid 145 Esprit Alpine 5dr Auto', 'mileage': 15357, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 379, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-09-04', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WN74HGL/2026-03-16/image/636380ca-887f-48bb-8c56-f62d57a55ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/6fb35000-ac99-424b-8a5b-44958a222f93_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/1841327c-04b1-45a2-beaf-d760733efc14_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/defb8376-7cc4-4cd8-8634-9f3a7f2fc9d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/cec55454-115f-48d7-a56a-10dde05039e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/757e5cfb-7345-437b-a4a7-323bf5204c3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/02d6ac4f-1283-4d39-a6d6-0e0ee52b0ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74HGL/2026-03-16/image/97b4ee94-c141-4232-af0d-08af899088b4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d12f5a05-ca7f-42cc-970d-5858f58d4f44.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75831f3-e08a-50d7-8d18-acd4c301b1cc with identifier: 120295312
2026-03-26 05:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75831f3-e08a-50d7-8d18-acd4c301b1cc with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75831f3-e08a-50d7-8d18-acd4c301b1cc with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e75831f3-e08a-50d7-8d18-acd4c301b1cc, identifier: 120295312
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120351951, 'registration': 'SR68JXC', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 Urban Edition 5dr Auto', 'mileage': 30305, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 382, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SR68JXC/2026-03-25/image/71b1717b-2ef3-4f4a-8b1e-9f2a6a5590f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/4a128983-a1d1-46cf-b016-2034efb5a12c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/bb48ca21-1a32-4c44-85b2-ff884c12cdcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/72570fa1-d325-4f42-9036-ff5967b421c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/236e335b-2488-4c2e-ab60-1761a29faeaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/f78267e2-5638-42a3-a6d2-2cb0c0ab1372_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/12d9f3bf-8b2b-4958-9f38-90c984057274_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/6160484a-1a33-4f29-9ffa-7fb5d5520d5a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 15K 19K 22K 25K 29K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/074bfde0-546d-464b-a302-28c947e193a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120351951, 'registration': 'SR68JXC', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 Urban Edition 5dr Auto', 'mileage': 30305, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 382, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SR68JXC/2026-03-25/image/71b1717b-2ef3-4f4a-8b1e-9f2a6a5590f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/4a128983-a1d1-46cf-b016-2034efb5a12c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/bb48ca21-1a32-4c44-85b2-ff884c12cdcb_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/72570fa1-d325-4f42-9036-ff5967b421c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/236e335b-2488-4c2e-ab60-1761a29faeaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/f78267e2-5638-42a3-a6d2-2cb0c0ab1372_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/12d9f3bf-8b2b-4958-9f38-90c984057274_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR68JXC/2026-03-25/image/6160484a-1a33-4f29-9ffa-7fb5d5520d5a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 15K 19K 22K 25K 29K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/074bfde0-546d-464b-a302-28c947e193a5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d266db67-43f3-5eaf-b3ff-154b7a653be6 with identifier: 120351951
2026-03-26 05:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d266db67-43f3-5eaf-b3ff-154b7a653be6 with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d266db67-43f3-5eaf-b3ff-154b7a653be6 with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d266db67-43f3-5eaf-b3ff-154b7a653be6, identifier: 120351951
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120597377, 'registration': 'GV71RNJ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto', 'mileage': 38812, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 380, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-20', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/30c09660-6505-460d-9cf0-1c9b123dabff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/55ca9196-f40b-4f94-8058-052e2f09dc21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/9c35b924-3940-48de-8503-a9087ea1c13d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/828acf35-9d77-4be6-bee6-d83519a74e40_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/15d4d01b-65a0-470e-abc4-addbfd9b8276_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/9f6b68ce-a22f-4557-975f-8a2aadee3a42_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/4fa62638-8b26-417e-b836-e6542a361cda_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/5d73e749-dcae-48bf-a317-02e4a2ceba32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/22 5K', 'remarks': 'VOSA STATES 30K 38K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/25760f4b-fb57-4eea-bf99-9d69b29ff91d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120597377, 'registration': 'GV71RNJ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto', 'mileage': 38812, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 380, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-20', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/30c09660-6505-460d-9cf0-1c9b123dabff_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/55ca9196-f40b-4f94-8058-052e2f09dc21_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/9c35b924-3940-48de-8503-a9087ea1c13d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/828acf35-9d77-4be6-bee6-d83519a74e40_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/15d4d01b-65a0-470e-abc4-addbfd9b8276_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/9f6b68ce-a22f-4557-975f-8a2aadee3a42_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/4fa62638-8b26-417e-b836-e6542a361cda_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV71RNJ/2026-03-19/image/5d73e749-dcae-48bf-a317-02e4a2ceba32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/22 5K', 'remarks': 'VOSA STATES 30K 38K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/25760f4b-fb57-4eea-bf99-9d69b29ff91d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18151ea7-258a-5391-8b56-e95f52624ef4 with identifier: 120597377
2026-03-26 05:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18151ea7-258a-5391-8b56-e95f52624ef4 with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18151ea7-258a-5391-8b56-e95f52624ef4 with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18151ea7-258a-5391-8b56-e95f52624ef4, identifier: 120597377
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295763, 'registration': 'LV71ZSY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 40kWh 5dr Auto', 'mileage': 14849, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 381, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-30', 'fuel': 'Electric', 'motExpiry': '2027-02-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/1d0d0804-59b1-4451-979b-5072efd0469f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/42b52cfa-39d4-4ba0-9d8f-693443631957_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/8eb1939d-f9e2-41f5-b16e-86494ac02f10_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/fe8fcf9a-2a7a-4715-92de-3e76ca33bfb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/f3106e3d-6f56-46da-b391-08a74cd9bf68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/0de95b93-7ea2-49a7-924f-e021ffde7133_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/b5249252-de3b-4a7a-a0b9-1c1ed02b2574_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/b1fcb474-5ddc-4c56-930a-1dc40fde2d3a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 10K 14K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ef9abe9-ea35-4135-9845-bd58ca264927.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295763, 'registration': 'LV71ZSY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 40kWh 5dr Auto', 'mileage': 14849, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 381, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-30', 'fuel': 'Electric', 'motExpiry': '2027-02-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/1d0d0804-59b1-4451-979b-5072efd0469f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/42b52cfa-39d4-4ba0-9d8f-693443631957_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/8eb1939d-f9e2-41f5-b16e-86494ac02f10_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/fe8fcf9a-2a7a-4715-92de-3e76ca33bfb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/f3106e3d-6f56-46da-b391-08a74cd9bf68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/0de95b93-7ea2-49a7-924f-e021ffde7133_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/b5249252-de3b-4a7a-a0b9-1c1ed02b2574_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71ZSY/2026-03-18/image/b1fcb474-5ddc-4c56-930a-1dc40fde2d3a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 10K 14K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ef9abe9-ea35-4135-9845-bd58ca264927.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e452e1e-7f31-52ae-a14c-12802c44c0c5 with identifier: 120295763
2026-03-26 05:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e452e1e-7f31-52ae-a14c-12802c44c0c5 with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e452e1e-7f31-52ae-a14c-12802c44c0c5 with scrape type 2
2026-03-26 05:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7e452e1e-7f31-52ae-a14c-12802c44c0c5, identifier: 120295763
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120007531
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120007531%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120007531: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120225028
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120225028%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120225028: 0
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Found listing with ID: 120056865
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056865%27 HTTP/1.1" 200 None
2026-03-26 05:01:05 [astonbarclay.gb] INFO: Scrape type for 120056865: 2
2026-03-26 05:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e75831f3-e08a-50d7-8d18-acd4c301b1cc with identifier: 120295312
2026-03-26 05:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e75831f3-e08a-50d7-8d18-acd4c301b1cc with identifier: 120295312
2026-03-26 05:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e75831f3-e08a-50d7-8d18-acd4c301b1cc with identifier: 120295312 to the API
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295312?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'e75831f3-e08a-50d7-8d18-acd4c301b1cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN74HGL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295312',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 15357,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-04',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT CLIO HATCHBACK 1.6 E-TECH full hybrid 145 Esprit Alpine 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH full hybrid 145 Esprit Alpine 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295312%27 HTTP/1.1" 200 None
2026-03-26 05:01:06 [astonbarclay.gb] INFO: Saving data for 120295312: {'auction_closing_time': 1774519200.0, 'created_time': 1774379678.86526, 'last_price_update_time': 1774501266.210034}
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295312') HTTP/1.1" 204 0
2026-03-26 05:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d266db67-43f3-5eaf-b3ff-154b7a653be6 with identifier: 120351951
2026-03-26 05:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d266db67-43f3-5eaf-b3ff-154b7a653be6 with identifier: 120351951
2026-03-26 05:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d266db67-43f3-5eaf-b3ff-154b7a653be6 with identifier: 120351951 to the API
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120351951?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd266db67-43f3-5eaf-b3ff-154b7a653be6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SR68JXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120351951',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 30305,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-30',
'seller_name': 'Mobilize Financial Services',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 180 Urban Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 180 Urban Edition 5dr Auto',
'vin': None,
'year': 2018}
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120351951%27 HTTP/1.1" 200 None
2026-03-26 05:01:06 [astonbarclay.gb] INFO: Saving data for 120351951: {'auction_closing_time': 1774519200.0, 'created_time': 1774379688.335179, 'last_price_update_time': 1774501266.605604}
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120351951') HTTP/1.1" 204 0
2026-03-26 05:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18151ea7-258a-5391-8b56-e95f52624ef4 with identifier: 120597377
2026-03-26 05:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18151ea7-258a-5391-8b56-e95f52624ef4 with identifier: 120597377
2026-03-26 05:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18151ea7-258a-5391-8b56-e95f52624ef4 with identifier: 120597377 to the API
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120597377?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '18151ea7-258a-5391-8b56-e95f52624ef4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GV71RNJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120597377',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 38812,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ARKANA ESTATE 1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH Hybrid 145 R.S. Line 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120597377%27 HTTP/1.1" 200 None
2026-03-26 05:01:06 [astonbarclay.gb] INFO: Saving data for 120597377: {'auction_closing_time': 1774519200.0, 'created_time': 1774379678.25587, 'last_price_update_time': 1774501266.889896}
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120597377') HTTP/1.1" 204 0
2026-03-26 05:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7e452e1e-7f31-52ae-a14c-12802c44c0c5 with identifier: 120295763
2026-03-26 05:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7e452e1e-7f31-52ae-a14c-12802c44c0c5 with identifier: 120295763
2026-03-26 05:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7e452e1e-7f31-52ae-a14c-12802c44c0c5 with identifier: 120295763 to the API
2026-03-26 05:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295763?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '7e452e1e-7f31-52ae-a14c-12802c44c0c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LV71ZSY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295763',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 14849,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW Tekna 40kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW Tekna 40kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295763%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Saving data for 120295763: {'auction_closing_time': 1774519200.0, 'created_time': 1774379829.343094, 'last_price_update_time': 1774501267.186786}
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295763') HTTP/1.1" 204 0
2026-03-26 05:01:07 [scrapy.extensions.logstats] INFO: Crawled 81 pages (at 81 pages/min), scraped 79 items (at 79 items/min)
2026-03-26 05:01:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120690393
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690393%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120690393: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120528265
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120528265%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120528265: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120632149
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632149%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120632149: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120732724
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732724%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120732724: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120631237
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631237%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120631237: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120369757
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120369757%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120369757: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120589268
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589268%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120589268: 2
2026-03-26 05:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120333553?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120585334?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120364356
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120364356%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120364356: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120694718
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694718%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120694718: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120442214
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442214%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120442214: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120738420
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738420%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120738420: 2
2026-03-26 05:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120631843
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631843%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120631843: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120417688
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417688%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120417688: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120733189
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733189%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120733189: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120759763
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759763%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120759763: 2
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120371832
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371832%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120371832: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120723262
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120723262%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120723262: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120456149
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120456149%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120456149: 2
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120333553, 'registration': 'YA71GOX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 34244, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 376, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-02-28', 'fuel': 'Petrol', 'motExpiry': '2027-02-27', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA71GOX/2026-03-12/image/0c442c88-7c39-434a-bc43-009e67327f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/af39f13b-f6ad-421b-876b-5a4adf396eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/cc178e16-678b-415e-81ea-29930511ce86_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/559c1198-adec-405b-af2d-b1e4cd368de2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/f3849c9a-2d55-4ad5-8cf7-dc9523ffa1ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/6a2746b4-3654-48e5-ae73-f87fec7a3ee3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/0cb44f65-2023-4e97-ae78-78b36f42ce8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/0fd7bfbc-0384-45d2-a88c-71c8bc9c700a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/24 19K 10/25 30K', 'remarks': 'VOSA STATES 24K 33K SAPRE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b436cd25-2372-4b18-8af1-0c107e147d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120333553, 'registration': 'YA71GOX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 34244, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 376, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-02-28', 'fuel': 'Petrol', 'motExpiry': '2027-02-27', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA71GOX/2026-03-12/image/0c442c88-7c39-434a-bc43-009e67327f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/af39f13b-f6ad-421b-876b-5a4adf396eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/cc178e16-678b-415e-81ea-29930511ce86_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/559c1198-adec-405b-af2d-b1e4cd368de2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/f3849c9a-2d55-4ad5-8cf7-dc9523ffa1ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/6a2746b4-3654-48e5-ae73-f87fec7a3ee3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/0cb44f65-2023-4e97-ae78-78b36f42ce8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA71GOX/2026-03-12/image/0fd7bfbc-0384-45d2-a88c-71c8bc9c700a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/24 19K 10/25 30K', 'remarks': 'VOSA STATES 24K 33K SAPRE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b436cd25-2372-4b18-8af1-0c107e147d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88294527-a9f5-5c1b-ae3f-e5ba65873bc7 with identifier: 120333553
2026-03-26 05:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88294527-a9f5-5c1b-ae3f-e5ba65873bc7 with scrape type 2
2026-03-26 05:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88294527-a9f5-5c1b-ae3f-e5ba65873bc7 with scrape type 2
2026-03-26 05:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 88294527-a9f5-5c1b-ae3f-e5ba65873bc7, identifier: 120333553
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120585334, 'registration': 'BV69RZJ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 100 N-Sport 5dr', 'mileage': 50955, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 391, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-10-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/bf553e2d-50b7-4f1e-b599-99cd5a80987f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/6aea524b-6400-4750-bcee-6300d77d5c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/748c377c-deda-4386-9d68-afe933c0a602_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/843871e4-1605-46c8-909c-e1d8d2210120_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/821b14fe-a8e2-4e30-92d8-5dbcbda3d4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/4426c2ae-6deb-4b41-b36b-83100fbd7eca_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/d5b13c2c-4ba9-4536-a586-4094e096c43c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/20 4K 07/21 14K 11/22 26K', 'remarks': 'VOSA STATES 24K 32K 41K 49K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/84c53f96-18b7-432b-b20c-9f5ca181f69c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120585334, 'registration': 'BV69RZJ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 100 N-Sport 5dr', 'mileage': 50955, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 391, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-10-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/bf553e2d-50b7-4f1e-b599-99cd5a80987f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/6aea524b-6400-4750-bcee-6300d77d5c0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/748c377c-deda-4386-9d68-afe933c0a602_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/843871e4-1605-46c8-909c-e1d8d2210120_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/821b14fe-a8e2-4e30-92d8-5dbcbda3d4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/4426c2ae-6deb-4b41-b36b-83100fbd7eca_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV69RZJ/2026-03-18/image/d5b13c2c-4ba9-4536-a586-4094e096c43c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/20 4K 07/21 14K 11/22 26K', 'remarks': 'VOSA STATES 24K 32K 41K 49K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/84c53f96-18b7-432b-b20c-9f5ca181f69c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22a6ef44-fb9f-589f-81ed-31e4efb764f1 with identifier: 120585334
2026-03-26 05:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22a6ef44-fb9f-589f-81ed-31e4efb764f1 with scrape type 2
2026-03-26 05:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22a6ef44-fb9f-589f-81ed-31e4efb764f1 with scrape type 2
2026-03-26 05:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22a6ef44-fb9f-589f-81ed-31e4efb764f1, identifier: 120585334
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120454834
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454834%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120454834: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120367525
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120367525%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120367525: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120442088
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442088%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120442088: 0
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Found listing with ID: 120742052
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120742052%27 HTTP/1.1" 200 None
2026-03-26 05:01:07 [astonbarclay.gb] INFO: Scrape type for 120742052: 2
2026-03-26 05:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 88294527-a9f5-5c1b-ae3f-e5ba65873bc7 with identifier: 120333553
2026-03-26 05:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 88294527-a9f5-5c1b-ae3f-e5ba65873bc7 with identifier: 120333553
2026-03-26 05:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 88294527-a9f5-5c1b-ae3f-e5ba65873bc7 with identifier: 120333553 to the API
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120333553?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '88294527-a9f5-5c1b-ae3f-e5ba65873bc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA71GOX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120333553',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 34244,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH Acenta Premium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120333553%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Saving data for 120333553: {'auction_closing_time': 1774519200.0, 'created_time': 1774379632.443881, 'last_price_update_time': 1774501268.234523}
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120333553') HTTP/1.1" 204 0
2026-03-26 05:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22a6ef44-fb9f-589f-81ed-31e4efb764f1 with identifier: 120585334
2026-03-26 05:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22a6ef44-fb9f-589f-81ed-31e4efb764f1 with identifier: 120585334
2026-03-26 05:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22a6ef44-fb9f-589f-81ed-31e4efb764f1 with identifier: 120585334 to the API
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120585334?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '22a6ef44-fb9f-589f-81ed-31e4efb764f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV69RZJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120585334',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 50955,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-29',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN MICRA HATCHBACK 1.0 IG-T 100 N-Sport 5dr',
'transmission': 'manual',
'trim': '1.0 IG-T 100 N-Sport 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585334%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Saving data for 120585334: {'auction_closing_time': 1774519200.0, 'created_time': 1774379628.014107, 'last_price_update_time': 1774501268.647849}
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585334') HTTP/1.1" 204 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120728474
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728474%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120728474: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120747101
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120747101%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120747101: 2
2026-03-26 05:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401133?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120446932?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120691127
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691127%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120691127: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120657060
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657060%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120657060: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120749685
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120749685%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120749685: 2
2026-03-26 05:01: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:01: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:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120675571
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120675571%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120675571: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120733761
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733761%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120733761: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120380155
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120380155%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120380155: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120758532
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120758532%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120758532: 2
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120442120
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442120%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120442120: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120714411
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714411%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120714411: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120682298
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120682298%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120682298: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120732831
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732831%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120732831: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120410940
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410940%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120410940: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120733542
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733542%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120733542: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120529656
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120529656%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120529656: 0
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Found listing with ID: 120759183
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759183%27 HTTP/1.1" 200 None
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Scrape type for 120759183: 2
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120401133, 'registration': 'PN23WLK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 21750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 399, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-03-09', 'fuel': 'Petrol', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN23WLK/2026-03-13/image/7f155d7a-680e-4e39-afed-c77d3266599b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/8165280f-bdfc-433b-ab07-219e455b2f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/46100af2-257c-4237-af46-f5e44a973098_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/4e838784-fbf0-49d9-98db-f763214f1175_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/6692627c-6fdf-46e2-81f5-02892fd13ecf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/5a6904b3-b4e2-4b8e-9739-e62297631375_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/db11c537-b033-49df-a5ec-16c6af21cce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/c33c3150-3cd9-4f70-b59e-ce93cf4a1859_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 7K 03/25 14K', 'remarks': 'VOSA STATES 21K - SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dba4532c-b450-44a9-923f-c571bf4ffad8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120401133, 'registration': 'PN23WLK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 21750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 399, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-03-09', 'fuel': 'Petrol', 'motExpiry': '2027-03-08', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN23WLK/2026-03-13/image/7f155d7a-680e-4e39-afed-c77d3266599b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/8165280f-bdfc-433b-ab07-219e455b2f2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/46100af2-257c-4237-af46-f5e44a973098_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/4e838784-fbf0-49d9-98db-f763214f1175_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/6692627c-6fdf-46e2-81f5-02892fd13ecf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/5a6904b3-b4e2-4b8e-9739-e62297631375_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/db11c537-b033-49df-a5ec-16c6af21cce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WLK/2026-03-13/image/c33c3150-3cd9-4f70-b59e-ce93cf4a1859_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 7K 03/25 14K', 'remarks': 'VOSA STATES 21K - SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dba4532c-b450-44a9-923f-c571bf4ffad8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d903d4a8-817e-583e-8bc6-f1fbb59ba1fc with identifier: 120401133
2026-03-26 05:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d903d4a8-817e-583e-8bc6-f1fbb59ba1fc with scrape type 2
2026-03-26 05:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d903d4a8-817e-583e-8bc6-f1fbb59ba1fc with scrape type 2
2026-03-26 05:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d903d4a8-817e-583e-8bc6-f1fbb59ba1fc, identifier: 120401133
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120446932, 'registration': 'WN74XOD', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-Tech FHEV 145 Techno 5dr Auto', 'mileage': 16682, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 392, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-09-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN74XOD/2026-03-19/image/2816d321-69b3-41db-a4b5-79ff15b10439_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/4281fb40-917a-4b63-b0be-225dbb5deb74_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/a009c3ed-fd81-405f-9d76-59057e7f6ce8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/f73fe72b-b7db-4949-a6ab-98bafcccd1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/143640d9-6168-4d15-81bf-7756b680b7f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/cc44ab5c-b06b-47e2-b68e-fa3e50bf1001_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/8a972c46-9835-49ae-9d5b-0b8684bcb6a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/31771ef1-b5ab-4d1b-b093-23f3c13745cb_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c41176f-6ddb-4c9e-8f23-77a919e19872.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120446932, 'registration': 'WN74XOD', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-Tech FHEV 145 Techno 5dr Auto', 'mileage': 16682, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 392, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-09-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN74XOD/2026-03-19/image/2816d321-69b3-41db-a4b5-79ff15b10439_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/4281fb40-917a-4b63-b0be-225dbb5deb74_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/a009c3ed-fd81-405f-9d76-59057e7f6ce8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/f73fe72b-b7db-4949-a6ab-98bafcccd1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/143640d9-6168-4d15-81bf-7756b680b7f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/cc44ab5c-b06b-47e2-b68e-fa3e50bf1001_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/8a972c46-9835-49ae-9d5b-0b8684bcb6a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN74XOD/2026-03-19/image/31771ef1-b5ab-4d1b-b093-23f3c13745cb_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c41176f-6ddb-4c9e-8f23-77a919e19872.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19514165-fbed-5214-a65b-f0cedaf0455f with identifier: 120446932
2026-03-26 05:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19514165-fbed-5214-a65b-f0cedaf0455f with scrape type 2
2026-03-26 05:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19514165-fbed-5214-a65b-f0cedaf0455f with scrape type 2
2026-03-26 05:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19514165-fbed-5214-a65b-f0cedaf0455f, identifier: 120446932
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120473847
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473847%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120473847: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120732453
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732453%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120732453: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120455436
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120455436%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120455436: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120725997
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725997%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120725997: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120371603
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371603%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120371603: 2
2026-03-26 05:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d903d4a8-817e-583e-8bc6-f1fbb59ba1fc with identifier: 120401133
2026-03-26 05:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d903d4a8-817e-583e-8bc6-f1fbb59ba1fc with identifier: 120401133
2026-03-26 05:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d903d4a8-817e-583e-8bc6-f1fbb59ba1fc with identifier: 120401133 to the API
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401133?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd903d4a8-817e-583e-8bc6-f1fbb59ba1fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PN23WLK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401133',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 21750,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Acenta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 Acenta 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401133%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Saving data for 120401133: {'auction_closing_time': 1774519200.0, 'created_time': 1774379679.581336, 'last_price_update_time': 1774501269.488307}
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401133') HTTP/1.1" 204 0
2026-03-26 05:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19514165-fbed-5214-a65b-f0cedaf0455f with identifier: 120446932
2026-03-26 05:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19514165-fbed-5214-a65b-f0cedaf0455f with identifier: 120446932
2026-03-26 05:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19514165-fbed-5214-a65b-f0cedaf0455f with identifier: 120446932 to the API
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120446932?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '19514165-fbed-5214-a65b-f0cedaf0455f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN74XOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120446932',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 16682,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-17',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ARKANA ESTATE 1.6 E-Tech FHEV 145 Techno 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-Tech FHEV 145 Techno 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120446932%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Saving data for 120446932: {'auction_closing_time': 1774519200.0, 'created_time': 1774379632.926724, 'last_price_update_time': 1774501269.872676}
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120446932') HTTP/1.1" 204 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120732541
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732541%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120732541: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120586686
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586686%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120586686: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120412317
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120412317%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120412317: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120379914
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120379914%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120379914: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120685926
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685926%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120685926: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120667537
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667537%27 HTTP/1.1" 200 None
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Scrape type for 120667537: 0
2026-03-26 05:01:09 [astonbarclay.gb] INFO: Found listing with ID: 120406177
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406177%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120406177: 2
2026-03-26 05:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120053848?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476861?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120502207?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120714496
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714496%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120714496: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120733656
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733656%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120733656: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120585628
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585628%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120585628: 2
2026-03-26 05:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120694672
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694672%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120694672: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120473922
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473922%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120473922: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120686647
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686647%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120686647: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120453711
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453711%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120453711: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120409640
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120409640%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120409640: 2
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120724030
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120724030%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120724030: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120722968
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120722968%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120722968: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120571911
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120571911%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120571911: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120659327
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659327%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120659327: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120622963
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622963%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120622963: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120680815
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680815%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120680815: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120657401
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657401%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120657401: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120667055
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667055%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120667055: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120443870
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443870%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120443870: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120652223
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652223%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120652223: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120453729
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453729%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120453729: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120668127
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668127%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120668127: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120477820
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477820%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120477820: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120679756
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679756%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120679756: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120649161
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649161%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120649161: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120667258
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667258%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120667258: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120560634
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120560634%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120560634: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120668431
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668431%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120668431: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120479128
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479128%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120479128: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120380938
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120380938%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120380938: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120764547
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120764547%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120764547: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120683714
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683714%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120683714: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120580331
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120580331%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120580331: 2
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120053848, 'registration': 'SC68NGX', 'account': 'RCI001', 'make': 'DS', 'model': 'DS 7 CROSSBACK HATCHBACK', 'derivative': '1.6 PureTech 180 Performance Line 5dr EAT8', 'mileage': 62189, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 400, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-01-16', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC68NGX/2026-03-05/image/9cea6685-22ff-4d97-a59e-4b00fe9c5744_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/53f6108c-82f2-4eb7-91d8-15309905fa41_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/f29fcac9-743b-4871-add2-2f25e9a37c28_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/0b7a0a49-ae62-4c46-8209-91ddf5cb2eb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/ba304473-27b1-4035-a04a-e5e469eb67d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/0df5d58e-d672-49af-96bc-2c33fd728982_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/9992bf2d-3354-424b-bec7-5685fae9114c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/d5ebd164-2d74-4e87-93e2-17414e7a1fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/e2d9706f-14ba-4e6c-9b65-42dd50ca90af_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/20 12K 01/21 19K 01/22 29K 08/23 45K 08/24 53K 08/25 59K', 'remarks': 'VOSA STATES 29K 36K 45K 53K 59K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b70547b9-1cd3-4c22-bbfe-765ba1d8137e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120053848, 'registration': 'SC68NGX', 'account': 'RCI001', 'make': 'DS', 'model': 'DS 7 CROSSBACK HATCHBACK', 'derivative': '1.6 PureTech 180 Performance Line 5dr EAT8', 'mileage': 62189, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 400, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-01-16', 'fuel': 'Petrol', 'motExpiry': '2026-08-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC68NGX/2026-03-05/image/9cea6685-22ff-4d97-a59e-4b00fe9c5744_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/53f6108c-82f2-4eb7-91d8-15309905fa41_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/f29fcac9-743b-4871-add2-2f25e9a37c28_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/0b7a0a49-ae62-4c46-8209-91ddf5cb2eb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/ba304473-27b1-4035-a04a-e5e469eb67d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/0df5d58e-d672-49af-96bc-2c33fd728982_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/9992bf2d-3354-424b-bec7-5685fae9114c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/d5ebd164-2d74-4e87-93e2-17414e7a1fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC68NGX/2026-03-05/image/e2d9706f-14ba-4e6c-9b65-42dd50ca90af_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/20 12K 01/21 19K 01/22 29K 08/23 45K 08/24 53K 08/25 59K', 'remarks': 'VOSA STATES 29K 36K 45K 53K 59K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b70547b9-1cd3-4c22-bbfe-765ba1d8137e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 488d618b-ea11-5337-94f1-4f366e1296d3 with identifier: 120053848
2026-03-26 05:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 488d618b-ea11-5337-94f1-4f366e1296d3 with scrape type 2
2026-03-26 05:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 488d618b-ea11-5337-94f1-4f366e1296d3 with scrape type 2
2026-03-26 05:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 488d618b-ea11-5337-94f1-4f366e1296d3, identifier: 120053848
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476861, 'registration': 'PF72AMK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 39kWh 5dr Auto', 'mileage': 27329, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 398, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-07', 'fuel': 'Electric', 'motExpiry': '2026-12-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF72AMK/2026-03-23/image/388e9c11-a171-4a3e-9b86-aa0320526789_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/bc67e74d-380c-45b0-9693-da95fbfd48bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/f54bbf1f-6f92-4ef3-a0dd-8d4acf57edbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/79990d3a-8daf-4f3a-8efc-f1b2337f40fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/10652dea-c5a7-47a9-b911-9c2f9769d27f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/0b5e90da-ea8c-4fa1-b3fe-b8c55c1a0645_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/08cc9146-2a42-4555-a8bc-119b815248db_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/a02f92bc-5506-4a4a-acd9-680f48eed7b1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/24 15K 11/25 24K', 'remarks': 'VOSA STATES 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/06740cb8-f7af-41e2-9b89-6a1bfc27a781.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476861, 'registration': 'PF72AMK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Tekna 39kWh 5dr Auto', 'mileage': 27329, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 398, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-07', 'fuel': 'Electric', 'motExpiry': '2026-12-06', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF72AMK/2026-03-23/image/388e9c11-a171-4a3e-9b86-aa0320526789_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/bc67e74d-380c-45b0-9693-da95fbfd48bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/f54bbf1f-6f92-4ef3-a0dd-8d4acf57edbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/79990d3a-8daf-4f3a-8efc-f1b2337f40fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/10652dea-c5a7-47a9-b911-9c2f9769d27f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/0b5e90da-ea8c-4fa1-b3fe-b8c55c1a0645_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/08cc9146-2a42-4555-a8bc-119b815248db_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF72AMK/2026-03-23/image/a02f92bc-5506-4a4a-acd9-680f48eed7b1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/24 15K 11/25 24K', 'remarks': 'VOSA STATES 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/06740cb8-f7af-41e2-9b89-6a1bfc27a781.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc9061d-cb99-52e5-9a24-9706aa4b537a with identifier: 120476861
2026-03-26 05:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc9061d-cb99-52e5-9a24-9706aa4b537a with scrape type 2
2026-03-26 05:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbc9061d-cb99-52e5-9a24-9706aa4b537a with scrape type 2
2026-03-26 05:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbc9061d-cb99-52e5-9a24-9706aa4b537a, identifier: 120476861
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120502207, 'registration': 'YB72VEP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 15986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 411, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB72VEP/2026-03-17/image/1d9e4685-21eb-43df-81c9-9a70a649a2d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/84c02ad3-a32a-4feb-a58a-ec56610ce268_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/dc5bd6d6-c7a5-476c-9315-129091955355_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/a81365a5-9db4-46ca-bccb-64f5ae89915d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/dd72d34d-ddcc-41e3-b994-c141baa9d855_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/c0aa9d85-b86b-4926-864d-b0affdb687b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/30a4af77-fa9f-4f3b-98ea-7b7d708c322b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/efe4bc2f-0ef8-49af-96b5-b2a01141fb2b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24 4K 12/25 14K', 'remarks': 'VOSA STATES 15K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6fb76813-3c43-4faa-9f93-2ae863923471.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120502207, 'registration': 'YB72VEP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 15986, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 411, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB72VEP/2026-03-17/image/1d9e4685-21eb-43df-81c9-9a70a649a2d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/84c02ad3-a32a-4feb-a58a-ec56610ce268_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/dc5bd6d6-c7a5-476c-9315-129091955355_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/a81365a5-9db4-46ca-bccb-64f5ae89915d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/dd72d34d-ddcc-41e3-b994-c141baa9d855_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/c0aa9d85-b86b-4926-864d-b0affdb687b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/30a4af77-fa9f-4f3b-98ea-7b7d708c322b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB72VEP/2026-03-17/image/efe4bc2f-0ef8-49af-96b5-b2a01141fb2b_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24 4K 12/25 14K', 'remarks': 'VOSA STATES 15K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6fb76813-3c43-4faa-9f93-2ae863923471.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55ea6419-8d40-587a-8e2c-751b80ca5574 with identifier: 120502207
2026-03-26 05:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ea6419-8d40-587a-8e2c-751b80ca5574 with scrape type 2
2026-03-26 05:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55ea6419-8d40-587a-8e2c-751b80ca5574 with scrape type 2
2026-03-26 05:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 55ea6419-8d40-587a-8e2c-751b80ca5574, identifier: 120502207
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120668546
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668546%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120668546: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120480111
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120480111%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120480111: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120454887
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454887%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120454887: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120763529
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763529%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120763529: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120479474
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479474%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120479474: 0
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Found listing with ID: 120759901
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759901%27 HTTP/1.1" 200 None
2026-03-26 05:01:10 [astonbarclay.gb] INFO: Scrape type for 120759901: 2
2026-03-26 05:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 488d618b-ea11-5337-94f1-4f366e1296d3 with identifier: 120053848
2026-03-26 05:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 488d618b-ea11-5337-94f1-4f366e1296d3 with identifier: 120053848
2026-03-26 05:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 488d618b-ea11-5337-94f1-4f366e1296d3 with identifier: 120053848 to the API
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120053848?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '488d618b-ea11-5337-94f1-4f366e1296d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SC68NGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120053848',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'DS',
'model': 'DS 7 CROSSBACK HATCHBACK',
'odometer': 62189,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-16',
'seller_name': 'Mobilize Financial Services',
'title': 'DS DS 7 CROSSBACK HATCHBACK 1.6 PureTech 180 Performance Line 5dr '
'EAT8',
'transmission': 'automatic',
'trim': '1.6 PureTech 180 Performance Line 5dr EAT8',
'vin': None,
'year': 2019}
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120053848%27 HTTP/1.1" 200 None
2026-03-26 05:01:11 [astonbarclay.gb] INFO: Saving data for 120053848: {'auction_closing_time': 1774519200.0, 'created_time': 1774379670.100988, 'last_price_update_time': 1774501271.281511}
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120053848') HTTP/1.1" 204 0
2026-03-26 05:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbc9061d-cb99-52e5-9a24-9706aa4b537a with identifier: 120476861
2026-03-26 05:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbc9061d-cb99-52e5-9a24-9706aa4b537a with identifier: 120476861
2026-03-26 05:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbc9061d-cb99-52e5-9a24-9706aa4b537a with identifier: 120476861 to the API
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476861?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'bbc9061d-cb99-52e5-9a24-9706aa4b537a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PF72AMK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476861',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 27329,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-07',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW Tekna 39kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW Tekna 39kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476861%27 HTTP/1.1" 200 None
2026-03-26 05:01:11 [astonbarclay.gb] INFO: Saving data for 120476861: {'auction_closing_time': 1774519200.0, 'created_time': 1774379734.316651, 'last_price_update_time': 1774501271.878827}
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476861') HTTP/1.1" 204 0
2026-03-26 05:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 55ea6419-8d40-587a-8e2c-751b80ca5574 with identifier: 120502207
2026-03-26 05:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 55ea6419-8d40-587a-8e2c-751b80ca5574 with identifier: 120502207
2026-03-26 05:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 55ea6419-8d40-587a-8e2c-751b80ca5574 with identifier: 120502207 to the API
2026-03-26 05:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120502207?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '55ea6419-8d40-587a-8e2c-751b80ca5574',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB72VEP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120502207',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 15986,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Acenta Premium 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Acenta Premium 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502207%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Saving data for 120502207: {'auction_closing_time': 1774519200.0, 'created_time': 1774379683.078075, 'last_price_update_time': 1774501272.168479}
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120502207') HTTP/1.1" 204 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120721726
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120721726%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120721726: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120652375
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652375%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120652375: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120454651
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454651%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120454651: 2
2026-03-26 05:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120655797?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476879?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01: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:01: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:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120771693
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120771693%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120771693: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120738215
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738215%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120738215: 2
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120572177
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120572177%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120572177: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120455553
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120455553%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120455553: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120750385
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750385%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120750385: 2
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120764114
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120764114%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120764114: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120604867
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120604867%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120604867: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120648471
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120648471%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120648471: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120668539
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668539%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120668539: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120728826
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728826%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120728826: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120585528
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585528%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120585528: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120606141
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606141%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120606141: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120730145
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730145%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120730145: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120732912
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732912%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120732912: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120719442
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719442%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120719442: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120647514
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647514%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120647514: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120631672
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631672%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120631672: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120606158
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120606158%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120606158: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120355965
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120355965%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120355965: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120719063
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719063%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120719063: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120734864
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120734864%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120734864: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120723504
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120723504%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120723504: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120479509
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479509%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120479509: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120696092
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696092%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120696092: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120630710
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630710%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120630710: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120715102
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715102%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120715102: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120650937
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650937%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120650937: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120718994
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120718994%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120718994: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120660737
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120660737%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120660737: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120454860
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454860%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120454860: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120589168
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589168%27 HTTP/1.1" 200 None
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Scrape type for 120589168: 0
2026-03-26 05:01:12 [astonbarclay.gb] INFO: Found listing with ID: 120528674
2026-03-26 05:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120528674%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120528674: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120581723
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581723%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120581723: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120695982
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695982%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120695982: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120627860
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627860%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120627860: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120470186
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470186%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120470186: 2
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120475265
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475265%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120475265: 2
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120655797, 'registration': 'BG24OXH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 16545, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 413, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-09', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG24OXH/2026-03-23/image/bb85ba36-3460-4a78-8247-89fc308951aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/c427e147-3968-430d-9809-e51ee010c5bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/6073a214-d9cc-4ca8-b6a9-b0864a96a80f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/dd6cad0d-d553-432f-b8ca-ec4013a9dcdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/72d2bae4-53db-4974-b099-97d9814196a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/9107a2c9-8f63-4148-88f1-6648cafca821_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/f314c8b6-d66f-487a-9ede-a21e53e2060b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/25-8K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2e6f139-2336-4123-a424-c853d4214a95.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120655797, 'registration': 'BG24OXH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 16545, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 413, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-09', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG24OXH/2026-03-23/image/bb85ba36-3460-4a78-8247-89fc308951aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/c427e147-3968-430d-9809-e51ee010c5bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/6073a214-d9cc-4ca8-b6a9-b0864a96a80f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/dd6cad0d-d553-432f-b8ca-ec4013a9dcdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/72d2bae4-53db-4974-b099-97d9814196a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/9107a2c9-8f63-4148-88f1-6648cafca821_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24OXH/2026-03-23/image/f314c8b6-d66f-487a-9ede-a21e53e2060b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/25-8K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b2e6f139-2336-4123-a424-c853d4214a95.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7207111d-da46-5a33-af55-0232aaf6b58a with identifier: 120655797
2026-03-26 05:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7207111d-da46-5a33-af55-0232aaf6b58a with scrape type 2
2026-03-26 05:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7207111d-da46-5a33-af55-0232aaf6b58a with scrape type 2
2026-03-26 05:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7207111d-da46-5a33-af55-0232aaf6b58a, identifier: 120655797
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476879, 'registration': 'CK72ZTY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Acenta 39kWh 5dr Auto', 'mileage': 21973, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 409, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Electric', 'motExpiry': '2026-08-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/9bf711e6-dc54-4d67-875b-0faf00e61901_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/b27e8edb-bac2-42c9-aa87-30d1ce0c8057_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/2548af7a-d44b-4654-ad4c-cf9ae6dc59cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/2d6214b3-6543-4441-bb4a-9627a13a54da_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/46e643bc-1aa5-431b-af2d-b38abbafee72_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/e515f849-a879-4fd6-91aa-6e8ea9194eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/c8dc4db2-947a-4e47-8d8a-b034a7c07c72_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/13721277-bb3f-48be-adb4-c03aaa3e9f58_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23 7K 10/24 14K 08/25 19K', 'remarks': 'VOSA STATES 19K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8501cc2c-e254-4a67-b937-da4de16afb45.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476879, 'registration': 'CK72ZTY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Acenta 39kWh 5dr Auto', 'mileage': 21973, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 409, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-30', 'fuel': 'Electric', 'motExpiry': '2026-08-25', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/9bf711e6-dc54-4d67-875b-0faf00e61901_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/b27e8edb-bac2-42c9-aa87-30d1ce0c8057_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/2548af7a-d44b-4654-ad4c-cf9ae6dc59cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/2d6214b3-6543-4441-bb4a-9627a13a54da_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/46e643bc-1aa5-431b-af2d-b38abbafee72_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/e515f849-a879-4fd6-91aa-6e8ea9194eae_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/c8dc4db2-947a-4e47-8d8a-b034a7c07c72_removebg.jpg?w=600', 'https://abimg003.imgix.net/CK72ZTY/2026-03-19/image/13721277-bb3f-48be-adb4-c03aaa3e9f58_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/23 7K 10/24 14K 08/25 19K', 'remarks': 'VOSA STATES 19K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8501cc2c-e254-4a67-b937-da4de16afb45.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c578ff06-60cf-52b9-b650-81c663ec3a61 with identifier: 120476879
2026-03-26 05:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c578ff06-60cf-52b9-b650-81c663ec3a61 with scrape type 2
2026-03-26 05:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c578ff06-60cf-52b9-b650-81c663ec3a61 with scrape type 2
2026-03-26 05:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c578ff06-60cf-52b9-b650-81c663ec3a61, identifier: 120476879
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120056795
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056795%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120056795: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120668119
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668119%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120668119: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120454811
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454811%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120454811: 0
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Found listing with ID: 120356596
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120356596%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Scrape type for 120356596: 2
2026-03-26 05:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7207111d-da46-5a33-af55-0232aaf6b58a with identifier: 120655797
2026-03-26 05:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7207111d-da46-5a33-af55-0232aaf6b58a with identifier: 120655797
2026-03-26 05:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7207111d-da46-5a33-af55-0232aaf6b58a with identifier: 120655797 to the API
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120655797?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '7207111d-da46-5a33-af55-0232aaf6b58a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG24OXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120655797',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 16545,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-09',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120655797%27 HTTP/1.1" 200 None
2026-03-26 05:01:13 [astonbarclay.gb] INFO: Saving data for 120655797: {'auction_closing_time': 1774519200.0, 'created_time': 1774033497.848642, 'last_price_update_time': 1774501273.656628}
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120655797') HTTP/1.1" 204 0
2026-03-26 05:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c578ff06-60cf-52b9-b650-81c663ec3a61 with identifier: 120476879
2026-03-26 05:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c578ff06-60cf-52b9-b650-81c663ec3a61 with identifier: 120476879
2026-03-26 05:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c578ff06-60cf-52b9-b650-81c663ec3a61 with identifier: 120476879 to the API
2026-03-26 05:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476879?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c578ff06-60cf-52b9-b650-81c663ec3a61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'CK72ZTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476879',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 21973,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW Acenta 39kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW Acenta 39kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476879%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Saving data for 120476879: {'auction_closing_time': 1774519200.0, 'created_time': 1774379689.331277, 'last_price_update_time': 1774501274.056243}
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476879') HTTP/1.1" 204 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120502496
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502496%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120502496: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120605172
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120605172%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120605172: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120605018
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120605018%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120605018: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120733640
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733640%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120733640: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120733369
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733369%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120733369: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120614132
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120614132%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120614132: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120696245
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696245%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120696245: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120622611
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622611%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120622611: 2
2026-03-26 05:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120601640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119453437?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631423?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120714333
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714333%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120714333: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120715223
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715223%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120715223: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120474875
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120474875%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120474875: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120282673
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120282673%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120282673: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119348869
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119348869%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 119348869: 2
2026-03-26 05:01: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:01: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:01: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:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120693833
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693833%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120693833: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 119348144
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119348144%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 119348144: 2
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120601640, 'registration': 'WJ20UXF', 'account': 'RCI001', 'make': 'MG MOTOR UK', 'model': 'ZS ELECTRIC HATCHBACK', 'derivative': '105kW Excite EV 45kWh 5dr Auto', 'mileage': 64714, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 421, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-06-02', 'fuel': 'Electric', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/add7552b-4c62-4b33-9686-2a129b5e4150_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/73cc1043-7944-4691-98fe-2064cc2f139a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/da27cc87-35fb-4578-ba61-4b420e2ca94a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/4092d340-05bc-4078-8ab5-a9105bfe84b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/f1804ece-dfea-4ea2-9ad1-ca97ec95ad99_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/4570e387-8475-41a5-bfed-d90c1e57cf18_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/100d12d6-1f3a-4b9b-8abb-c0e19b842467_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire,SPARE KEY VOSA STATES 17K 41K 47K 58K 64K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e0c84395-5894-4a46-8026-bcadbf4b2cd9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120601640, 'registration': 'WJ20UXF', 'account': 'RCI001', 'make': 'MG MOTOR UK', 'model': 'ZS ELECTRIC HATCHBACK', 'derivative': '105kW Excite EV 45kWh 5dr Auto', 'mileage': 64714, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 421, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-06-02', 'fuel': 'Electric', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/add7552b-4c62-4b33-9686-2a129b5e4150_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/73cc1043-7944-4691-98fe-2064cc2f139a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/da27cc87-35fb-4578-ba61-4b420e2ca94a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/4092d340-05bc-4078-8ab5-a9105bfe84b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/f1804ece-dfea-4ea2-9ad1-ca97ec95ad99_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/4570e387-8475-41a5-bfed-d90c1e57cf18_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ20UXF/2026-03-23/image/100d12d6-1f3a-4b9b-8abb-c0e19b842467_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Ex-Private Hire,SPARE KEY VOSA STATES 17K 41K 47K 58K 64K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e0c84395-5894-4a46-8026-bcadbf4b2cd9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53 with identifier: 120601640
2026-03-26 05:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53 with scrape type 2
2026-03-26 05:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53 with scrape type 2
2026-03-26 05:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53, identifier: 120601640
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119453437, 'registration': 'RF72KXN', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 49368, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 434, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KXN/2026-02-16/image/ea38ffb2-a64f-479a-8620-e108f01ede60_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/7d2f1dd0-67fa-4aa6-aaed-1d0cc7fd0d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/9d2df3f4-d668-4074-b063-46a61ce90e24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/ef2b8f1c-0d84-4e1d-89b7-0e6d173be840_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/c717d449-0216-43a4-b53a-f4b35097aed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/d6cdaf7d-5383-40fe-afc0-3ab18b11b267_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/1129d967-6955-4831-91d1-248f42925bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/9b586fdd-a381-4067-8152-67b2f6ff9c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/0c426845-d6a1-4f0d-a213-11a37ea35e60_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 9k 12/24 21k 12/25 42k', 'remarks': 'Ex-Private Hire SPARE KEY - VOSA STATES 4K 10K 15K 23K 32K 47K', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea03fb6f-b806-486c-a65f-0d2e024aa1d6.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119453437, 'registration': 'RF72KXN', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 49368, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 434, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KXN/2026-02-16/image/ea38ffb2-a64f-479a-8620-e108f01ede60_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/7d2f1dd0-67fa-4aa6-aaed-1d0cc7fd0d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/9d2df3f4-d668-4074-b063-46a61ce90e24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/ef2b8f1c-0d84-4e1d-89b7-0e6d173be840_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/c717d449-0216-43a4-b53a-f4b35097aed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/d6cdaf7d-5383-40fe-afc0-3ab18b11b267_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/1129d967-6955-4831-91d1-248f42925bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/9b586fdd-a381-4067-8152-67b2f6ff9c74_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KXN/2026-02-16/image/0c426845-d6a1-4f0d-a213-11a37ea35e60_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 9k 12/24 21k 12/25 42k', 'remarks': 'Ex-Private Hire SPARE KEY - VOSA STATES 4K 10K 15K 23K 32K 47K', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea03fb6f-b806-486c-a65f-0d2e024aa1d6.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ac91a7d-4843-5c83-822f-ac52bf64f309 with identifier: 119453437
2026-03-26 05:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ac91a7d-4843-5c83-822f-ac52bf64f309 with scrape type 2
2026-03-26 05:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ac91a7d-4843-5c83-822f-ac52bf64f309 with scrape type 2
2026-03-26 05:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3ac91a7d-4843-5c83-822f-ac52bf64f309, identifier: 119453437
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120694526
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694526%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120694526: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120621446
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621446%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120621446: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120594710
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594710%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120594710: 0
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Found listing with ID: 120237760
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120237760%27 HTTP/1.1" 200 None
2026-03-26 05:01:14 [astonbarclay.gb] INFO: Scrape type for 120237760: 2
2026-03-26 05:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53 with identifier: 120601640
2026-03-26 05:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53 with identifier: 120601640
2026-03-26 05:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6c5e8128-1a6f-5ea8-b239-8fcaffae6a53 with identifier: 120601640 to the API
2026-03-26 05:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120601640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '6c5e8128-1a6f-5ea8-b239-8fcaffae6a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WJ20UXF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120601640',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MG MOTOR UK',
'model': 'ZS ELECTRIC HATCHBACK',
'odometer': 64714,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-02',
'seller_name': 'Mobilize Financial Services',
'title': 'MG MOTOR UK ZS ELECTRIC HATCHBACK 105kW Excite EV 45kWh 5dr Auto',
'transmission': 'automatic',
'trim': '105kW Excite EV 45kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120601640%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Saving data for 120601640: {'auction_closing_time': 1774519200.0, 'created_time': 1774379671.65872, 'last_price_update_time': 1774501275.029438}
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120601640') HTTP/1.1" 204 0
2026-03-26 05:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3ac91a7d-4843-5c83-822f-ac52bf64f309 with identifier: 119453437
2026-03-26 05:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3ac91a7d-4843-5c83-822f-ac52bf64f309 with identifier: 119453437
2026-03-26 05:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3ac91a7d-4843-5c83-822f-ac52bf64f309 with identifier: 119453437 to the API
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119453437?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '3ac91a7d-4843-5c83-822f-ac52bf64f309',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72KXN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119453437',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 49368,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119453437%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Saving data for 119453437: {'auction_closing_time': 1774519200.0, 'created_time': 1773215332.551024, 'last_price_update_time': 1774501275.426882}
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119453437') HTTP/1.1" 204 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631423, 'registration': 'MM69AGX', 'account': 'RCI001', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 34936, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 422, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MM69AGX/2026-03-20/image/f7220f4a-cc1f-4bc5-9814-d9b003bb6884_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/bc26e4ff-7a34-4f0f-a86c-4ba1c2d41137_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/f09ea65f-dd47-414b-96ed-e2fbb3d9aa92_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/ddb02d6e-9e7d-44d8-b381-de91daf1e6ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/99e94416-1637-4616-ab10-e04fadebe629_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/91c487a5-87ed-4bba-8e3c-be61c05dd520_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/5412557e-23e4-4bb9-b7d1-34ac2cba6e9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/c06915e7-083a-4fea-9565-e32de39d7960_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 5K 10/21 11K 11/22 15K 11/23 22K 11/24 29K 11/25 34K', 'remarks': 'VOSA STATES 15K 22K 29K 34K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/070ac62b-f7d8-496f-a9df-ff41c2229c2b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631423, 'registration': 'MM69AGX', 'account': 'RCI001', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 34936, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 422, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MM69AGX/2026-03-20/image/f7220f4a-cc1f-4bc5-9814-d9b003bb6884_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/bc26e4ff-7a34-4f0f-a86c-4ba1c2d41137_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/f09ea65f-dd47-414b-96ed-e2fbb3d9aa92_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/ddb02d6e-9e7d-44d8-b381-de91daf1e6ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/99e94416-1637-4616-ab10-e04fadebe629_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/91c487a5-87ed-4bba-8e3c-be61c05dd520_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/5412557e-23e4-4bb9-b7d1-34ac2cba6e9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MM69AGX/2026-03-20/image/c06915e7-083a-4fea-9565-e32de39d7960_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 5K 10/21 11K 11/22 15K 11/23 22K 11/24 29K 11/25 34K', 'remarks': 'VOSA STATES 15K 22K 29K 34K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/070ac62b-f7d8-496f-a9df-ff41c2229c2b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8d9416c-3e64-5c84-88b1-f9823d5fdaf9 with identifier: 120631423
2026-03-26 05:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8d9416c-3e64-5c84-88b1-f9823d5fdaf9 with scrape type 2
2026-03-26 05:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8d9416c-3e64-5c84-88b1-f9823d5fdaf9 with scrape type 2
2026-03-26 05:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c8d9416c-3e64-5c84-88b1-f9823d5fdaf9, identifier: 120631423
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120415846
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415846%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120415846: 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 119669852
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119669852%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 119669852: 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120691055
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691055%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120691055: 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 119393289
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119393289%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 119393289: 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 119629584
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119629584%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 119629584: 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120661959
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120661959%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120661959: 2
2026-03-26 05:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120650561?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120589268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c8d9416c-3e64-5c84-88b1-f9823d5fdaf9 with identifier: 120631423
2026-03-26 05:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c8d9416c-3e64-5c84-88b1-f9823d5fdaf9 with identifier: 120631423
2026-03-26 05:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c8d9416c-3e64-5c84-88b1-f9823d5fdaf9 with identifier: 120631423 to the API
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631423?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'c8d9416c-3e64-5c84-88b1-f9823d5fdaf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MM69AGX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631423',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 34936,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-30',
'seller_name': 'Mobilize Financial Services',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631423%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Saving data for 120631423: {'auction_closing_time': 1774519200.0, 'created_time': 1774001035.042414, 'last_price_update_time': 1774501275.935979}
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631423') HTTP/1.1" 204 0
2026-03-26 05:01: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:01: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:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120602548?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120238552
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120238552%27 HTTP/1.1" 200 None
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Scrape type for 120238552: 0
2026-03-26 05:01:15 [astonbarclay.gb] INFO: Found listing with ID: 120237809
2026-03-26 05:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120237809%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120237809: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120586055
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586055%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120586055: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120645779
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120645779%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120645779: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120411130
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411130%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120411130: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120250741
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120250741%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120250741: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 118537231
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118537231%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 118537231: 2
2026-03-26 05:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120201662
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201662%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120201662: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 120649281
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649281%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 120649281: 0
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Found listing with ID: 119328453
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119328453%27 HTTP/1.1" 200 None
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Scrape type for 119328453: 2
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120650561, 'registration': 'YC23CYT', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 N-Connecta 5dr Xtronic', 'mileage': 25712, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 419, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC23CYT/2026-03-20/image/1de549a5-1aa0-465e-806f-f326ab6bf3c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/79173a71-f87d-47f5-bb32-5028458ce714_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/8c2db18c-dea2-42a1-af4c-b72b16c79fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/e6cff413-b0b0-452a-b77f-f1c6db81a186_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/196d5711-8ac9-4f00-ab05-756465376c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/29e1fe7b-4e6f-41a9-be7b-3e94621fcb41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/851bd8fb-45e3-4e69-802b-7e31c2530b28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/4e1fe641-ab7b-4807-bf04-1042c37e7720_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25-17K', 'remarks': 'SPARE KEY, VOSA STATES 25K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6142886-2eaf-4cad-92f0-055c28a6f079.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120650561, 'registration': 'YC23CYT', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 N-Connecta 5dr Xtronic', 'mileage': 25712, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 419, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-24', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC23CYT/2026-03-20/image/1de549a5-1aa0-465e-806f-f326ab6bf3c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/79173a71-f87d-47f5-bb32-5028458ce714_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/8c2db18c-dea2-42a1-af4c-b72b16c79fb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/e6cff413-b0b0-452a-b77f-f1c6db81a186_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/196d5711-8ac9-4f00-ab05-756465376c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/29e1fe7b-4e6f-41a9-be7b-3e94621fcb41_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/851bd8fb-45e3-4e69-802b-7e31c2530b28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC23CYT/2026-03-20/image/4e1fe641-ab7b-4807-bf04-1042c37e7720_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25-17K', 'remarks': 'SPARE KEY, VOSA STATES 25K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 143, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6142886-2eaf-4cad-92f0-055c28a6f079.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f with identifier: 120650561
2026-03-26 05:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f with scrape type 2
2026-03-26 05:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f with scrape type 2
2026-03-26 05:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f, identifier: 120650561
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120589268, 'registration': 'EF61OTA', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 54297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 551, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-01-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF61OTA/2026-03-19/image/bc9012c8-ef37-42c7-856e-71f8272ca763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/457c3a67-237e-4ab6-8042-e2707808fc93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/3c9ecda7-2708-44b3-997a-a535aad52787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/0ff629ea-e749-43cb-a072-d84427cfc732_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/b7c200cd-d692-4f7e-b77f-7d28c02f0ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/af2cc6a2-00b4-490d-9e65-e0106310d95e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/a8bbb5a6-f355-4166-84f4-f0750d268e6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/d9fdf3ef-7920-4b94-ac79-fbf7362681bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/77cc4b99-ca11-4bea-9907-012c4b6a5b7c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/13-7K, 03/16-16K, 10/20-33K, 08/25-53K,', 'remarks': '**713** VOSA STATES 13K, 16K, 20K, 24K, 30K, 37K, 40K, 46K, 50K, 53K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3afa50a2-1fc4-46e4-bbe7-7473c8e6d120.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120589268, 'registration': 'EF61OTA', 'account': 'WBA004', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 54297, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 551, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-01-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF61OTA/2026-03-19/image/bc9012c8-ef37-42c7-856e-71f8272ca763_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/457c3a67-237e-4ab6-8042-e2707808fc93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/3c9ecda7-2708-44b3-997a-a535aad52787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/0ff629ea-e749-43cb-a072-d84427cfc732_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/b7c200cd-d692-4f7e-b77f-7d28c02f0ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/af2cc6a2-00b4-490d-9e65-e0106310d95e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/a8bbb5a6-f355-4166-84f4-f0750d268e6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/d9fdf3ef-7920-4b94-ac79-fbf7362681bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF61OTA/2026-03-19/image/77cc4b99-ca11-4bea-9907-012c4b6a5b7c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/13-7K, 03/16-16K, 10/20-33K, 08/25-53K,', 'remarks': '**713** VOSA STATES 13K, 16K, 20K, 24K, 30K, 37K, 40K, 46K, 50K, 53K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3afa50a2-1fc4-46e4-bbe7-7473c8e6d120.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268
2026-03-26 05:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b869cec-58ef-51ef-8afa-2afb5b15e888 with scrape type 2
2026-03-26 05:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b869cec-58ef-51ef-8afa-2afb5b15e888 with scrape type 2
2026-03-26 05:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4b869cec-58ef-51ef-8afa-2afb5b15e888, identifier: 120589268
2026-03-26 05:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f with identifier: 120650561
2026-03-26 05:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f with identifier: 120650561
2026-03-26 05:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f with identifier: 120650561 to the API
2026-03-26 05:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120650561?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 143,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'ffc4e16f-5c1b-5f04-b50b-d87a5cd0cf2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YC23CYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120650561',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 25712,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 N-Connecta 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 N-Connecta 5dr Xtronic',
'vin': None,
'year': 2023}
2026-03-26 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650561%27 HTTP/1.1" 200 None
2026-03-26 05:01:18 [astonbarclay.gb] INFO: Saving data for 120650561: {'auction_closing_time': 1774519200.0, 'created_time': 1774033438.063177, 'last_price_update_time': 1774501278.044388}
2026-03-26 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120650561') HTTP/1.1" 204 0
2026-03-26 05:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268
2026-03-26 05:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268
2026-03-26 05:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4b869cec-58ef-51ef-8afa-2afb5b15e888 with identifier: 120589268 to the API
2026-03-26 05:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120589268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '4b869cec-58ef-51ef-8afa-2afb5b15e888',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF61OTA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120589268',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 54297,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-28',
'seller_name': 'UKCGR - Trade',
'title': 'FORD KA HATCHBACK 1.2 Zetec 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Zetec 3dr [Start Stop]',
'vin': None,
'year': 2012}
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120589268%27 HTTP/1.1" 200 None
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Saving data for 120589268: {'auction_closing_time': 1774604700.0, 'created_time': 1773860459.366195, 'last_price_update_time': 1774501287.059665}
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120589268') HTTP/1.1" 204 0
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120521730
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521730%27 HTTP/1.1" 200 None
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120521730: 2
2026-03-26 05:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295687?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120602548, 'registration': 'ME73FNT', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-Tech FHEV 145 Esprit Alpine 5dr Auto', 'mileage': 32200, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 372, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-02-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ME73FNT/2026-03-19/image/57f18775-6f48-45f0-bc20-9ea67111d09e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/9e76717a-b8e0-46c6-8aaa-a136c1beab80_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/306c7ddb-d94c-40b5-8ee5-4133404ab38d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/a0c0ba34-c5c8-4848-ae59-24a9d64c56b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/b7dbea92-6c95-4efd-8499-84997531beb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/c6d1bbf0-196b-4c80-bb9f-dbfd12bc1a16_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/625e252e-0972-4166-9b5e-0dc57d4c4762_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/0828bff0-1e26-43ed-8de3-da0956885f3a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25 18K 01/26 30K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/02f90d16-0606-4d1a-b6d0-ca42dcfa5493.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120602548, 'registration': 'ME73FNT', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-Tech FHEV 145 Esprit Alpine 5dr Auto', 'mileage': 32200, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 372, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-02-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ME73FNT/2026-03-19/image/57f18775-6f48-45f0-bc20-9ea67111d09e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/9e76717a-b8e0-46c6-8aaa-a136c1beab80_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/306c7ddb-d94c-40b5-8ee5-4133404ab38d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/a0c0ba34-c5c8-4848-ae59-24a9d64c56b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/b7dbea92-6c95-4efd-8499-84997531beb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/c6d1bbf0-196b-4c80-bb9f-dbfd12bc1a16_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/625e252e-0972-4166-9b5e-0dc57d4c4762_removebg.jpg?w=600', 'https://abimg003.imgix.net/ME73FNT/2026-03-19/image/0828bff0-1e26-43ed-8de3-da0956885f3a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25 18K 01/26 30K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/02f90d16-0606-4d1a-b6d0-ca42dcfa5493.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973218c9-fe6e-5068-9b33-a8af29eded88 with identifier: 120602548
2026-03-26 05:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973218c9-fe6e-5068-9b33-a8af29eded88 with scrape type 2
2026-03-26 05:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973218c9-fe6e-5068-9b33-a8af29eded88 with scrape type 2
2026-03-26 05:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 973218c9-fe6e-5068-9b33-a8af29eded88, identifier: 120602548
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 120768101
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120768101%27 HTTP/1.1" 200 None
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Scrape type for 120768101: 0
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Found listing with ID: 119427785
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119427785%27 HTTP/1.1" 200 None
2026-03-26 05:01:27 [astonbarclay.gb] INFO: Scrape type for 119427785: 2
2026-03-26 05:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120056865?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120747101?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120742052?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674908?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 973218c9-fe6e-5068-9b33-a8af29eded88 with identifier: 120602548
2026-03-26 05:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 973218c9-fe6e-5068-9b33-a8af29eded88 with identifier: 120602548
2026-03-26 05:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 973218c9-fe6e-5068-9b33-a8af29eded88 with identifier: 120602548 to the API
2026-03-26 05:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120602548?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '973218c9-fe6e-5068-9b33-a8af29eded88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ME73FNT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120602548',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 32200,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ARKANA ESTATE 1.6 E-Tech FHEV 145 Esprit Alpine 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-Tech FHEV 145 Esprit Alpine 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120602548%27 HTTP/1.1" 200 None
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Saving data for 120602548: {'auction_closing_time': 1774519200.0, 'created_time': 1774379639.974551, 'last_price_update_time': 1774501288.553561}
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120602548') HTTP/1.1" 204 0
2026-03-26 05:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Found listing with ID: 120631389
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631389%27 HTTP/1.1" 200 None
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Scrape type for 120631389: 2
2026-03-26 05:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120371603?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295687, 'registration': 'DS72NCD', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 39kWh 5dr Auto', 'mileage': 23796, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 375, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS72NCD/2026-03-17/image/c0a94ade-1f8a-467c-b12a-0e907c29379a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/f040872c-675c-407c-8c47-7d2030711aca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/a38b678b-a306-4090-84c9-a231267188e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/e06071b6-570a-4bda-b1de-c44fdaab7aa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/19ff6684-c51f-45cc-906c-b4b75450fce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/ad1b38d8-700b-4747-9dac-47a650363004_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/c3e97b44-7e21-468a-9ae9-dce6bb9de4b0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24-10K', 'remarks': 'SPARE KEY, VOSA STATES 22K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5cebaacf-2695-471b-a6b8-813b4fa88b3a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295687, 'registration': 'DS72NCD', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW N-Connecta 39kWh 5dr Auto', 'mileage': 23796, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 375, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS72NCD/2026-03-17/image/c0a94ade-1f8a-467c-b12a-0e907c29379a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/f040872c-675c-407c-8c47-7d2030711aca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/a38b678b-a306-4090-84c9-a231267188e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/e06071b6-570a-4bda-b1de-c44fdaab7aa9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/19ff6684-c51f-45cc-906c-b4b75450fce6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/ad1b38d8-700b-4747-9dac-47a650363004_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72NCD/2026-03-17/image/c3e97b44-7e21-468a-9ae9-dce6bb9de4b0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/24-10K', 'remarks': 'SPARE KEY, VOSA STATES 22K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5cebaacf-2695-471b-a6b8-813b4fa88b3a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f1f9ce8-51c4-5c32-bacd-71599e43e803 with identifier: 120295687
2026-03-26 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f1f9ce8-51c4-5c32-bacd-71599e43e803 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f1f9ce8-51c4-5c32-bacd-71599e43e803 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f1f9ce8-51c4-5c32-bacd-71599e43e803, identifier: 120295687
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120056865, 'registration': 'WG74ZNA', 'account': 'HAT004', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.6 Hybrid 225 GT 5dr e-EAT8', 'mileage': 11243, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 507, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-11-25', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/5ded9e09-a8a4-476e-9e9a-094f80503303_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/2109d415-a5b4-414b-a896-bd29d6b5f3b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/ea155edd-d1e8-4339-a4e1-7a84b7acde9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/58d55509-d428-4d1c-a46d-e7f1a5758487_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/639e2fa5-fd96-48f7-93ce-4743494c76b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/5b41a5cc-6f9c-4bbb-aec7-5f4ce678bf15_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/c22d024e-c925-4968-b599-1da9727f136d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/3401b378-917d-4ac2-8b6a-c3bf9cb6d9b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/50d77c54-2fea-463a-89f8-425ff9802e8f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/26 - 10K,', 'remarks': '**42** CHARGING CABLE', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87535090-5db2-41b4-be3e-dd6c5735909b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120056865, 'registration': 'WG74ZNA', 'account': 'HAT004', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.6 Hybrid 225 GT 5dr e-EAT8', 'mileage': 11243, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 507, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-11-25', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/5ded9e09-a8a4-476e-9e9a-094f80503303_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/2109d415-a5b4-414b-a896-bd29d6b5f3b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/ea155edd-d1e8-4339-a4e1-7a84b7acde9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/58d55509-d428-4d1c-a46d-e7f1a5758487_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/639e2fa5-fd96-48f7-93ce-4743494c76b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/5b41a5cc-6f9c-4bbb-aec7-5f4ce678bf15_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/c22d024e-c925-4968-b599-1da9727f136d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/3401b378-917d-4ac2-8b6a-c3bf9cb6d9b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG74ZNA/2026-03-09/image/50d77c54-2fea-463a-89f8-425ff9802e8f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/26 - 10K,', 'remarks': '**42** CHARGING CABLE', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87535090-5db2-41b4-be3e-dd6c5735909b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e85c88d7-e09c-5c98-9260-1cdca53e53d8 with identifier: 120056865
2026-03-26 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e85c88d7-e09c-5c98-9260-1cdca53e53d8 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e85c88d7-e09c-5c98-9260-1cdca53e53d8 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e85c88d7-e09c-5c98-9260-1cdca53e53d8, identifier: 120056865
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120747101, 'registration': 'NL12VYH', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220 CDI BlueEFFICIENCY Sport 4dr Auto', 'mileage': 164200, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 568, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-03-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-19', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/NL12VYH/2026-03-25/image/45a98e82-c367-442c-861b-6a1ca0128643_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/0ab3e03a-2d9d-45c1-b6b8-b713b76347c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/360ecb16-f3ff-4b3b-a817-6ea00ebc67d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/cb001995-abbe-4575-a01e-91d9baf26310_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/c1abdaf5-edb3-49ce-a7df-6c675698118b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/18ca8e4c-e018-4cbc-ba40-d2d8a69c78e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/15439c45-9a30-419a-b47c-fe872b3acc55_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/6c9b8647-bf30-4e1a-aea6-fa4e8694d969_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/f425185c-b774-43f8-a097-7d91a6bbc51c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/13 - 11K, 07/14 - 17K, 09/15 - 32K, 07/16 - 51K', 'remarks': '**689** Ex-Private Hire VOSA STATES 24K, 36K, 41K, 50K, 64K, 76K, 83K, 92K, 100K, 109K, 122K, 133K, 140K, 144K, 152K, 162K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ab75dee-6472-4621-80ac-0fefee924681.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120747101, 'registration': 'NL12VYH', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220 CDI BlueEFFICIENCY Sport 4dr Auto', 'mileage': 164200, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 568, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-03-30', 'fuel': 'Diesel', 'motExpiry': '2027-01-19', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/NL12VYH/2026-03-25/image/45a98e82-c367-442c-861b-6a1ca0128643_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/0ab3e03a-2d9d-45c1-b6b8-b713b76347c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/360ecb16-f3ff-4b3b-a817-6ea00ebc67d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/cb001995-abbe-4575-a01e-91d9baf26310_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/c1abdaf5-edb3-49ce-a7df-6c675698118b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/18ca8e4c-e018-4cbc-ba40-d2d8a69c78e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/15439c45-9a30-419a-b47c-fe872b3acc55_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/6c9b8647-bf30-4e1a-aea6-fa4e8694d969_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL12VYH/2026-03-25/image/f425185c-b774-43f8-a097-7d91a6bbc51c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/13 - 11K, 07/14 - 17K, 09/15 - 32K, 07/16 - 51K', 'remarks': '**689** Ex-Private Hire VOSA STATES 24K, 36K, 41K, 50K, 64K, 76K, 83K, 92K, 100K, 109K, 122K, 133K, 140K, 144K, 152K, 162K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ab75dee-6472-4621-80ac-0fefee924681.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd412e47-39bb-506a-ac22-dc9ae930e63c with identifier: 120747101
2026-03-26 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd412e47-39bb-506a-ac22-dc9ae930e63c with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd412e47-39bb-506a-ac22-dc9ae930e63c with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dd412e47-39bb-506a-ac22-dc9ae930e63c, identifier: 120747101
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120742052, 'registration': 'NA66NFU', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 66983, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 566, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-08', 'fuel': 'Diesel', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA66NFU/2026-03-25/image/2db3309d-24f6-430b-8f54-f5a0805d5a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/4bb0bffd-c898-4baf-b4fa-d64a810b1773_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/8aa87101-469e-412d-8c33-09a91cda94ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/06274b0a-f060-4492-8177-8d17de0ac1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/0e0adb8b-4ab7-4261-9b9b-0bf40b4896a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/df96341b-c382-45f3-b0ab-d5a85f266378_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/1c69dc04-453e-4e7b-8d7b-e50f6f9a74b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/fd2ef32d-fbeb-4231-9124-2e744fb3fb4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/f3e932e9-282a-4065-aa72-3fa5e3e155d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/17 - 8K, 09/18 - 14K, 07/19 - 19K, 09/20 - 26K, 09/21 - 33K, 09/22 - 44K, 09/23 - 55K, 09/24 - 60K', 'remarks': '**673** VOSA STATES 19K, 26K, 33K, 44K, 55K, 60K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89420ec4-ac35-474d-b8ff-332327f0917f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120742052, 'registration': 'NA66NFU', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 66983, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 566, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-09-08', 'fuel': 'Diesel', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NA66NFU/2026-03-25/image/2db3309d-24f6-430b-8f54-f5a0805d5a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/4bb0bffd-c898-4baf-b4fa-d64a810b1773_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/8aa87101-469e-412d-8c33-09a91cda94ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/06274b0a-f060-4492-8177-8d17de0ac1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/0e0adb8b-4ab7-4261-9b9b-0bf40b4896a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/df96341b-c382-45f3-b0ab-d5a85f266378_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/1c69dc04-453e-4e7b-8d7b-e50f6f9a74b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/fd2ef32d-fbeb-4231-9124-2e744fb3fb4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NA66NFU/2026-03-25/image/f3e932e9-282a-4065-aa72-3fa5e3e155d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/17 - 8K, 09/18 - 14K, 07/19 - 19K, 09/20 - 26K, 09/21 - 33K, 09/22 - 44K, 09/23 - 55K, 09/24 - 60K', 'remarks': '**673** VOSA STATES 19K, 26K, 33K, 44K, 55K, 60K, 63K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89420ec4-ac35-474d-b8ff-332327f0917f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052
2026-03-26 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 86d8d21e-e4c6-5e90-8967-420dd328d7b4, identifier: 120742052
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674908, 'registration': 'BK22HFU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 35000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 401, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK22HFU/2026-03-23/image/28a2efa9-b385-403c-96e6-ee09e1ddd9be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/a0e695ef-0dec-4d36-a0e1-ff38c1334665_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/80c5a493-c782-4fef-bf0b-adba360117a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/5eaa1b9d-6b3a-4ff3-bbfd-9f4c9e25fc7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/6d0f481e-e0a7-4949-ad41-bd2ca00c8496_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/26322798-4800-43f2-bb40-b961c3935e92_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/ce03ad9b-b53f-4bd0-a09d-6a1dc9a09b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/300fe407-0317-41a0-bc75-361d5caed7e0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23 10K 03/24 19K 03/25 27K', 'remarks': 'VOSA STATES 27K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/353645aa-68e8-4b73-b858-ba11df162e10.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674908, 'registration': 'BK22HFU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 35000, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 401, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-03-27', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK22HFU/2026-03-23/image/28a2efa9-b385-403c-96e6-ee09e1ddd9be_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/a0e695ef-0dec-4d36-a0e1-ff38c1334665_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/80c5a493-c782-4fef-bf0b-adba360117a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/5eaa1b9d-6b3a-4ff3-bbfd-9f4c9e25fc7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/6d0f481e-e0a7-4949-ad41-bd2ca00c8496_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/26322798-4800-43f2-bb40-b961c3935e92_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/ce03ad9b-b53f-4bd0-a09d-6a1dc9a09b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22HFU/2026-03-23/image/300fe407-0317-41a0-bc75-361d5caed7e0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23 10K 03/24 19K 03/25 27K', 'remarks': 'VOSA STATES 27K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/353645aa-68e8-4b73-b858-ba11df162e10.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 024cbf23-038b-54dc-a998-38a6382ee530 with identifier: 120674908
2026-03-26 05:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 024cbf23-038b-54dc-a998-38a6382ee530 with scrape type 2
2026-03-26 05:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 024cbf23-038b-54dc-a998-38a6382ee530 with scrape type 2
2026-03-26 05:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 024cbf23-038b-54dc-a998-38a6382ee530, identifier: 120674908
2026-03-26 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120630361
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630361%27 HTTP/1.1" 200 None
2026-03-26 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120630361: 0
2026-03-26 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120769279
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120769279%27 HTTP/1.1" 200 None
2026-03-26 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120769279: 0
2026-03-26 05:01:29 [astonbarclay.gb] INFO: Found listing with ID: 120255215
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120255215%27 HTTP/1.1" 200 None
2026-03-26 05:01:29 [astonbarclay.gb] INFO: Scrape type for 120255215: 2
2026-03-26 05:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f1f9ce8-51c4-5c32-bacd-71599e43e803 with identifier: 120295687
2026-03-26 05:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f1f9ce8-51c4-5c32-bacd-71599e43e803 with identifier: 120295687
2026-03-26 05:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f1f9ce8-51c4-5c32-bacd-71599e43e803 with identifier: 120295687 to the API
2026-03-26 05:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01: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:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295687?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '7f1f9ce8-51c4-5c32-bacd-71599e43e803',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS72NCD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295687',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 23796,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW N-Connecta 39kWh 5dr Auto',
'transmission': 'automatic',
'trim': '110kW N-Connecta 39kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295687%27 HTTP/1.1" 200 None
2026-03-26 05:01:30 [astonbarclay.gb] INFO: Saving data for 120295687: {'auction_closing_time': 1774519200.0, 'created_time': 1774379836.465937, 'last_price_update_time': 1774501290.701243}
2026-03-26 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295687') HTTP/1.1" 204 0
2026-03-26 05:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e85c88d7-e09c-5c98-9260-1cdca53e53d8 with identifier: 120056865
2026-03-26 05:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e85c88d7-e09c-5c98-9260-1cdca53e53d8 with identifier: 120056865
2026-03-26 05:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e85c88d7-e09c-5c98-9260-1cdca53e53d8 with identifier: 120056865 to the API
2026-03-26 05:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120056865?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'e85c88d7-e09c-5c98-9260-1cdca53e53d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WG74ZNA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120056865',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 11243,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-25',
'seller_name': 'Hatfields Group',
'title': 'PEUGEOT 3008 ESTATE 1.6 Hybrid 225 GT 5dr e-EAT8',
'transmission': 'automatic',
'trim': '1.6 Hybrid 225 GT 5dr e-EAT8',
'vin': None,
'year': 2024}
2026-03-26 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056865%27 HTTP/1.1" 200 None
2026-03-26 05:01:41 [astonbarclay.gb] INFO: Saving data for 120056865: {'auction_closing_time': 1774604700.0, 'created_time': 1773404958.4973, 'last_price_update_time': 1774501301.850766}
2026-03-26 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120056865') HTTP/1.1" 204 0
2026-03-26 05:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dd412e47-39bb-506a-ac22-dc9ae930e63c with identifier: 120747101
2026-03-26 05:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dd412e47-39bb-506a-ac22-dc9ae930e63c with identifier: 120747101
2026-03-26 05:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dd412e47-39bb-506a-ac22-dc9ae930e63c with identifier: 120747101 to the API
2026-03-26 05:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120747101?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'dd412e47-39bb-506a-ac22-dc9ae930e63c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL12VYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120747101',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 164200,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C220 CDI BlueEFFICIENCY Sport '
'4dr Auto',
'transmission': 'automatic',
'trim': 'C220 CDI BlueEFFICIENCY Sport 4dr Auto',
'vin': None,
'year': 2012}
2026-03-26 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120747101%27 HTTP/1.1" 200 None
2026-03-26 05:01:43 [astonbarclay.gb] INFO: Saving data for 120747101: {'auction_closing_time': 1774604700.0, 'created_time': 1774379546.365544, 'last_price_update_time': 1774501303.7134}
2026-03-26 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120747101') HTTP/1.1" 204 0
2026-03-26 05:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052
2026-03-26 05:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052
2026-03-26 05:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 86d8d21e-e4c6-5e90-8967-420dd328d7b4 with identifier: 120742052 to the API
2026-03-26 05:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120742052?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '86d8d21e-e4c6-5e90-8967-420dd328d7b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NA66NFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120742052',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 66983,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-08',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Dynamique Nav 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120742052%27 HTTP/1.1" 200 None
2026-03-26 05:01:45 [astonbarclay.gb] INFO: Saving data for 120742052: {'auction_closing_time': 1774604700.0, 'created_time': 1774379474.987479, 'last_price_update_time': 1774501305.20619}
2026-03-26 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120742052') HTTP/1.1" 204 0
2026-03-26 05:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 024cbf23-038b-54dc-a998-38a6382ee530 with identifier: 120674908
2026-03-26 05:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 024cbf23-038b-54dc-a998-38a6382ee530 with identifier: 120674908
2026-03-26 05:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 024cbf23-038b-54dc-a998-38a6382ee530 with identifier: 120674908 to the API
2026-03-26 05:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674908?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '024cbf23-038b-54dc-a998-38a6382ee530',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK22HFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674908',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 35000,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Acenta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 Acenta 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674908%27 HTTP/1.1" 200 None
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Saving data for 120674908: {'auction_closing_time': 1774519200.0, 'created_time': 1774260322.850516, 'last_price_update_time': 1774501306.771542}
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674908') HTTP/1.1" 204 0
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120539218
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120539218%27 HTTP/1.1" 200 None
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Scrape type for 120539218: 0
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120162821
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120162821%27 HTTP/1.1" 200 None
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Scrape type for 120162821: 0
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Found listing with ID: 120627439
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627439%27 HTTP/1.1" 200 None
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Scrape type for 120627439: 0
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Found listing with ID: 119408215
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119408215%27 HTTP/1.1" 200 None
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Scrape type for 119408215: 2
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120371603, 'registration': 'NG06PVO', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '1.6 VVT-i T Spirit 5dr', 'mileage': 86545, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 588, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-05-10', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG06PVO/2026-03-14/image/b57fb6fc-09d3-481c-8de3-31a6a99a173f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/977aa62e-c635-4184-a240-baef6f36a09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/5843f1fe-8afa-4002-80d1-8c2fd58dc668_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/35370f70-c53c-47fb-aaa4-917df0a39b07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/399f42d1-348f-4556-9dfa-563dd0b246d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/35494f21-0980-41b6-bcf3-792cc222d103_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/70332233-e0c7-4b7d-929e-a8f37ca0384f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/5983bce6-9170-4091-a96d-84f4590364ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/6ac58ade-5307-49ed-8bec-0964adb64ebb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/08 - 23K, 10/09 - 31K, 09/11 - 45K, 05/12 - 52K, 09/12 - 58K, 05/13 - 66K, 09/13 - 69K, 12/13 - 70K, 09/14 - 76K, 09/15 - 77K, 09/16 - 77K, 09/17 - 79K, 09/18 - 79K, 09/19 - 80K, 09/21 - 82K, 09/22 - 83K, 09/23 - 83K, 09/24 - 83K', 'remarks': '**1642**VOSA STATES 28K, 35K, 36K, 45K, 58K, 69K, 76K, 77K, 77K, 79K, 79K, 80K, 81K, 82K, 83K, 83K, 83K, 85K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/55e1d40f-de17-4d10-9ec5-01b027d154ed.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120371603, 'registration': 'NG06PVO', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '1.6 VVT-i T Spirit 5dr', 'mileage': 86545, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 588, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-05-10', 'fuel': 'Petrol', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG06PVO/2026-03-14/image/b57fb6fc-09d3-481c-8de3-31a6a99a173f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/977aa62e-c635-4184-a240-baef6f36a09c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/5843f1fe-8afa-4002-80d1-8c2fd58dc668_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/35370f70-c53c-47fb-aaa4-917df0a39b07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/399f42d1-348f-4556-9dfa-563dd0b246d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/35494f21-0980-41b6-bcf3-792cc222d103_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/70332233-e0c7-4b7d-929e-a8f37ca0384f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/5983bce6-9170-4091-a96d-84f4590364ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG06PVO/2026-03-14/image/6ac58ade-5307-49ed-8bec-0964adb64ebb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/08 - 23K, 10/09 - 31K, 09/11 - 45K, 05/12 - 52K, 09/12 - 58K, 05/13 - 66K, 09/13 - 69K, 12/13 - 70K, 09/14 - 76K, 09/15 - 77K, 09/16 - 77K, 09/17 - 79K, 09/18 - 79K, 09/19 - 80K, 09/21 - 82K, 09/22 - 83K, 09/23 - 83K, 09/24 - 83K', 'remarks': '**1642**VOSA STATES 28K, 35K, 36K, 45K, 58K, 69K, 76K, 77K, 77K, 79K, 79K, 80K, 81K, 82K, 83K, 83K, 83K, 85K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 168, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/55e1d40f-de17-4d10-9ec5-01b027d154ed.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63d0c941-17f9-5923-9eef-345dd54ef99c with identifier: 120371603
2026-03-26 05:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63d0c941-17f9-5923-9eef-345dd54ef99c with scrape type 2
2026-03-26 05:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63d0c941-17f9-5923-9eef-345dd54ef99c with scrape type 2
2026-03-26 05:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 63d0c941-17f9-5923-9eef-345dd54ef99c, identifier: 120371603
2026-03-26 05:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120406177?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 63d0c941-17f9-5923-9eef-345dd54ef99c with identifier: 120371603
2026-03-26 05:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 63d0c941-17f9-5923-9eef-345dd54ef99c with identifier: 120371603
2026-03-26 05:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 63d0c941-17f9-5923-9eef-345dd54ef99c with identifier: 120371603 to the API
2026-03-26 05:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120371603?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 168,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '63d0c941-17f9-5923-9eef-345dd54ef99c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NG06PVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120371603',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'COROLLA HATCHBACK',
'odometer': 86545,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-05-10',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA COROLLA HATCHBACK 1.6 VVT-i T Spirit 5dr',
'transmission': 'manual',
'trim': '1.6 VVT-i T Spirit 5dr',
'vin': None,
'year': 2006}
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371603%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Saving data for 120371603: {'auction_closing_time': 1774604700.0, 'created_time': 1773402859.560517, 'last_price_update_time': 1774501322.024989}
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120371603') HTTP/1.1" 204 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120474035
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120474035%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120474035: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120748919
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748919%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120748919: 2
2026-03-26 05:02: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:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119516479
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119516479%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119516479: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119203393
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119203393%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119203393: 2
2026-03-26 05:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120759183?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120406177, 'registration': 'KM16ZRE', 'account': 'WBA003', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 82 Edition 5dr', 'mileage': 72813, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 595, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-06', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/1e893027-c314-402c-8d31-69a04185699f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/3bbf03af-9748-4a8a-b626-d51714428c03_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/1e2b7e17-5394-44c2-b9aa-9d929e1cca48_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/3762239b-19cd-4cbd-a190-33995c6d7f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/ab3ba479-f233-4aa7-a86a-508acfa08dd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/ad2a157a-1ab5-4f83-82d8-38a2f1a4554c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/e2c44c0b-7c3c-40d7-be4f-7fe16d38d107_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/c5b9db0b-5f53-42c4-a374-cb9f2c480495_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/8d18c0f0-395b-4071-940a-3aab263f6534_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/17 - 14K, 03/18 - 30K, 03/19 - 43K, 07/20 - 55K, 06/21 - 56K, 04/23 - 61K, 07/24 - 66K, 08/25 - 70K,', 'remarks': '**717** VOSA STATES 43K, 55K, 56K, 58K, 62K, 66K, 70K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dd8cd28-606d-48e2-b301-91169f8b7000.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120406177, 'registration': 'KM16ZRE', 'account': 'WBA003', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.2 PureTech 82 Edition 5dr', 'mileage': 72813, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 595, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-08-06', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/1e893027-c314-402c-8d31-69a04185699f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/3bbf03af-9748-4a8a-b626-d51714428c03_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/1e2b7e17-5394-44c2-b9aa-9d929e1cca48_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/3762239b-19cd-4cbd-a190-33995c6d7f6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/ab3ba479-f233-4aa7-a86a-508acfa08dd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/ad2a157a-1ab5-4f83-82d8-38a2f1a4554c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/e2c44c0b-7c3c-40d7-be4f-7fe16d38d107_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/c5b9db0b-5f53-42c4-a374-cb9f2c480495_removebg.jpg?w=600', 'https://abimg003.imgix.net/KM16ZRE/2026-03-13/image/8d18c0f0-395b-4071-940a-3aab263f6534_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 03/17 - 14K, 03/18 - 30K, 03/19 - 43K, 07/20 - 55K, 06/21 - 56K, 04/23 - 61K, 07/24 - 66K, 08/25 - 70K,', 'remarks': '**717** VOSA STATES 43K, 55K, 56K, 58K, 62K, 66K, 70K', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dd8cd28-606d-48e2-b301-91169f8b7000.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 605a89b5-9147-5420-98d5-6c302557d23c with identifier: 120406177
2026-03-26 05:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 605a89b5-9147-5420-98d5-6c302557d23c with scrape type 2
2026-03-26 05:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 605a89b5-9147-5420-98d5-6c302557d23c with scrape type 2
2026-03-26 05:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 605a89b5-9147-5420-98d5-6c302557d23c, identifier: 120406177
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119328399
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119328399%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119328399: 2
2026-03-26 05:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 605a89b5-9147-5420-98d5-6c302557d23c with identifier: 120406177
2026-03-26 05:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 605a89b5-9147-5420-98d5-6c302557d23c with identifier: 120406177
2026-03-26 05:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 605a89b5-9147-5420-98d5-6c302557d23c with identifier: 120406177 to the API
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120406177?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '605a89b5-9147-5420-98d5-6c302557d23c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KM16ZRE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120406177',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 72813,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': 'UKCGR - Select',
'title': 'CITROEN C3 HATCHBACK 1.2 PureTech 82 Edition 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Edition 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406177%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Saving data for 120406177: {'auction_closing_time': 1774604700.0, 'created_time': 1773402782.341753, 'last_price_update_time': 1774501322.770027}
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406177') HTTP/1.1" 204 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119388788
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119388788%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119388788: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119317331
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119317331%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119317331: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 118721473
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118721473%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 118721473: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120760792
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120760792%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120760792: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119619964
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119619964%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119619964: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 118950235
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118950235%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 118950235: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119075795
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119075795%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119075795: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 117599766
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117599766%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 117599766: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 119190331
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119190331%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 119190331: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120365696
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365696%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120365696: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 120406397
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406397%27 HTTP/1.1" 200 None
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Scrape type for 120406397: 0
2026-03-26 05:02:02 [astonbarclay.gb] INFO: Found listing with ID: 117209530
2026-03-26 05:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117209530%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 117209530: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120223015
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120223015%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120223015: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118942407
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118942407%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118942407: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 119505160
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119505160%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 119505160: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120593684
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120593684%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120593684: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118489215
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118489215%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118489215: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120533775
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120533775%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120533775: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120477595
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477595%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120477595: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 119607413
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119607413%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 119607413: 2
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120759183, 'registration': 'OY58VBG', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'X-TRAIL DIESEL STATION WAGON', 'derivative': '2.0 dCi Sport 5dr', 'mileage': 139052, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 583, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-09-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/OY58VBG/2026-03-25/image/e87eaf23-b9c9-452f-aabf-ddfd86d8bc9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/a0932e37-67b2-460e-812f-66ad6bd1eb4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/df6cb0d9-f314-44d2-88cb-df36d96001a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/d05346a0-d2f9-4b32-b8e7-2acfceb1ef5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/f7be7ec8-e87e-4395-b63b-eb460b03b0f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/db7c1346-e3dc-4e9a-aaff-c89cc689315d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/b70e8e8b-0e39-4046-a931-72fcbb628de9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/29fe7534-7ea7-452f-a76d-bfbc22d9dc0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/18cac1cb-f49e-4d89-9a2f-6d6496b9576c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/698fdc66-fa45-4f15-8c5a-00673a0e94ba_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**567** VOSA STATES 27K, 30K, 35K, 37K, 44K, 56K, 70K, 81K, 93K, 99K, 102K, 104K, 110K, 123K, 136K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 190, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e305e63-21b5-4215-9de6-98c36bf77890.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120759183, 'registration': 'OY58VBG', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'X-TRAIL DIESEL STATION WAGON', 'derivative': '2.0 dCi Sport 5dr', 'mileage': 139052, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 583, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-09-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/OY58VBG/2026-03-25/image/e87eaf23-b9c9-452f-aabf-ddfd86d8bc9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/a0932e37-67b2-460e-812f-66ad6bd1eb4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/df6cb0d9-f314-44d2-88cb-df36d96001a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/d05346a0-d2f9-4b32-b8e7-2acfceb1ef5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/f7be7ec8-e87e-4395-b63b-eb460b03b0f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/db7c1346-e3dc-4e9a-aaff-c89cc689315d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/b70e8e8b-0e39-4046-a931-72fcbb628de9_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/29fe7534-7ea7-452f-a76d-bfbc22d9dc0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/18cac1cb-f49e-4d89-9a2f-6d6496b9576c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY58VBG/2026-03-25/image/698fdc66-fa45-4f15-8c5a-00673a0e94ba_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**567** VOSA STATES 27K, 30K, 35K, 37K, 44K, 56K, 70K, 81K, 93K, 99K, 102K, 104K, 110K, 123K, 136K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 190, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e305e63-21b5-4215-9de6-98c36bf77890.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142ac05e-4ec1-53c3-b444-f22752e9242a with identifier: 120759183
2026-03-26 05:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142ac05e-4ec1-53c3-b444-f22752e9242a with scrape type 2
2026-03-26 05:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142ac05e-4ec1-53c3-b444-f22752e9242a with scrape type 2
2026-03-26 05:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 142ac05e-4ec1-53c3-b444-f22752e9242a, identifier: 120759183
2026-03-26 05:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 142ac05e-4ec1-53c3-b444-f22752e9242a with identifier: 120759183
2026-03-26 05:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 142ac05e-4ec1-53c3-b444-f22752e9242a with identifier: 120759183
2026-03-26 05:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 142ac05e-4ec1-53c3-b444-f22752e9242a with identifier: 120759183 to the API
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120759183?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 190,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '142ac05e-4ec1-53c3-b444-f22752e9242a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY58VBG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120759183',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'X-TRAIL DIESEL STATION WAGON',
'odometer': 139052,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-17',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN X-TRAIL DIESEL STATION WAGON 2.0 dCi Sport 5dr',
'transmission': 'manual',
'trim': '2.0 dCi Sport 5dr',
'vin': None,
'year': 2008}
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759183%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Saving data for 120759183: {'auction_closing_time': 1774604700.0, 'created_time': 1774379528.094022, 'last_price_update_time': 1774501323.508406}
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120759183') HTTP/1.1" 204 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 119794583
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119794583%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 119794583: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118514672
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118514672%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118514672: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118991105
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118991105%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118991105: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 113467296
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27113467296%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 113467296: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120264057
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264057%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120264057: 2
2026-03-26 05:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120237760?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 119721273
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119721273%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 119721273: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118344012
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118344012%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118344012: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 116883375
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116883375%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 116883375: 2
2026-03-26 05:02: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:02:03 [astonbarclay.gb] INFO: Found listing with ID: 119908197
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119908197%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 119908197: 2
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118212820
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118212820%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118212820: 2
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 119930099
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119930099%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 119930099: 2
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 118594241
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118594241%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 118594241: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 117180694
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117180694%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 117180694: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 116645412
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116645412%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 116645412: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120222920
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120222920%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120222920: 0
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120129124
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120129124%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120129124: 2
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Found listing with ID: 120300713
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120300713%27 HTTP/1.1" 200 None
2026-03-26 05:02:03 [astonbarclay.gb] INFO: Scrape type for 120300713: 2
2026-03-26 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120454651?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120237760, 'registration': 'KW67VPX', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 SD4 240 HSE Dynamic Luxury 5dr Auto', 'mileage': 46299, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-12-20', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/KW67VPX/2026-03-11/image/5abea2e0-6d7c-403b-9030-79f8e2f22090_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/d5fb8a19-99d3-4a22-a1e2-2a713b820c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/f99c4163-a71b-453c-9726-a0d7e30f6b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/ce8b6566-2976-4052-aac1-7c7cdbc6ca1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/8f336858-1144-4970-87ed-56ed17da7cfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/d9bad73b-2247-4790-8143-0f9c8cb750b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/4656238b-0b70-4d4c-8ce3-ff551e31299f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/9b4e5a4b-3a8e-4624-8e37-fc8787724f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/7f3e9797-e6fb-48bc-afe0-4682eb34014a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 26K', 'remarks': '**64**VOSA STATES 15K, 26K, 29K, 35K, 40K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0e5c3163-8b8e-4df5-a54e-48c5705d1fa4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120237760, 'registration': 'KW67VPX', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 SD4 240 HSE Dynamic Luxury 5dr Auto', 'mileage': 46299, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-12-20', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/KW67VPX/2026-03-11/image/5abea2e0-6d7c-403b-9030-79f8e2f22090_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/d5fb8a19-99d3-4a22-a1e2-2a713b820c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/f99c4163-a71b-453c-9726-a0d7e30f6b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/ce8b6566-2976-4052-aac1-7c7cdbc6ca1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/8f336858-1144-4970-87ed-56ed17da7cfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/d9bad73b-2247-4790-8143-0f9c8cb750b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/4656238b-0b70-4d4c-8ce3-ff551e31299f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/9b4e5a4b-3a8e-4624-8e37-fc8787724f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/KW67VPX/2026-03-11/image/7f3e9797-e6fb-48bc-afe0-4682eb34014a_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 26K', 'remarks': '**64**VOSA STATES 15K, 26K, 29K, 35K, 40K', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0e5c3163-8b8e-4df5-a54e-48c5705d1fa4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d511747-7977-5ade-b9c8-77ba4dd3d9de with identifier: 120237760
2026-03-26 05:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d511747-7977-5ade-b9c8-77ba4dd3d9de with scrape type 2
2026-03-26 05:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d511747-7977-5ade-b9c8-77ba4dd3d9de with scrape type 2
2026-03-26 05:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d511747-7977-5ade-b9c8-77ba4dd3d9de, identifier: 120237760
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120517415
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120517415%27 HTTP/1.1" 200 None
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120517415: 2
2026-03-26 05:02: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:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d511747-7977-5ade-b9c8-77ba4dd3d9de with identifier: 120237760
2026-03-26 05:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d511747-7977-5ade-b9c8-77ba4dd3d9de with identifier: 120237760
2026-03-26 05:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8d511747-7977-5ade-b9c8-77ba4dd3d9de with identifier: 120237760 to the API
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120237760?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '8d511747-7977-5ade-b9c8-77ba4dd3d9de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KW67VPX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120237760',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 46299,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-20',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 SD4 240 HSE Dynamic Luxury '
'5dr Auto',
'transmission': 'automatic',
'trim': '2.0 SD4 240 HSE Dynamic Luxury 5dr Auto',
'vin': None,
'year': 2017}
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120237760%27 HTTP/1.1" 200 None
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Saving data for 120237760: {'auction_closing_time': 1774604700.0, 'created_time': 1773403374.635479, 'last_price_update_time': 1774501324.483522}
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120237760') HTTP/1.1" 204 0
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120657009
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657009%27 HTTP/1.1" 200 None
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120657009: 0
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 120478073
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478073%27 HTTP/1.1" 200 None
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Scrape type for 120478073: 0
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 118913248
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118913248%27 HTTP/1.1" 200 None
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Scrape type for 118913248: 2
2026-03-26 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120356596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120759901?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120475265?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622611?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120454651, 'registration': 'FD14MZN', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d SE-L Lux 5dr', 'mileage': 148528, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 635, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD14MZN/2026-03-16/image/50ba18a5-ce94-403b-8c65-ce555c076c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/b62a2378-31c7-4f5a-90cb-51f73e8c2f76_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/96ada133-b60f-4ce2-9b03-063309b928c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/0db1e012-44d9-46e4-8a0f-64c99d796545_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/c68327de-911d-4824-9b4d-dbcb702b9651_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/bc1235f2-1f2e-4c73-85da-4eb96a84f7ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/5799da1a-f5aa-4772-8ebd-6a74ce6c5e56_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/8d9ce9e4-5073-4d40-838d-668d1bdc8378_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/f22aa387-bf77-430a-b811-80ff0b64cb24_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/15 - 21K, 03/16 - 34K, 10/16 - 46K, 06/17 - 59K, 02/18 - 73K, 10/18 - 85K, 10/19 - 102K', 'remarks': '**603** VOSA STATES 59K, 78K, 96K, 108K, 113K, 121K, 130K, 140K, 148K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4310ab80-924c-4b82-9661-2247af0f09fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120454651, 'registration': 'FD14MZN', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d SE-L Lux 5dr', 'mileage': 148528, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 635, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FD14MZN/2026-03-16/image/50ba18a5-ce94-403b-8c65-ce555c076c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/b62a2378-31c7-4f5a-90cb-51f73e8c2f76_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/96ada133-b60f-4ce2-9b03-063309b928c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/0db1e012-44d9-46e4-8a0f-64c99d796545_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/c68327de-911d-4824-9b4d-dbcb702b9651_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/bc1235f2-1f2e-4c73-85da-4eb96a84f7ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/5799da1a-f5aa-4772-8ebd-6a74ce6c5e56_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/8d9ce9e4-5073-4d40-838d-668d1bdc8378_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD14MZN/2026-03-16/image/f22aa387-bf77-430a-b811-80ff0b64cb24_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/15 - 21K, 03/16 - 34K, 10/16 - 46K, 06/17 - 59K, 02/18 - 73K, 10/18 - 85K, 10/19 - 102K', 'remarks': '**603** VOSA STATES 59K, 78K, 96K, 108K, 113K, 121K, 130K, 140K, 148K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4310ab80-924c-4b82-9661-2247af0f09fa.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6 with identifier: 120454651
2026-03-26 05:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6 with scrape type 2
2026-03-26 05:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6 with scrape type 2
2026-03-26 05:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6, identifier: 120454651
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Found listing with ID: 119621371
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119621371%27 HTTP/1.1" 200 None
2026-03-26 05:02:04 [astonbarclay.gb] INFO: Scrape type for 119621371: 2
2026-03-26 05:02: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:02: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:02: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:02: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:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6 with identifier: 120454651
2026-03-26 05:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6 with identifier: 120454651
2026-03-26 05:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6 with identifier: 120454651 to the API
2026-03-26 05:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120454651?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'bcf4df72-a9f4-5241-84a3-3fbf9dfc76a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FD14MZN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120454651',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'CX-5 DIESEL ESTATE',
'odometer': 148528,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-26',
'seller_name': 'UKCGR - Trade',
'title': 'MAZDA CX-5 DIESEL ESTATE 2.2d SE-L Lux 5dr',
'transmission': 'manual',
'trim': '2.2d SE-L Lux 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454651%27 HTTP/1.1" 200 None
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Saving data for 120454651: {'auction_closing_time': 1774604700.0, 'created_time': 1773655308.628298, 'last_price_update_time': 1774501325.150808}
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120454651') HTTP/1.1" 204 0
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Found listing with ID: 119471463
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119471463%27 HTTP/1.1" 200 None
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Scrape type for 119471463: 2
2026-03-26 05:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119348144?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120356596, 'registration': 'PRZ4018', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 110 GT Line 5dr EAT6', 'mileage': 44381, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-21', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PRZ4018/2026-03-12/image/31acff32-1fdd-4a17-a65c-d222924e20e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/05107cf5-81f1-458d-986d-c36d1f74d77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/0b4079e3-aa26-4b90-9a9c-7f03d38e94a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e1097677-56a9-410c-9676-568d61183af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/a42ee2ff-b7aa-464b-a3a9-41bc2f600bd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/43b55d5b-1895-4ff0-8460-50dea945afcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/eec96b0f-914a-42fa-ac5b-4d535ce89d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e4ea4aa0-b5be-4af6-80d2-4b14a838b1fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/b49fc53a-fb37-46f6-a9eb-0b64ee964f8d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/20- 5K, 06/21- 12K, 06/22- 21K, 06/23- 27K, 06/24- 31K', 'remarks': '**1430**VOSA STATES 21K, 27K, 31K, 43K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08620bdd-7896-4f7a-8cb1-213c20a6a8dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120356596, 'registration': 'PRZ4018', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 110 GT Line 5dr EAT6', 'mileage': 44381, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-21', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/PRZ4018/2026-03-12/image/31acff32-1fdd-4a17-a65c-d222924e20e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/05107cf5-81f1-458d-986d-c36d1f74d77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/0b4079e3-aa26-4b90-9a9c-7f03d38e94a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e1097677-56a9-410c-9676-568d61183af0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/a42ee2ff-b7aa-464b-a3a9-41bc2f600bd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/43b55d5b-1895-4ff0-8460-50dea945afcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/eec96b0f-914a-42fa-ac5b-4d535ce89d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/e4ea4aa0-b5be-4af6-80d2-4b14a838b1fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/PRZ4018/2026-03-12/image/b49fc53a-fb37-46f6-a9eb-0b64ee964f8d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/20- 5K, 06/21- 12K, 06/22- 21K, 06/23- 27K, 06/24- 31K', 'remarks': '**1430**VOSA STATES 21K, 27K, 31K, 43K SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/08620bdd-7896-4f7a-8cb1-213c20a6a8dc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596
2026-03-26 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dd52a9ae-0f10-5610-84d8-f308ce27f5e1, identifier: 120356596
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120759901, 'registration': 'SV09HCO', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 HATCHBACK SPECIAL EDITIONS', 'derivative': '2.0 TDI 170 Quattro Black Edition 3dr', 'mileage': 198813, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 632, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-06-16', 'fuel': 'Diesel', 'motExpiry': '2026-11-26', 'doors': 3, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV09HCO/2026-03-25/image/88b35a30-eefb-421e-87b0-606f60cdeb79_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/c61038bb-f71e-457c-976c-e4e40fb8ef05_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/1ba74120-2a5f-45bc-ac15-0dec65c8e24b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/ae51607b-bc2f-42d4-9e62-84ce3a5e8615_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/67039f0a-9864-4015-8f80-63c4bff41503_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/2005d6db-08b0-4671-a918-fb07354d9279_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/c3d23d53-1be6-4278-8c48-e938e78c9af8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/0d52bca9-658b-4251-8fdf-665e83923f0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/23c03623-f6ca-43ec-9526-9201aaf7368f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book NO DATES - 16K, 27K, 46K, 61K, 80K, 88K, 91K, 142K, 158K,', 'remarks': '**404** VOSA STATES 33K, 42K, 48K, 53K, 54K, 68K, 82K, 91K, 98K, 104K, 117K, 136K, 154K, 174K, 193K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ccb076a-9368-4ef4-ae57-e5f6bea37ade.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120759901, 'registration': 'SV09HCO', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A3 HATCHBACK SPECIAL EDITIONS', 'derivative': '2.0 TDI 170 Quattro Black Edition 3dr', 'mileage': 198813, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 632, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-06-16', 'fuel': 'Diesel', 'motExpiry': '2026-11-26', 'doors': 3, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SV09HCO/2026-03-25/image/88b35a30-eefb-421e-87b0-606f60cdeb79_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/c61038bb-f71e-457c-976c-e4e40fb8ef05_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/1ba74120-2a5f-45bc-ac15-0dec65c8e24b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/ae51607b-bc2f-42d4-9e62-84ce3a5e8615_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/67039f0a-9864-4015-8f80-63c4bff41503_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/2005d6db-08b0-4671-a918-fb07354d9279_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/c3d23d53-1be6-4278-8c48-e938e78c9af8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/0d52bca9-658b-4251-8fdf-665e83923f0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV09HCO/2026-03-25/image/23c03623-f6ca-43ec-9526-9201aaf7368f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book NO DATES - 16K, 27K, 46K, 61K, 80K, 88K, 91K, 142K, 158K,', 'remarks': '**404** VOSA STATES 33K, 42K, 48K, 53K, 54K, 68K, 82K, 91K, 98K, 104K, 117K, 136K, 154K, 174K, 193K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ccb076a-9368-4ef4-ae57-e5f6bea37ade.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3cf2ec9-881e-5406-b3c7-dea950a06f0b with identifier: 120759901
2026-03-26 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3cf2ec9-881e-5406-b3c7-dea950a06f0b with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3cf2ec9-881e-5406-b3c7-dea950a06f0b with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a3cf2ec9-881e-5406-b3c7-dea950a06f0b, identifier: 120759901
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120475265, 'registration': 'PK71VTC', 'account': 'VAN040', 'make': 'VAUXHALL', 'model': 'CROSSLAND HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 17658, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2021-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK71VTC/2026-03-21/image/9490b500-6dec-420b-a9aa-e4ca3bcaf48d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/9b1a702d-725a-43b8-915c-6091140405a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/a132d602-c144-493b-a28d-62ed774531de_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/6e3dd6f1-67a4-4ceb-b8d3-3fc568be1b7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/186cc217-1231-4748-9ba6-28dcd6b93a1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/18fd2d00-f8bd-45fa-b257-e30138d0f01a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/9ee68ea0-24ec-4077-bf86-356364dd6031_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/1353f6d9-459a-4664-8ba7-838f7f22f250_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/4500948c-0d8d-4515-87e9-e448dc5974fc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/22 - 5K, 05/24 - 9K, 05/25 - 14K,', 'remarks': '**1203** VOSA STATES 9K, 14K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8b27ff7f-3be8-46ba-a57b-77eaaee8083b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120475265, 'registration': 'PK71VTC', 'account': 'VAN040', 'make': 'VAUXHALL', 'model': 'CROSSLAND HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 17658, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2021-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PK71VTC/2026-03-21/image/9490b500-6dec-420b-a9aa-e4ca3bcaf48d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/9b1a702d-725a-43b8-915c-6091140405a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/a132d602-c144-493b-a28d-62ed774531de_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/6e3dd6f1-67a4-4ceb-b8d3-3fc568be1b7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/186cc217-1231-4748-9ba6-28dcd6b93a1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/18fd2d00-f8bd-45fa-b257-e30138d0f01a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/9ee68ea0-24ec-4077-bf86-356364dd6031_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/1353f6d9-459a-4664-8ba7-838f7f22f250_removebg.jpg?w=600', 'https://abimg003.imgix.net/PK71VTC/2026-03-21/image/4500948c-0d8d-4515-87e9-e448dc5974fc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/22 - 5K, 05/24 - 9K, 05/25 - 14K,', 'remarks': '**1203** VOSA STATES 9K, 14K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8b27ff7f-3be8-46ba-a57b-77eaaee8083b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c847ee9e-dee0-53f7-9f72-ce0f5bd54e33 with identifier: 120475265
2026-03-26 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c847ee9e-dee0-53f7-9f72-ce0f5bd54e33 with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c847ee9e-dee0-53f7-9f72-ce0f5bd54e33 with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c847ee9e-dee0-53f7-9f72-ce0f5bd54e33, identifier: 120475265
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622611, 'registration': 'DY59WZH', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'XC70 DIESEL ESTATE', 'derivative': '2.4D [175] DRIVe SE 5dr 2WD', 'mileage': 144556, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DY59WZH/2026-03-20/image/c93083ab-05a1-4181-aa8d-fe926ff06762_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/71a1ba64-c952-4ed0-99cb-b0822f100c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/0ed75603-a5b3-4736-b334-81357cb0e47f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/29007c4b-37e8-413a-8b1e-40b926c0f849_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/198669df-7f33-45f4-a2a6-5efd2ae524d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/9e60fa42-8915-4cb2-ad86-1b0a26c40eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/bc09c559-63df-4b4e-b3b1-9ed7e990adc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/c005b10a-e5bf-4961-b497-95d248920b72_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/d9f60c90-5792-4728-b021-abe892577160_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/11 - 12K, 04/12 - 18K, 04/13 - 25K, 03/14 - 40K, 06/15 - 51K, 05/21 - 83K,', 'remarks': '**694** VOSA STATES 26K, 33K, 46K, 53K, 57K, 62K, 68K, 72K, 76K, 79K, 81K, 84K, 88K, 90K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d047dfe-659a-457f-bfac-99986777c117.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622611, 'registration': 'DY59WZH', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'XC70 DIESEL ESTATE', 'derivative': '2.4D [175] DRIVe SE 5dr 2WD', 'mileage': 144556, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-06-29', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DY59WZH/2026-03-20/image/c93083ab-05a1-4181-aa8d-fe926ff06762_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/71a1ba64-c952-4ed0-99cb-b0822f100c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/0ed75603-a5b3-4736-b334-81357cb0e47f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/29007c4b-37e8-413a-8b1e-40b926c0f849_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/198669df-7f33-45f4-a2a6-5efd2ae524d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/9e60fa42-8915-4cb2-ad86-1b0a26c40eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/bc09c559-63df-4b4e-b3b1-9ed7e990adc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/c005b10a-e5bf-4961-b497-95d248920b72_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY59WZH/2026-03-20/image/d9f60c90-5792-4728-b021-abe892577160_removebg.jpg?w=600'], 'colour': 'GOLD', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/11 - 12K, 04/12 - 18K, 04/13 - 25K, 03/14 - 40K, 06/15 - 51K, 05/21 - 83K,', 'remarks': '**694** VOSA STATES 26K, 33K, 46K, 53K, 57K, 62K, 68K, 72K, 76K, 79K, 81K, 84K, 88K, 90K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 157, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d047dfe-659a-457f-bfac-99986777c117.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beb9f3c2-ff71-5aa2-8e0f-5066267a23d4 with identifier: 120622611
2026-03-26 05:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beb9f3c2-ff71-5aa2-8e0f-5066267a23d4 with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item beb9f3c2-ff71-5aa2-8e0f-5066267a23d4 with scrape type 2
2026-03-26 05:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: beb9f3c2-ff71-5aa2-8e0f-5066267a23d4, identifier: 120622611
2026-03-26 05:02: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:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596
2026-03-26 05:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596
2026-03-26 05:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dd52a9ae-0f10-5610-84d8-f308ce27f5e1 with identifier: 120356596 to the API
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120356596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'dd52a9ae-0f10-5610-84d8-f308ce27f5e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PRZ4018',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120356596',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 44381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-21',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 110 GT Line 5dr EAT6',
'transmission': 'automatic',
'trim': '1.2 PureTech 110 GT Line 5dr EAT6',
'vin': None,
'year': 2019}
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120356596%27 HTTP/1.1" 200 None
2026-03-26 05:02:05 [astonbarclay.gb] INFO: Saving data for 120356596: {'auction_closing_time': 1774604700.0, 'created_time': 1773402761.376511, 'last_price_update_time': 1774501325.971133}
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120356596') HTTP/1.1" 204 0
2026-03-26 05:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a3cf2ec9-881e-5406-b3c7-dea950a06f0b with identifier: 120759901
2026-03-26 05:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a3cf2ec9-881e-5406-b3c7-dea950a06f0b with identifier: 120759901
2026-03-26 05:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a3cf2ec9-881e-5406-b3c7-dea950a06f0b with identifier: 120759901 to the API
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120759901?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'a3cf2ec9-881e-5406-b3c7-dea950a06f0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV09HCO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120759901',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A3 HATCHBACK SPECIAL EDITIONS',
'odometer': 198813,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-16',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A3 HATCHBACK SPECIAL EDITIONS 2.0 TDI 170 Quattro Black '
'Edition 3dr',
'transmission': 'manual',
'trim': '2.0 TDI 170 Quattro Black Edition 3dr',
'vin': None,
'year': 2009}
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759901%27 HTTP/1.1" 200 None
2026-03-26 05:02:06 [astonbarclay.gb] INFO: Saving data for 120759901: {'auction_closing_time': 1774604700.0, 'created_time': 1774379465.056402, 'last_price_update_time': 1774501326.247525}
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120759901') HTTP/1.1" 204 0
2026-03-26 05:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c847ee9e-dee0-53f7-9f72-ce0f5bd54e33 with identifier: 120475265
2026-03-26 05:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c847ee9e-dee0-53f7-9f72-ce0f5bd54e33 with identifier: 120475265
2026-03-26 05:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c847ee9e-dee0-53f7-9f72-ce0f5bd54e33 with identifier: 120475265 to the API
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120475265?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'c847ee9e-dee0-53f7-9f72-ce0f5bd54e33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK71VTC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120475265',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CROSSLAND HATCHBACK',
'odometer': 17658,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-30',
'seller_name': 'Vantage Motor Group',
'title': 'VAUXHALL CROSSLAND HATCHBACK 1.2 SE 5dr',
'transmission': 'manual',
'trim': '1.2 SE 5dr',
'vin': None,
'year': 2021}
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475265%27 HTTP/1.1" 200 None
2026-03-26 05:02:06 [astonbarclay.gb] INFO: Saving data for 120475265: {'auction_closing_time': 1774604700.0, 'created_time': 1773863063.453098, 'last_price_update_time': 1774501326.599788}
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120475265') HTTP/1.1" 204 0
2026-03-26 05:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: beb9f3c2-ff71-5aa2-8e0f-5066267a23d4 with identifier: 120622611
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GOLD HTTP/1.1" 200 None
2026-03-26 05:02:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:02:06 [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:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: beb9f3c2-ff71-5aa2-8e0f-5066267a23d4 with identifier: 120622611
2026-03-26 05:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: beb9f3c2-ff71-5aa2-8e0f-5066267a23d4 with identifier: 120622611 to the API
2026-03-26 05:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622611?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 157,
'color': 'GOLD',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'beb9f3c2-ff71-5aa2-8e0f-5066267a23d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY59WZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622611',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'XC70 DIESEL ESTATE',
'odometer': 144556,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-24',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO XC70 DIESEL ESTATE 2.4D [175] DRIVe SE 5dr 2WD',
'transmission': 'manual',
'trim': '2.4D [175] DRIVe SE 5dr 2WD',
'vin': None,
'year': 2009}
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622611%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Saving data for 120622611: {'auction_closing_time': 1774604700.0, 'created_time': 1773947277.654641, 'last_price_update_time': 1774501327.0994}
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622611') HTTP/1.1" 204 0
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120309163
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120309163%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120309163: 0
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120114758
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120114758%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120114758: 2
2026-03-26 05:02:07 [scrapy.extensions.logstats] INFO: Crawled 111 pages (at 30 pages/min), scraped 108 items (at 29 items/min)
2026-03-26 05:02:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 05:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120661959?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119328453?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119348144, 'registration': 'WG72ZXV', 'account': 'KIN032', 'make': 'VOLVO', 'model': 'XC40 ESTATE', 'derivative': '2.0 B3P Core 5dr Auto', 'mileage': 24663, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/5489eb36-2e15-48fd-9c92-175e2e6e2246_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/f928fe71-49b4-481d-b778-b0941e4e959d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/fecfa27e-09f2-486e-a18c-06e4f3bfd428_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/5064a8af-b03a-43ed-a883-29a80bc1e23d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/dacd50ee-473a-48b4-a81d-72dbf886e6ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/ec016b9a-6b70-414d-9c37-c816433fe850_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/f9fecd41-85be-49b7-96f7-43e781e8ef02_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/57d9c104-1f9b-4df8-a132-29fc23841185_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/7b8a65ba-6070-49b9-ad9d-dcb512d540e4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/23- 6K, 11/24- 14K,', 'remarks': '**220**VOSA STATES 22K SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b3134a2-e313-4a30-ab94-85cd63be699b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119348144, 'registration': 'WG72ZXV', 'account': 'KIN032', 'make': 'VOLVO', 'model': 'XC40 ESTATE', 'derivative': '2.0 B3P Core 5dr Auto', 'mileage': 24663, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-12-20', 'doors': 5, 'engineSize': 1969, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/5489eb36-2e15-48fd-9c92-175e2e6e2246_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/f928fe71-49b4-481d-b778-b0941e4e959d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/fecfa27e-09f2-486e-a18c-06e4f3bfd428_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/5064a8af-b03a-43ed-a883-29a80bc1e23d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/dacd50ee-473a-48b4-a81d-72dbf886e6ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/ec016b9a-6b70-414d-9c37-c816433fe850_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/f9fecd41-85be-49b7-96f7-43e781e8ef02_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/57d9c104-1f9b-4df8-a132-29fc23841185_removebg.jpg?w=600', 'https://abimg003.imgix.net/WG72ZXV/2026-02-06/image/7b8a65ba-6070-49b9-ad9d-dcb512d540e4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 12/23- 6K, 11/24- 14K,', 'remarks': '**220**VOSA STATES 22K SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b3134a2-e313-4a30-ab94-85cd63be699b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b with identifier: 119348144
2026-03-26 05:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b with scrape type 2
2026-03-26 05:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b with scrape type 2
2026-03-26 05:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b, identifier: 119348144
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 114657057
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114657057%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Scrape type for 114657057: 2
2026-03-26 05:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b with identifier: 119348144
2026-03-26 05:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b with identifier: 119348144
2026-03-26 05:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b with identifier: 119348144 to the API
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119348144?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '16ef7fdc-ae84-5c9e-8ec1-44d17d708f9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WG72ZXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119348144',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'XC40 ESTATE',
'odometer': 24663,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-21',
'seller_name': 'Kinto',
'title': 'VOLVO XC40 ESTATE 2.0 B3P Core 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 B3P Core 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119348144%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Saving data for 119348144: {'auction_closing_time': 1774604700.0, 'created_time': 1774271159.908644, 'last_price_update_time': 1774501327.58147}
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119348144') HTTP/1.1" 204 0
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 120098736
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098736%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Scrape type for 120098736: 2
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120661959, 'registration': 'FD21CZG', 'account': 'VAN041', 'make': 'TOYOTA', 'model': 'HILUX DIESEL', 'derivative': 'Invincible X D/Cab Pick Up 2.8 D-4D Auto', 'mileage': 78603, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-05-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-20', 'doors': None, 'engineSize': 2755, 'bodyType': 'Light 4X4 Utility', 'images': ['https://abimg002.imgix.net/923b5e15-808c-449f-ad93-ac0489178073.jpg?w=600', 'https://abimg002.imgix.net/dac6b0c5-b99b-4139-8784-df23754717e1.jpg?w=600', 'https://abimg002.imgix.net/d504c2f4-ce12-4ef4-ba21-3c2f0ae86cbe.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '**1206** VOSA STATES 9K, 68K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 248, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120661959, 'registration': 'FD21CZG', 'account': 'VAN041', 'make': 'TOYOTA', 'model': 'HILUX DIESEL', 'derivative': 'Invincible X D/Cab Pick Up 2.8 D-4D Auto', 'mileage': 78603, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-05-21', 'fuel': 'Diesel', 'motExpiry': '2026-05-20', 'doors': None, 'engineSize': 2755, 'bodyType': 'Light 4X4 Utility', 'images': ['https://abimg002.imgix.net/923b5e15-808c-449f-ad93-ac0489178073.jpg?w=600', 'https://abimg002.imgix.net/dac6b0c5-b99b-4139-8784-df23754717e1.jpg?w=600', 'https://abimg002.imgix.net/d504c2f4-ce12-4ef4-ba21-3c2f0ae86cbe.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'EVALUATE', 'serviceHistory': '', 'remarks': '**1206** VOSA STATES 9K, 68K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 248, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fd2c4a8-1149-5782-b058-0d41b415aebf with identifier: 120661959
2026-03-26 05:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fd2c4a8-1149-5782-b058-0d41b415aebf with scrape type 2
2026-03-26 05:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fd2c4a8-1149-5782-b058-0d41b415aebf with scrape type 2
2026-03-26 05:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8fd2c4a8-1149-5782-b058-0d41b415aebf, identifier: 120661959
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119328453, 'registration': 'SE24UXX', 'account': 'KIN032', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW SE EV Long Range 64kWh 5dr Auto', 'mileage': 2885, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-08-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE24UXX/2026-02-06/image/251bd2af-b165-4798-909d-cf64ea6cd0b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/75f44094-a923-4e38-989d-401e7b7c0d9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/6878beac-bf77-49f1-aba3-6a89620f6eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/964105d5-3579-4e69-a85f-d8bada6d601a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/7616b37a-2820-4493-be6b-4dad6e8dc7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/4abc857b-b8e2-4933-94c6-cc901cc5f737_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/b066feee-f0d1-4eb9-a33a-857ae4e8f08e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/7cc6b4a1-63cd-4c3f-8f90-dc80808fc715_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/0fdf385d-1062-42ba-b011-564d9f9b5e68_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/25- 2K', 'remarks': '**249** SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a60a6656-a6f7-41b8-bbe8-6e77811d6d10.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119328453, 'registration': 'SE24UXX', 'account': 'KIN032', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW SE EV Long Range 64kWh 5dr Auto', 'mileage': 2885, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-08-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE24UXX/2026-02-06/image/251bd2af-b165-4798-909d-cf64ea6cd0b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/75f44094-a923-4e38-989d-401e7b7c0d9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/6878beac-bf77-49f1-aba3-6a89620f6eff_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/964105d5-3579-4e69-a85f-d8bada6d601a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/7616b37a-2820-4493-be6b-4dad6e8dc7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/4abc857b-b8e2-4933-94c6-cc901cc5f737_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/b066feee-f0d1-4eb9-a33a-857ae4e8f08e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/7cc6b4a1-63cd-4c3f-8f90-dc80808fc715_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE24UXX/2026-02-06/image/0fdf385d-1062-42ba-b011-564d9f9b5e68_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/25- 2K', 'remarks': '**249** SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a60a6656-a6f7-41b8-bbe8-6e77811d6d10.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9b9456a-8002-5e82-9776-3bac7a521e77 with identifier: 119328453
2026-03-26 05:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b9456a-8002-5e82-9776-3bac7a521e77 with scrape type 2
2026-03-26 05:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9b9456a-8002-5e82-9776-3bac7a521e77 with scrape type 2
2026-03-26 05:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a9b9456a-8002-5e82-9776-3bac7a521e77, identifier: 119328453
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Found listing with ID: 119180124
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119180124%27 HTTP/1.1" 200 None
2026-03-26 05:02:07 [astonbarclay.gb] INFO: Scrape type for 119180124: 2
2026-03-26 05:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8fd2c4a8-1149-5782-b058-0d41b415aebf with identifier: 120661959
2026-03-26 05:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8fd2c4a8-1149-5782-b058-0d41b415aebf with identifier: 120661959
2026-03-26 05:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8fd2c4a8-1149-5782-b058-0d41b415aebf with identifier: 120661959 to the API
2026-03-26 05:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120661959?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 248,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.8L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '8fd2c4a8-1149-5782-b058-0d41b415aebf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FD21CZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120661959',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'HILUX DIESEL',
'odometer': 78603,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-21',
'seller_name': 'Vantage Motor Group',
'title': 'TOYOTA HILUX DIESEL Invincible X D/Cab Pick Up 2.8 D-4D Auto',
'transmission': 'automatic',
'trim': 'Invincible X D/Cab Pick Up 2.8 D-4D Auto',
'vin': None,
'year': 2021}
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120661959%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Saving data for 120661959: {'auction_closing_time': 1774604700.0, 'created_time': 1774379567.46889, 'last_price_update_time': 1774501328.128946}
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120661959') HTTP/1.1" 204 0
2026-03-26 05:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a9b9456a-8002-5e82-9776-3bac7a521e77 with identifier: 119328453
2026-03-26 05:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a9b9456a-8002-5e82-9776-3bac7a521e77 with identifier: 119328453
2026-03-26 05:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a9b9456a-8002-5e82-9776-3bac7a521e77 with identifier: 119328453 to the API
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119328453?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'a9b9456a-8002-5e82-9776-3bac7a521e77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SE24UXX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119328453',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'MG4 HATCHBACK',
'odometer': 2885,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-22',
'seller_name': 'Kinto',
'title': 'MG MOTOR UK MG4 HATCHBACK 150kW SE EV Long Range 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW SE EV Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119328453%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Saving data for 119328453: {'auction_closing_time': 1774604700.0, 'created_time': 1774271122.291808, 'last_price_update_time': 1774501328.42006}
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119328453') HTTP/1.1" 204 0
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120297730
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120297730%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 120297730: 0
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 119270827
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119270827%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 119270827: 2
2026-03-26 05:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119408215?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118537231?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631389?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119348869?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120470186?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120043895
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120043895%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 120043895: 2
2026-03-26 05:02: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:02: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:02: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:02: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:02:08 [astonbarclay.gb] INFO: Found listing with ID: 117402269
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117402269%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 117402269: 2
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 114700028
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114700028%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 114700028: 0
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120443709
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443709%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 120443709: 0
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 119837652
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119837652%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 119837652: 2
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 119848508
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119848508%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 119848508: 2
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 120196358
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120196358%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 120196358: 0
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Found listing with ID: 114262881
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114262881%27 HTTP/1.1" 200 None
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Scrape type for 114262881: 2
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119408215, 'registration': 'DK22OEB', 'account': 'KIN032', 'make': 'FORD', 'model': 'KUGA ST-LINE X PHEV CVT', 'derivative': None, 'mileage': 16800, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-07-26', 'fuel': 'Hybrid Electric', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DK22OEB/2026-03-23/image/ae23a691-e22e-4350-8b09-5e4d685a4416_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/d7cf7923-0c02-44f2-ae4f-e2aa19ba9982_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/2644224d-7e77-48cb-b698-dc60f33a24d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/a4504b64-9228-42a8-8e08-04c1d50abb32_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/c3eb810e-f43a-461a-9521-109daefbc540_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/75775480-accc-4692-bf08-6efc16c4945f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/a7c03d06-0862-4b1e-9095-072125dc569d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/7b9155dd-a522-4fc1-8d87-8f2cd821ead8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/882d5e75-84d6-46f4-ad02-0f1559e95f91_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/24 - 10K, 01/26 - 16K,', 'remarks': '**207** VOSA STATES 14K, SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 25, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d321c8a-caf5-4401-a6dd-fe5a6608edde.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119408215, 'registration': 'DK22OEB', 'account': 'KIN032', 'make': 'FORD', 'model': 'KUGA ST-LINE X PHEV CVT', 'derivative': None, 'mileage': 16800, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-07-26', 'fuel': 'Hybrid Electric', 'motExpiry': '2026-07-25', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DK22OEB/2026-03-23/image/ae23a691-e22e-4350-8b09-5e4d685a4416_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/d7cf7923-0c02-44f2-ae4f-e2aa19ba9982_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/2644224d-7e77-48cb-b698-dc60f33a24d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/a4504b64-9228-42a8-8e08-04c1d50abb32_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/c3eb810e-f43a-461a-9521-109daefbc540_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/75775480-accc-4692-bf08-6efc16c4945f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/a7c03d06-0862-4b1e-9095-072125dc569d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/7b9155dd-a522-4fc1-8d87-8f2cd821ead8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK22OEB/2026-03-23/image/882d5e75-84d6-46f4-ad02-0f1559e95f91_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/24 - 10K, 01/26 - 16K,', 'remarks': '**207** VOSA STATES 14K, SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 25, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d321c8a-caf5-4401-a6dd-fe5a6608edde.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 188a0466-834a-5763-8ccd-d4077bffd810 with identifier: 119408215
2026-03-26 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 188a0466-834a-5763-8ccd-d4077bffd810 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 188a0466-834a-5763-8ccd-d4077bffd810 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 188a0466-834a-5763-8ccd-d4077bffd810, identifier: 119408215
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118537231, 'registration': 'YM73KNN', 'account': 'KIN032', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.4 eHybrid 204 V1 5dr DSG', 'mileage': 17598, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-01-24', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YM73KNN/2026-01-13/image/ace642cd-4e5b-4f4f-ba9d-a24f440016f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/f0ef636d-09e4-49b1-8319-f3ef6845f9d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/4e8ab714-5d4b-41ac-8b5f-8eda3ddeb10a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/1836f6e4-450b-43fd-baed-719970767312_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/5cfc19a1-e869-407a-b1c7-d1cc258b835c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/27953884-2c40-481a-8322-566c6e3786c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/7754ca1f-af30-436e-9c01-ec52492187a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/8cdb7b10-8ced-426d-bdf0-5fad6b0fede8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/16116c5f-ad58-40c5-9354-f2255c1a9b64_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '(NO SERVICE HISTORY)', 'remarks': '**309** CHARGING LEAD Special matt - Petrol blue\t/ 18"" \'Performance\' machined sport black and silver alloy wheels / PVC/Cloth - Black with copper stitching + sport seat SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 27, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8641a1da-9986-4f37-9f62-146e3c6eea1c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118537231, 'registration': 'YM73KNN', 'account': 'KIN032', 'make': 'CUPRA', 'model': 'FORMENTOR ESTATE', 'derivative': '1.4 eHybrid 204 V1 5dr DSG', 'mileage': 17598, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-01-24', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YM73KNN/2026-01-13/image/ace642cd-4e5b-4f4f-ba9d-a24f440016f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/f0ef636d-09e4-49b1-8319-f3ef6845f9d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/4e8ab714-5d4b-41ac-8b5f-8eda3ddeb10a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/1836f6e4-450b-43fd-baed-719970767312_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/5cfc19a1-e869-407a-b1c7-d1cc258b835c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/27953884-2c40-481a-8322-566c6e3786c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/7754ca1f-af30-436e-9c01-ec52492187a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/8cdb7b10-8ced-426d-bdf0-5fad6b0fede8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM73KNN/2026-01-13/image/16116c5f-ad58-40c5-9354-f2255c1a9b64_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '(NO SERVICE HISTORY)', 'remarks': '**309** CHARGING LEAD Special matt - Petrol blue\t/ 18"" \'Performance\' machined sport black and silver alloy wheels / PVC/Cloth - Black with copper stitching + sport seat SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 27, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8641a1da-9986-4f37-9f62-146e3c6eea1c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edd82518-b57c-5b27-8c33-dac8bbdd0c18 with identifier: 118537231
2026-03-26 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edd82518-b57c-5b27-8c33-dac8bbdd0c18 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edd82518-b57c-5b27-8c33-dac8bbdd0c18 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: edd82518-b57c-5b27-8c33-dac8bbdd0c18, identifier: 118537231
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631389, 'registration': 'YY22FUP', 'account': 'VAN040', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0T GDi 48V MHD Premium 5dr', 'mileage': 12401, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-05-12', 'fuel': 'Petrol', 'motExpiry': '2026-05-11', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY22FUP/2026-03-25/image/25815cef-0562-415b-9ec9-8713262c2163_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/f831a1c8-29ca-4cb7-a803-7f2f7e1b49c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/ff5ab619-2b51-4326-9dc4-87d137fe068a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/90355160-9c3c-4fff-a9c4-d4b44fe6e3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/87ce2817-1e58-4bd8-936e-84e02bf7c9b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/28ffc34b-b01e-43be-b19e-d55406786a47_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/7386d706-79a3-4f13-b0ff-24d811d3240c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/9f1ad3cc-7e0b-4f9c-8187-1ad16385b82c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/a5bee7d1-1a93-416d-bdb4-b0492d25282a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/23 - 3K, 05/24 - 6K, 05/25 - 10K,', 'remarks': '**1329** VOSA STATES 10K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d29b322b-65bc-435e-8ace-9d95c15d7d1c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631389, 'registration': 'YY22FUP', 'account': 'VAN040', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0T GDi 48V MHD Premium 5dr', 'mileage': 12401, 'mileageWarranty': False, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-05-12', 'fuel': 'Petrol', 'motExpiry': '2026-05-11', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY22FUP/2026-03-25/image/25815cef-0562-415b-9ec9-8713262c2163_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/f831a1c8-29ca-4cb7-a803-7f2f7e1b49c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/ff5ab619-2b51-4326-9dc4-87d137fe068a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/90355160-9c3c-4fff-a9c4-d4b44fe6e3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/87ce2817-1e58-4bd8-936e-84e02bf7c9b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/28ffc34b-b01e-43be-b19e-d55406786a47_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/7386d706-79a3-4f13-b0ff-24d811d3240c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/9f1ad3cc-7e0b-4f9c-8187-1ad16385b82c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY22FUP/2026-03-25/image/a5bee7d1-1a93-416d-bdb4-b0492d25282a_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/23 - 3K, 05/24 - 6K, 05/25 - 10K,', 'remarks': '**1329** VOSA STATES 10K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d29b322b-65bc-435e-8ace-9d95c15d7d1c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecd070e4-296d-5221-8449-6fd7d45f99a7 with identifier: 120631389
2026-03-26 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecd070e4-296d-5221-8449-6fd7d45f99a7 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecd070e4-296d-5221-8449-6fd7d45f99a7 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ecd070e4-296d-5221-8449-6fd7d45f99a7, identifier: 120631389
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119348869, 'registration': 'YR73CLO', 'account': 'KIN032', 'make': 'VOLVO', 'model': 'XC40 ELECTRIC ESTATE', 'derivative': '300kW Recharge Twin Ultimate 82kWh 5dr AWD Auto', 'mileage': 17230, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-12-01', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR73CLO/2026-02-09/image/f0b5910c-3e1c-4565-bd2b-d2be00a27d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/20c7321e-d360-486f-91fb-940d7c7fc9f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/be8e36b0-f407-4b92-a3e7-62e96c072ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/b5c0b4df-1f64-4fe3-8595-cfe4f748b773_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/6eb6b479-e385-48e3-9d17-a32fcb2b9ed8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/f1eb0417-7cfb-41c6-af8b-6b11491a8a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/fb625e21-6709-4511-817c-7cf053c62821_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/9a037d64-ed6b-4ad2-b7e2-0acf2dc16b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/5e0bef02-9b6b-483f-b754-0c226b98f5bb_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/25- 15K,', 'remarks': '**279** SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/30a3d1d1-c0e4-45b5-9fa3-eb61603622bf.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119348869, 'registration': 'YR73CLO', 'account': 'KIN032', 'make': 'VOLVO', 'model': 'XC40 ELECTRIC ESTATE', 'derivative': '300kW Recharge Twin Ultimate 82kWh 5dr AWD Auto', 'mileage': 17230, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-12-01', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YR73CLO/2026-02-09/image/f0b5910c-3e1c-4565-bd2b-d2be00a27d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/20c7321e-d360-486f-91fb-940d7c7fc9f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/be8e36b0-f407-4b92-a3e7-62e96c072ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/b5c0b4df-1f64-4fe3-8595-cfe4f748b773_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/6eb6b479-e385-48e3-9d17-a32fcb2b9ed8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/f1eb0417-7cfb-41c6-af8b-6b11491a8a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/fb625e21-6709-4511-817c-7cf053c62821_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/9a037d64-ed6b-4ad2-b7e2-0acf2dc16b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR73CLO/2026-02-09/image/5e0bef02-9b6b-483f-b754-0c226b98f5bb_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/25- 15K,', 'remarks': '**279** SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/30a3d1d1-c0e4-45b5-9fa3-eb61603622bf.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53f21420-04f1-57d1-b37c-c273dba7d158 with identifier: 119348869
2026-03-26 05:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53f21420-04f1-57d1-b37c-c273dba7d158 with scrape type 2
2026-03-26 05:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53f21420-04f1-57d1-b37c-c273dba7d158 with scrape type 2
2026-03-26 05:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 53f21420-04f1-57d1-b37c-c273dba7d158, identifier: 119348869
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120470186, 'registration': 'MV70OTL', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE HATCHBACK', 'derivative': '1.5 P300e R-Dynamic HSE 5dr Auto', 'mileage': 67630, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-12-03', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV70OTL/2026-03-19/image/13f74412-56aa-42e1-9843-5dc65565cb22_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/ccbcc759-2ecd-4010-b9d3-39094059550b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/8f039fa6-d9ab-48bb-bdd7-d25678531fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/cbb1b2b5-4b53-4316-86fd-ddaf0d6930d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/50616789-4790-4fc6-bc9e-c63ef7f13cb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/4eca5c97-dcd9-4186-9ff6-be4ccb4cbc0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/8b1eaff5-9fbe-4d5a-9696-108b2c05f792_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/d387e624-2c13-4f29-a203-55ad56b35f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/6fb0feac-b5f8-4594-9cb6-381b76824fb2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 - 10K, 10/21 - 21K, 03/22 - 31K, 08/22 - 42K, 12/22 - 53K,', 'remarks': '**94** VOSA STATES 56K, 57K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f8f857e8-641e-4946-94b3-c9bd00707244.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120470186, 'registration': 'MV70OTL', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE HATCHBACK', 'derivative': '1.5 P300e R-Dynamic HSE 5dr Auto', 'mileage': 67630, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-12-03', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV70OTL/2026-03-19/image/13f74412-56aa-42e1-9843-5dc65565cb22_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/ccbcc759-2ecd-4010-b9d3-39094059550b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/8f039fa6-d9ab-48bb-bdd7-d25678531fc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/cbb1b2b5-4b53-4316-86fd-ddaf0d6930d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/50616789-4790-4fc6-bc9e-c63ef7f13cb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/4eca5c97-dcd9-4186-9ff6-be4ccb4cbc0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/8b1eaff5-9fbe-4d5a-9696-108b2c05f792_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/d387e624-2c13-4f29-a203-55ad56b35f4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV70OTL/2026-03-19/image/6fb0feac-b5f8-4594-9cb6-381b76824fb2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 - 10K, 10/21 - 21K, 03/22 - 31K, 08/22 - 42K, 12/22 - 53K,', 'remarks': '**94** VOSA STATES 56K, 57K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f8f857e8-641e-4946-94b3-c9bd00707244.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d13d2781-4b2c-5378-b7fa-bcee78345647 with identifier: 120470186
2026-03-26 05:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d13d2781-4b2c-5378-b7fa-bcee78345647 with scrape type 2
2026-03-26 05:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d13d2781-4b2c-5378-b7fa-bcee78345647 with scrape type 2
2026-03-26 05:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d13d2781-4b2c-5378-b7fa-bcee78345647, identifier: 120470186
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120256233
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256233%27 HTTP/1.1" 200 None
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120256233: 0
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Found listing with ID: 120214662
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120214662%27 HTTP/1.1" 200 None
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Scrape type for 120214662: 2
2026-03-26 05:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 188a0466-834a-5763-8ccd-d4077bffd810 with identifier: 119408215
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybrid+Electric HTTP/1.1" 200 None
2026-03-26 05:02:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:02:09 [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:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 188a0466-834a-5763-8ccd-d4077bffd810 with identifier: 119408215
2026-03-26 05:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 188a0466-834a-5763-8ccd-d4077bffd810 with identifier: 119408215 to the API
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119408215?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Hybrid Electric',
'id': '188a0466-834a-5763-8ccd-d4077bffd810',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DK22OEB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119408215',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'KUGA ST-LINE X PHEV CVT',
'odometer': 16800,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'seller_name': 'Kinto',
'title': 'FORD KUGA ST-LINE X PHEV CVT None',
'transmission': 'automatic',
'trim': None,
'vin': None,
'year': 2022}
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119408215%27 HTTP/1.1" 200 None
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Saving data for 119408215: {'auction_closing_time': 1774604700.0, 'created_time': 1774271135.90456, 'last_price_update_time': 1774501329.551327}
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119408215') HTTP/1.1" 204 0
2026-03-26 05:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: edd82518-b57c-5b27-8c33-dac8bbdd0c18 with identifier: 118537231
2026-03-26 05:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: edd82518-b57c-5b27-8c33-dac8bbdd0c18 with identifier: 118537231
2026-03-26 05:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: edd82518-b57c-5b27-8c33-dac8bbdd0c18 with identifier: 118537231 to the API
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118537231?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 27,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'edd82518-b57c-5b27-8c33-dac8bbdd0c18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YM73KNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118537231',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CUPRA',
'model': 'FORMENTOR ESTATE',
'odometer': 17598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-24',
'seller_name': 'Kinto',
'title': 'CUPRA FORMENTOR ESTATE 1.4 eHybrid 204 V1 5dr DSG',
'transmission': 'automatic',
'trim': '1.4 eHybrid 204 V1 5dr DSG',
'vin': None,
'year': 2024}
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118537231%27 HTTP/1.1" 200 None
2026-03-26 05:02:09 [astonbarclay.gb] INFO: Saving data for 118537231: {'auction_closing_time': 1774604700.0, 'created_time': 1774271250.113647, 'last_price_update_time': 1774501329.939707}
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118537231') HTTP/1.1" 204 0
2026-03-26 05:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ecd070e4-296d-5221-8449-6fd7d45f99a7 with identifier: 120631389
2026-03-26 05:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ecd070e4-296d-5221-8449-6fd7d45f99a7 with identifier: 120631389
2026-03-26 05:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ecd070e4-296d-5221-8449-6fd7d45f99a7 with identifier: 120631389 to the API
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631389?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'ecd070e4-296d-5221-8449-6fd7d45f99a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY22FUP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631389',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 12401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-12',
'seller_name': 'Vantage Motor Group',
'title': 'HYUNDAI I20 HATCHBACK 1.0T GDi 48V MHD Premium 5dr',
'transmission': 'manual',
'trim': '1.0T GDi 48V MHD Premium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631389%27 HTTP/1.1" 200 None
2026-03-26 05:02:10 [astonbarclay.gb] INFO: Saving data for 120631389: {'auction_closing_time': 1774604700.0, 'created_time': 1774379510.345207, 'last_price_update_time': 1774501330.251199}
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631389') HTTP/1.1" 204 0
2026-03-26 05:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 53f21420-04f1-57d1-b37c-c273dba7d158 with identifier: 119348869
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=GREEN HTTP/1.1" 200 None
2026-03-26 05:02:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:02:10 [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:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 53f21420-04f1-57d1-b37c-c273dba7d158 with identifier: 119348869
2026-03-26 05:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 53f21420-04f1-57d1-b37c-c273dba7d158 with identifier: 119348869 to the API
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119348869?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '53f21420-04f1-57d1-b37c-c273dba7d158',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YR73CLO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119348869',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'XC40 ELECTRIC ESTATE',
'odometer': 17230,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seller_name': 'Kinto',
'title': 'VOLVO XC40 ELECTRIC ESTATE 300kW Recharge Twin Ultimate 82kWh 5dr '
'AWD Auto',
'transmission': 'automatic',
'trim': '300kW Recharge Twin Ultimate 82kWh 5dr AWD Auto',
'vin': None,
'year': 2023}
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119348869%27 HTTP/1.1" 200 None
2026-03-26 05:02:10 [astonbarclay.gb] INFO: Saving data for 119348869: {'auction_closing_time': 1774604700.0, 'created_time': 1774271260.015772, 'last_price_update_time': 1774501330.684856}
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119348869') HTTP/1.1" 204 0
2026-03-26 05:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d13d2781-4b2c-5378-b7fa-bcee78345647 with identifier: 120470186
2026-03-26 05:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d13d2781-4b2c-5378-b7fa-bcee78345647 with identifier: 120470186
2026-03-26 05:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d13d2781-4b2c-5378-b7fa-bcee78345647 with identifier: 120470186 to the API
2026-03-26 05:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120470186?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'd13d2781-4b2c-5378-b7fa-bcee78345647',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV70OTL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120470186',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE HATCHBACK',
'odometer': 67630,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-03',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE HATCHBACK 1.5 P300e R-Dynamic HSE 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.5 P300e R-Dynamic HSE 5dr Auto',
'vin': None,
'year': 2020}
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470186%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Saving data for 120470186: {'auction_closing_time': 1774604700.0, 'created_time': 1773947282.07507, 'last_price_update_time': 1774501331.071789}
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120470186') HTTP/1.1" 204 0
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119896301
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119896301%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 119896301: 2
2026-03-26 05:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120264057?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120748919?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 119618922
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119618922%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 119618922: 2
2026-03-26 05:02: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:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120060014
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060014%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 120060014: 2
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 118914209
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118914209%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 118914209: 2
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120287242
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120287242%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 120287242: 2
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 118690249
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118690249%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 118690249: 0
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120168848
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120168848%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 120168848: 2
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 118014845
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118014845%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 118014845: 2
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120264057, 'registration': 'GM15BFK', 'account': 'KCS002', 'make': 'VOLKSWAGEN', 'model': 'PASSAT DIESEL ESTATE', 'derivative': '1.6 TDI S 5dr', 'mileage': 157964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GM15BFK/2026-03-10/image/ad639174-9fd7-4428-85a8-05118887c5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/7e71da70-4167-4423-b766-f49a05d67050_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/2e1eeff8-015c-4746-a2ed-eb9ebe20a21f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/4d246da3-1d29-47e7-9165-1644d281ad2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/7e18bfaf-cd61-4050-9390-c5e3d9146456_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/16 13K 01/17 22K 06/17 29K 10/17 38K 08/18 57K 05/21 95K 01/22 109K 01/23 128K 05/24 141K', 'remarks': 'S/KEY - OIL LEAK - DOES START & RUN - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120264057, 'registration': 'GM15BFK', 'account': 'KCS002', 'make': 'VOLKSWAGEN', 'model': 'PASSAT DIESEL ESTATE', 'derivative': '1.6 TDI S 5dr', 'mileage': 157964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GM15BFK/2026-03-10/image/ad639174-9fd7-4428-85a8-05118887c5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/7e71da70-4167-4423-b766-f49a05d67050_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/2e1eeff8-015c-4746-a2ed-eb9ebe20a21f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/4d246da3-1d29-47e7-9165-1644d281ad2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GM15BFK/2026-03-10/image/7e18bfaf-cd61-4050-9390-c5e3d9146456_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/16 13K 01/17 22K 06/17 29K 10/17 38K 08/18 57K 05/21 95K 01/22 109K 01/23 128K 05/24 141K', 'remarks': 'S/KEY - OIL LEAK - DOES START & RUN - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': True, 'seller': 'CarBuy Limited', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7a2a57f-a768-5e56-ad3d-c27c83911bc3 with identifier: 120264057
2026-03-26 05:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7a2a57f-a768-5e56-ad3d-c27c83911bc3 with scrape type 2
2026-03-26 05:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7a2a57f-a768-5e56-ad3d-c27c83911bc3 with scrape type 2
2026-03-26 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f7a2a57f-a768-5e56-ad3d-c27c83911bc3, identifier: 120264057
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120748919, 'registration': 'VE12XRP', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'C30 SPORTS COUPE', 'derivative': '2.0 R DESIGN 3dr', 'mileage': 103580, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 3, 'engineSize': 1999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c373fb63-19d9-4373-8cc8-1f69b31040b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c8039e76-ca1f-4740-84eb-c49c007cc2cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/e2860e8f-064a-4887-ba18-f9154567848d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a5585eb4-258e-4380-bbf3-716dc49e2224_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/60a1e5ff-108d-4bb0-bba3-dc102ec86a56_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/ef6d1ee7-1049-485f-9cb5-de4bc8612460_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a67752e6-c112-442d-99ad-5c1f127cf669_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/d8bbfff1-2f3d-490b-bebb-638ea8f6ab85_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/bb0ed653-9fd0-45bd-9091-1ebc5e81bc3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/12 - 3K, 05/13 - 8K, 05/14 - 18K, 06/15 - 28K, 06/16 - 39K, 06/17 - 46K, 06/18 - 55K, 06/19 - 60K, 06/20 - 65K, 06/21 - 69K, 06/22 - 74K, 06/23 - 79K, 06/24 - 87K, 06/25 - 96K', 'remarks': '**748** VOSA STATES 28K, 39K, 46K, 55K, 60K, 65K, 69K, 74K, 79K, 87K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120748919, 'registration': 'VE12XRP', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'C30 SPORTS COUPE', 'derivative': '2.0 R DESIGN 3dr', 'mileage': 103580, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-06-29', 'doors': 3, 'engineSize': 1999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c373fb63-19d9-4373-8cc8-1f69b31040b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/c8039e76-ca1f-4740-84eb-c49c007cc2cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/e2860e8f-064a-4887-ba18-f9154567848d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a5585eb4-258e-4380-bbf3-716dc49e2224_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/60a1e5ff-108d-4bb0-bba3-dc102ec86a56_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/ef6d1ee7-1049-485f-9cb5-de4bc8612460_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/a67752e6-c112-442d-99ad-5c1f127cf669_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/d8bbfff1-2f3d-490b-bebb-638ea8f6ab85_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE12XRP/2026-03-25/image/bb0ed653-9fd0-45bd-9091-1ebc5e81bc3d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 10/12 - 3K, 05/13 - 8K, 05/14 - 18K, 06/15 - 28K, 06/16 - 39K, 06/17 - 46K, 06/18 - 55K, 06/19 - 60K, 06/20 - 65K, 06/21 - 69K, 06/22 - 74K, 06/23 - 79K, 06/24 - 87K, 06/25 - 96K', 'remarks': '**748** VOSA STATES 28K, 39K, 46K, 55K, 60K, 65K, 69K, 74K, 79K, 87K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 177, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919
2026-03-26 05:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1effd74-fab6-5de4-9801-6cab6b5419a4 with scrape type 2
2026-03-26 05:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1effd74-fab6-5de4-9801-6cab6b5419a4 with scrape type 2
2026-03-26 05:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1effd74-fab6-5de4-9801-6cab6b5419a4, identifier: 120748919
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Found listing with ID: 120123036
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123036%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Scrape type for 120123036: 2
2026-03-26 05:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f7a2a57f-a768-5e56-ad3d-c27c83911bc3 with identifier: 120264057
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:02:11 [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:02:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:02:11 [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:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f7a2a57f-a768-5e56-ad3d-c27c83911bc3 with identifier: 120264057
2026-03-26 05:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f7a2a57f-a768-5e56-ad3d-c27c83911bc3 with identifier: 120264057 to the API
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120264057?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'f7a2a57f-a768-5e56-ad3d-c27c83911bc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GM15BFK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120264057',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'PASSAT DIESEL ESTATE',
'odometer': 157964,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-25',
'seller_name': 'CarBuy Limited',
'title': 'VOLKSWAGEN PASSAT DIESEL ESTATE 1.6 TDI S 5dr',
'transmission': 'manual',
'trim': '1.6 TDI S 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120264057%27 HTTP/1.1" 200 None
2026-03-26 05:02:11 [astonbarclay.gb] INFO: Saving data for 120264057: {'auction_closing_time': 1774609200.0, 'created_time': 1773404484.411374, 'last_price_update_time': 1774501331.942122}
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120264057') HTTP/1.1" 204 0
2026-03-26 05:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919
2026-03-26 05:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919
2026-03-26 05:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1effd74-fab6-5de4-9801-6cab6b5419a4 with identifier: 120748919 to the API
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120748919?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 177,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'c1effd74-fab6-5de4-9801-6cab6b5419a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VE12XRP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120748919',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLVO',
'model': 'C30 SPORTS COUPE',
'odometer': 103580,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-29',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO C30 SPORTS COUPE 2.0 R DESIGN 3dr',
'transmission': 'manual',
'trim': '2.0 R DESIGN 3dr',
'vin': None,
'year': 2012}
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748919%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Saving data for 120748919: {'auction_closing_time': 1774604700.0, 'created_time': 1774379511.533752, 'last_price_update_time': 1774501332.240004}
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120748919') HTTP/1.1" 204 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120248585
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120248585%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120248585: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120714439
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714439%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120714439: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120713961
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713961%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120713961: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120731675
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731675%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120731675: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120731563
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731563%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120731563: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120714043
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714043%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120714043: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120755440
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120755440%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120755440: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120758608
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120758608%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120758608: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120731527
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731527%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120731527: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120733331
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733331%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120733331: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120766790
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120766790%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120766790: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120751190
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751190%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120751190: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120749209
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120749209%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120749209: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120746372
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120746372%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120746372: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120764254
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120764254%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120764254: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120297677
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120297677%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120297677: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120620613
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620613%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120620613: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120413042
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413042%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120413042: 2
2026-03-26 05:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120300713?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119930099?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120517415?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120129124?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02: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:02: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:02: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:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120630156
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630156%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120630156: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120537923
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537923%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120537923: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120667782
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667782%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120667782: 2
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120584460
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584460%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120584460: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120368640
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368640%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120368640: 2
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120695209
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695209%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120695209: 0
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120666587
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666587%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120666587: 2
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Found listing with ID: 120668424
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668424%27 HTTP/1.1" 200 None
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Scrape type for 120668424: 2
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120300713, 'registration': 'EK21MOA', 'account': 'DAY011', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 340 L1 PETROL FWD', 'derivative': '1.0 EcoBoost PHEV 126ps Low Roof Leader Van Auto', 'mileage': 41905, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-06-28', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-05-09', 'doors': None, 'engineSize': 996, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/EK21MOA/2026-03-20/image/55aae35a-bad1-42a4-a510-fa3c74252b87_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/bd321786-9176-4002-90e7-ba8bc9094667_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/39b85a72-22cb-4afc-bc66-c1bc62e746cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/979d84d8-15a4-4eca-803f-16508ed32485_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/84185db3-5d0e-4efb-b243-cad7f840b6ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/2f1fa12f-fc18-4e51-a6f5-4df5d5f1cabe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/9255301f-cf9f-4112-9edd-ff8f6ef000b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/ad47701f-cc5d-46b0-bfd6-3116b99729bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/5dae4301-e270-4e82-8cfd-765e65c999f9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - GEAR BOX AND HYBRID FAULT, MAY HAVE FURTHER FAULTS, SOLD AS SEEN**VOSA STATES 35K- 39K- SPARE KEY IN OFFICE', 'virtual': True, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 69, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120300713, 'registration': 'EK21MOA', 'account': 'DAY011', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 340 L1 PETROL FWD', 'derivative': '1.0 EcoBoost PHEV 126ps Low Roof Leader Van Auto', 'mileage': 41905, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2021-06-28', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-05-09', 'doors': None, 'engineSize': 996, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/EK21MOA/2026-03-20/image/55aae35a-bad1-42a4-a510-fa3c74252b87_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/bd321786-9176-4002-90e7-ba8bc9094667_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/39b85a72-22cb-4afc-bc66-c1bc62e746cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/979d84d8-15a4-4eca-803f-16508ed32485_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/84185db3-5d0e-4efb-b243-cad7f840b6ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/2f1fa12f-fc18-4e51-a6f5-4df5d5f1cabe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/9255301f-cf9f-4112-9edd-ff8f6ef000b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/ad47701f-cc5d-46b0-bfd6-3116b99729bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK21MOA/2026-03-20/image/5dae4301-e270-4e82-8cfd-765e65c999f9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - GEAR BOX AND HYBRID FAULT, MAY HAVE FURTHER FAULTS, SOLD AS SEEN**VOSA STATES 35K- 39K- SPARE KEY IN OFFICE', 'virtual': True, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 69, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 037db2de-fe51-566b-a938-c2453a767701 with identifier: 120300713
2026-03-26 05:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 037db2de-fe51-566b-a938-c2453a767701 with scrape type 2
2026-03-26 05:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 037db2de-fe51-566b-a938-c2453a767701 with scrape type 2
2026-03-26 05:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 037db2de-fe51-566b-a938-c2453a767701, identifier: 120300713
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119930099, 'registration': 'SR66GFE', 'account': 'MAN027', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 290 L2 DIESEL FWD', 'derivative': '2.0 TDCi 130ps Low Roof D/Cab Trend Van', 'mileage': 116186, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-02', 'doors': None, 'engineSize': 1995, 'bodyType': 'Crew Bus', 'images': ['https://abimg003.imgix.net/SR66GFE/2026-03-19/image/d0b640d1-d4d1-4aa9-be17-25b50ab48348_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/806e38f5-03ea-4632-9f32-fd9f04efd278_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/47e9cd1d-44cf-42e4-82b6-56d831151da1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/98dba1b3-18fd-48dd-8670-54f38ee9c66c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/2fac0fc1-400a-4d51-b3a4-b4854f0c4f5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/86758880-6140-43ec-bb54-8f6a30441d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/d0792244-b517-435c-8ffb-e6f91d108020_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/854cfd38-e64e-429a-81cd-02d9a2c7d2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/33eb79d6-796b-4b99-a1c5-066450ec0a31_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/12d356ce-f747-47d7-bcc6-e1d0210adbc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/64c14452-5a0d-42b8-8e7e-5e0fd86da718_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet - LCV', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - NO CLUTCH, MAY HAVE FURTHER FAULTS, SOLD AS SEEN**VOSA STATES 68K- 68K- 93K- 110K', 'virtual': True, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119930099, 'registration': 'SR66GFE', 'account': 'MAN027', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 290 L2 DIESEL FWD', 'derivative': '2.0 TDCi 130ps Low Roof D/Cab Trend Van', 'mileage': 116186, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Diesel', 'motExpiry': '2026-04-02', 'doors': None, 'engineSize': 1995, 'bodyType': 'Crew Bus', 'images': ['https://abimg003.imgix.net/SR66GFE/2026-03-19/image/d0b640d1-d4d1-4aa9-be17-25b50ab48348_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/806e38f5-03ea-4632-9f32-fd9f04efd278_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/47e9cd1d-44cf-42e4-82b6-56d831151da1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/98dba1b3-18fd-48dd-8670-54f38ee9c66c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/2fac0fc1-400a-4d51-b3a4-b4854f0c4f5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/86758880-6140-43ec-bb54-8f6a30441d65_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/d0792244-b517-435c-8ffb-e6f91d108020_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/854cfd38-e64e-429a-81cd-02d9a2c7d2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/33eb79d6-796b-4b99-a1c5-066450ec0a31_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/12d356ce-f747-47d7-bcc6-e1d0210adbc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SR66GFE/2026-03-19/image/64c14452-5a0d-42b8-8e7e-5e0fd86da718_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet - LCV', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - NO CLUTCH, MAY HAVE FURTHER FAULTS, SOLD AS SEEN**VOSA STATES 68K- 68K- 93K- 110K', 'virtual': True, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84547b8a-fef3-58f1-885a-be09ef9874f5 with identifier: 119930099
2026-03-26 05:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84547b8a-fef3-58f1-885a-be09ef9874f5 with scrape type 2
2026-03-26 05:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84547b8a-fef3-58f1-885a-be09ef9874f5 with scrape type 2
2026-03-26 05:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 84547b8a-fef3-58f1-885a-be09ef9874f5, identifier: 119930099
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120517415, 'registration': 'HN18LDX', 'account': 'VWF005', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK (NR)', 'derivative': '1.5 TSI EVO SE [Nav] 5dr', 'mileage': 32742, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-04-18', 'fuel': 'Petrol', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN18LDX/2026-03-17/image/a3127d28-db7c-4820-b674-aaa68b5ca873_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/fcbb8043-65a4-4e55-941a-0257c001cda3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/f79c3513-04ef-4eb4-a5b8-7763db4436b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/ed6f7c4f-e062-4b52-8c8c-2e6f90cf1c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/24a2447e-78da-4f1a-ab83-dc2c8921a9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/7300751c-854e-4f28-adcb-133aa9013da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/9ae4d9c5-9986-490a-a627-35582fc3375f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/3ef03a73-2615-43b0-a8f1-299e533447a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/2230bbdd-911d-4e62-a934-06343f4737f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/04fab1c5-3a07-4fb4-984a-0a14317b2686_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/326527bd-ea32-4c80-a274-b40db4298a19_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/86522046-c120-4b56-9cbe-d30f0b874b12_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 07/24-22k -- VOSA STATES: 8k/10k/13k/15k/22k/29k --', 'remarks': '**NON RUNNER - Accident Damage - Airbags Deployed - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE****', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 113, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120517415, 'registration': 'HN18LDX', 'account': 'VWF005', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK (NR)', 'derivative': '1.5 TSI EVO SE [Nav] 5dr', 'mileage': 32742, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-04-18', 'fuel': 'Petrol', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HN18LDX/2026-03-17/image/a3127d28-db7c-4820-b674-aaa68b5ca873_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/fcbb8043-65a4-4e55-941a-0257c001cda3_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/f79c3513-04ef-4eb4-a5b8-7763db4436b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/ed6f7c4f-e062-4b52-8c8c-2e6f90cf1c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/24a2447e-78da-4f1a-ab83-dc2c8921a9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/7300751c-854e-4f28-adcb-133aa9013da9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/9ae4d9c5-9986-490a-a627-35582fc3375f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/3ef03a73-2615-43b0-a8f1-299e533447a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/2230bbdd-911d-4e62-a934-06343f4737f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/04fab1c5-3a07-4fb4-984a-0a14317b2686_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/326527bd-ea32-4c80-a274-b40db4298a19_removebg.jpg?w=600', 'https://abimg003.imgix.net/HN18LDX/2026-03-17/image/86522046-c120-4b56-9cbe-d30f0b874b12_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 07/24-22k -- VOSA STATES: 8k/10k/13k/15k/22k/29k --', 'remarks': '**NON RUNNER - Accident Damage - Airbags Deployed - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE****', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 113, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321a6d15-4da4-589f-91af-16a26f6ba278 with identifier: 120517415
2026-03-26 05:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321a6d15-4da4-589f-91af-16a26f6ba278 with scrape type 2
2026-03-26 05:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 321a6d15-4da4-589f-91af-16a26f6ba278 with scrape type 2
2026-03-26 05:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 321a6d15-4da4-589f-91af-16a26f6ba278, identifier: 120517415
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120129124, 'registration': 'PY15FGU', 'account': 'MOT131', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.2 SD4 HSE Luxury 5dr Auto', 'mileage': 116057, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-06-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PY15FGU/2026-03-04/image/bf7e676c-14c3-4a3a-a312-2afd0ccdd680_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/a2330120-fe76-4f5b-9128-d692b852a27d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/aa9c047c-505e-42fe-814a-a7030f113b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/1a880bdd-65be-4384-be3e-6ba481d2cb29_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/914fce43-a5a7-4870-8204-66305163153c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/7b7fa109-c4f9-48d8-8503-ead71206b5ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/fe32c285-1348-48dd-a4fe-0e9e91ff0ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/67b37e43-57ac-42ee-b5ab-11c289aa711e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/9439a04c-2769-4d05-b70c-a379aaca9687_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/16-10K, 09/17-19K, 08/18-26K, 09/19-36K 10/23-69K', 'remarks': 'ENGINE SEIZED * MAY HAVE FURTHER FAULTS* VOSA STATES 26K 26K 35K 42K 48K 67K 68K 69K 97K 101K', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120129124, 'registration': 'PY15FGU', 'account': 'MOT131', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.2 SD4 HSE Luxury 5dr Auto', 'mileage': 116057, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-06-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-02', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/PY15FGU/2026-03-04/image/bf7e676c-14c3-4a3a-a312-2afd0ccdd680_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/a2330120-fe76-4f5b-9128-d692b852a27d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/aa9c047c-505e-42fe-814a-a7030f113b43_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/1a880bdd-65be-4384-be3e-6ba481d2cb29_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/914fce43-a5a7-4870-8204-66305163153c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/7b7fa109-c4f9-48d8-8503-ead71206b5ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/fe32c285-1348-48dd-a4fe-0e9e91ff0ae1_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/67b37e43-57ac-42ee-b5ab-11c289aa711e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PY15FGU/2026-03-04/image/9439a04c-2769-4d05-b70c-a379aaca9687_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/16-10K, 09/17-19K, 08/18-26K, 09/19-36K 10/23-69K', 'remarks': 'ENGINE SEIZED * MAY HAVE FURTHER FAULTS* VOSA STATES 26K 26K 35K 42K 48K 67K 68K 69K 97K 101K', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': {'siteId': '20846447', 'description': 'Aston Barclay Donington Park'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a0bcd05-3340-5893-9131-101fc9cb88b5 with identifier: 120129124
2026-03-26 05:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a0bcd05-3340-5893-9131-101fc9cb88b5 with scrape type 2
2026-03-26 05:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a0bcd05-3340-5893-9131-101fc9cb88b5 with scrape type 2
2026-03-26 05:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a0bcd05-3340-5893-9131-101fc9cb88b5, identifier: 120129124
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120396890
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120396890%27 HTTP/1.1" 200 None
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120396890: 0
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120651855
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651855%27 HTTP/1.1" 200 None
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120651855: 0
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 119992992
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119992992%27 HTTP/1.1" 200 None
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Scrape type for 119992992: 0
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Found listing with ID: 120587142
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587142%27 HTTP/1.1" 200 None
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Scrape type for 120587142: 2
2026-03-26 05:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 037db2de-fe51-566b-a938-c2453a767701 with identifier: 120300713
2026-03-26 05:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 037db2de-fe51-566b-a938-c2453a767701 with identifier: 120300713
2026-03-26 05:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 037db2de-fe51-566b-a938-c2453a767701 with identifier: 120300713 to the API
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120300713?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 69,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '037db2de-fe51-566b-a938-c2453a767701',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EK21MOA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120300713',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 340 L1 PETROL FWD',
'odometer': 41905,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-28',
'seller_name': 'Days Fleet',
'title': 'FORD TRANSIT CUSTOM 340 L1 PETROL FWD 1.0 EcoBoost PHEV 126ps Low '
'Roof Leader Van Auto',
'transmission': 'automatic',
'trim': '1.0 EcoBoost PHEV 126ps Low Roof Leader Van Auto',
'vin': None,
'year': 2021}
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120300713%27 HTTP/1.1" 200 None
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Saving data for 120300713: {'auction_closing_time': 1774609200.0, 'created_time': 1774001037.174916, 'last_price_update_time': 1774501333.527267}
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120300713') HTTP/1.1" 204 0
2026-03-26 05:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 84547b8a-fef3-58f1-885a-be09ef9874f5 with identifier: 119930099
2026-03-26 05:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 84547b8a-fef3-58f1-885a-be09ef9874f5 with identifier: 119930099
2026-03-26 05:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 84547b8a-fef3-58f1-885a-be09ef9874f5 with identifier: 119930099 to the API
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119930099?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '84547b8a-fef3-58f1-885a-be09ef9874f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SR66GFE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119930099',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 290 L2 DIESEL FWD',
'odometer': 116186,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-31',
'seller_name': 'Mann Island Finance',
'title': 'FORD TRANSIT CUSTOM 290 L2 DIESEL FWD 2.0 TDCi 130ps Low Roof D/Cab '
'Trend Van',
'transmission': 'manual',
'trim': '2.0 TDCi 130ps Low Roof D/Cab Trend Van',
'vin': None,
'year': 2017}
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119930099%27 HTTP/1.1" 200 None
2026-03-26 05:02:13 [astonbarclay.gb] INFO: Saving data for 119930099: {'auction_closing_time': 1774609200.0, 'created_time': 1773948053.769234, 'last_price_update_time': 1774501333.911427}
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119930099') HTTP/1.1" 204 0
2026-03-26 05:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 321a6d15-4da4-589f-91af-16a26f6ba278 with identifier: 120517415
2026-03-26 05:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 321a6d15-4da4-589f-91af-16a26f6ba278 with identifier: 120517415
2026-03-26 05:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 321a6d15-4da4-589f-91af-16a26f6ba278 with identifier: 120517415 to the API
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120517415?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '321a6d15-4da4-589f-91af-16a26f6ba278',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HN18LDX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120517415',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK (NR)',
'odometer': 32742,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-18',
'seller_name': 'Volkswagen Financial Services',
'title': 'VOLKSWAGEN GOLF HATCHBACK (NR) 1.5 TSI EVO SE [Nav] 5dr',
'transmission': 'manual',
'trim': '1.5 TSI EVO SE [Nav] 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120517415%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Saving data for 120517415: {'auction_closing_time': 1774609200.0, 'created_time': 1774001044.491349, 'last_price_update_time': 1774501334.206712}
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120517415') HTTP/1.1" 204 0
2026-03-26 05:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a0bcd05-3340-5893-9131-101fc9cb88b5 with identifier: 120129124
2026-03-26 05:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a0bcd05-3340-5893-9131-101fc9cb88b5 with identifier: 120129124
2026-03-26 05:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a0bcd05-3340-5893-9131-101fc9cb88b5 with identifier: 120129124 to the API
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120129124?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '7a0bcd05-3340-5893-9131-101fc9cb88b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PY15FGU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120129124',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 116057,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-26',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.2 SD4 HSE Luxury 5dr Auto',
'transmission': 'automatic',
'trim': '2.2 SD4 HSE Luxury 5dr Auto',
'vin': None,
'year': 2015}
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120129124%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Saving data for 120129124: {'auction_closing_time': 1774609200.0, 'created_time': 1774271266.244419, 'last_price_update_time': 1774501334.495505}
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120129124') HTTP/1.1" 204 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120367809
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120367809%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120367809: 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120684046
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684046%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120684046: 2
2026-03-26 05:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120114758?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119621371?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120668316
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668316%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120668316: 2
2026-03-26 05:02: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:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120695152
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695152%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120695152: 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120659978
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659978%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120659978: 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120667873
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667873%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120667873: 2
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120646164
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646164%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120646164: 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120428169
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120428169%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120428169: 2
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120690371
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690371%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120690371: 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120667528
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667528%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120667528: 2
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120114758, 'registration': 'RJ17KZK', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES DIESEL TOURING (NR)', 'derivative': '335d xDrive M Sport 5dr Step Auto', 'mileage': 114983, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-06-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/44b89d28-ce01-4bf4-8ee0-214f8dc1b9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/b8f63700-a53a-4f8c-9200-d3b8296c0277_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/408bb666-0fff-45e6-a0a2-60b4e791e66f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/834d8a3b-5eef-4e24-8c6a-e0a540770c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/8adc8063-ffa1-4af9-9401-cb797bcb2400_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/bf95d380-1da4-4af8-af43-8da3ecdc509d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/cf199003-f3d1-4264-9944-dc006c947224_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/3c0700cb-fa06-43cd-be27-32a157ba5afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/1e21f7b8-af91-4654-b250-8de97dc8dfd6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 06/25 107k', 'remarks': '*NON-RUNNER BATTERY DISCONNECTED – NO DELIVERY AVAILABLE (WESTBURY) ENGINE KNOCKING, REQUIRES NEW ENGINE - MAY HAVE FURTHER FAULTS* - s/key', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120114758, 'registration': 'RJ17KZK', 'account': 'MOT075', 'make': 'BMW', 'model': '3 SERIES DIESEL TOURING (NR)', 'derivative': '335d xDrive M Sport 5dr Step Auto', 'mileage': 114983, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-06-07', 'fuel': 'Diesel', 'motExpiry': '2026-07-02', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/44b89d28-ce01-4bf4-8ee0-214f8dc1b9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/b8f63700-a53a-4f8c-9200-d3b8296c0277_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/408bb666-0fff-45e6-a0a2-60b4e791e66f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/834d8a3b-5eef-4e24-8c6a-e0a540770c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/8adc8063-ffa1-4af9-9401-cb797bcb2400_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/bf95d380-1da4-4af8-af43-8da3ecdc509d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/cf199003-f3d1-4264-9944-dc006c947224_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/3c0700cb-fa06-43cd-be27-32a157ba5afe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ17KZK/2026-03-03/image/1e21f7b8-af91-4654-b250-8de97dc8dfd6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 06/25 107k', 'remarks': '*NON-RUNNER BATTERY DISCONNECTED – NO DELIVERY AVAILABLE (WESTBURY) ENGINE KNOCKING, REQUIRES NEW ENGINE - MAY HAVE FURTHER FAULTS* - s/key', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 151, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758
2026-03-26 05:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dba9062-4211-54cd-89e9-4bc35f72fb10 with scrape type 2
2026-03-26 05:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dba9062-4211-54cd-89e9-4bc35f72fb10 with scrape type 2
2026-03-26 05:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9dba9062-4211-54cd-89e9-4bc35f72fb10, identifier: 120114758
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119621371, 'registration': 'HG16HLC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi VTR+ 5dr EAT6', 'mileage': 19999, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-16', 'fuel': 'Diesel', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG16HLC/2026-02-25/image/eb179b12-4b07-4ebe-b51b-807793ff3937_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/8bdeeeed-db82-403c-8c8f-cd33d6454d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/5b21c6ef-0df3-4b91-aaa5-c1448e67e8f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/a9c1199f-4cbb-4167-bad5-0c3255d7d8f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/fec161ab-aa05-443f-baa1-80dff960f2f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/347fd909-4971-40c7-82f0-bda080ca676d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/f20daead-b234-4591-8fd8-eab5c65a9859_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/24-112K, 09/24-124K, 12/24-126K', 'remarks': "Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - FRONT - STARTS AND DRIVES FOR LOADING PURPOSES ANY OTHER UNKNOWN VIEWING BY PRIOR ARRANGEMENT IS RECOMMENDED. DESCRIPTION IS A GUIDE ONLY.- DELIVERY AVAILABLE - PLEASE CALL **NON-RUNNER - GEARBOX ISSUES - VEHICLE WON'T START- MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX** Ex-Private Hire, VOSA STATES 122K, 133K, 162K, 196K", 'virtual': True, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2066afb4-0531-46ac-b856-e51f2cfc2e71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119621371, 'registration': 'HG16HLC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'GRAND C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 BlueHDi VTR+ 5dr EAT6', 'mileage': 19999, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-16', 'fuel': 'Diesel', 'motExpiry': '2027-01-21', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/HG16HLC/2026-02-25/image/eb179b12-4b07-4ebe-b51b-807793ff3937_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/8bdeeeed-db82-403c-8c8f-cd33d6454d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/5b21c6ef-0df3-4b91-aaa5-c1448e67e8f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/a9c1199f-4cbb-4167-bad5-0c3255d7d8f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/fec161ab-aa05-443f-baa1-80dff960f2f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/347fd909-4971-40c7-82f0-bda080ca676d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG16HLC/2026-02-25/image/f20daead-b234-4591-8fd8-eab5c65a9859_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 01/24-112K, 09/24-124K, 12/24-126K', 'remarks': "Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair CAT S - STRUCTURAL - FRONT - STARTS AND DRIVES FOR LOADING PURPOSES ANY OTHER UNKNOWN VIEWING BY PRIOR ARRANGEMENT IS RECOMMENDED. DESCRIPTION IS A GUIDE ONLY.- DELIVERY AVAILABLE - PLEASE CALL **NON-RUNNER - GEARBOX ISSUES - VEHICLE WON'T START- MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX** Ex-Private Hire, VOSA STATES 122K, 133K, 162K, 196K", 'virtual': True, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2066afb4-0531-46ac-b856-e51f2cfc2e71.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371
2026-03-26 05:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0db88fa-0257-58d4-945d-198cbe5bdec7 with scrape type 2
2026-03-26 05:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0db88fa-0257-58d4-945d-198cbe5bdec7 with scrape type 2
2026-03-26 05:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0db88fa-0257-58d4-945d-198cbe5bdec7, identifier: 119621371
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120584837
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584837%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120584837: 0
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Found listing with ID: 120481458
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120481458%27 HTTP/1.1" 200 None
2026-03-26 05:02:14 [astonbarclay.gb] INFO: Scrape type for 120481458: 2
2026-03-26 05:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758
2026-03-26 05:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758
2026-03-26 05:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9dba9062-4211-54cd-89e9-4bc35f72fb10 with identifier: 120114758 to the API
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120114758?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '9dba9062-4211-54cd-89e9-4bc35f72fb10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ17KZK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120114758',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'BMW',
'model': '3 SERIES DIESEL TOURING (NR)',
'odometer': 114983,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-07',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 3 SERIES DIESEL TOURING (NR) 335d xDrive M Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': '335d xDrive M Sport 5dr Step Auto',
'vin': None,
'year': 2017}
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120114758%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Saving data for 120114758: {'auction_closing_time': 1774609200.0, 'created_time': 1774271559.051754, 'last_price_update_time': 1774501335.234421}
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120114758') HTTP/1.1" 204 0
2026-03-26 05:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371
2026-03-26 05:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371
2026-03-26 05:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0db88fa-0257-58d4-945d-198cbe5bdec7 with identifier: 119621371 to the API
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119621371?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0db88fa-0257-58d4-945d-198cbe5bdec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG16HLC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119621371',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'CITROEN',
'model': 'GRAND C4 PICASSO DIESEL ESTATE',
'odometer': 19999,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-16',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN GRAND C4 PICASSO DIESEL ESTATE 1.6 BlueHDi VTR+ 5dr EAT6',
'transmission': 'automatic',
'trim': '1.6 BlueHDi VTR+ 5dr EAT6',
'vin': None,
'year': 2016}
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119621371%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Saving data for 119621371: {'auction_closing_time': 1774609200.0, 'created_time': 1773404499.020164, 'last_price_update_time': 1774501335.637824}
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119621371') HTTP/1.1" 204 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120592274
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592274%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120592274: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120595560
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595560%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120595560: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120623833
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623833%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120623833: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120597579
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120597579%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120597579: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120535587
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120535587%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120535587: 2
2026-03-26 05:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120098736?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119471463?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119270827?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120595487
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595487%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120595487: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120595703
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595703%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120595703: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 119960187
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119960187%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 119960187: 2
2026-03-26 05:02: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:02: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:02: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:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120591724
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591724%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120591724: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120668504
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668504%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120668504: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120696486
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696486%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120696486: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120404223
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404223%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120404223: 2
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120620673
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620673%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120620673: 2
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120592245
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592245%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120592245: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120461410
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461410%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120461410: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 120732683
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732683%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 120732683: 0
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Found listing with ID: 119310122
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119310122%27 HTTP/1.1" 200 None
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Scrape type for 119310122: 2
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120098736, 'registration': 'YY15ZBN', 'account': 'MOT075', 'make': 'CITROEN', 'model': 'C4 CACTUS HATCHBACK (RC)', 'derivative': '1.2 PureTech [82] Feel 5dr', 'mileage': 91058, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/da8ece00-a0f7-40fc-add0-8cc1ee111b99_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/b5ed3697-7c3b-44a8-a955-2963f3d9dfd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/20822d06-24f4-4f02-9578-4e3a4deee689_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/a2400381-eebf-49db-b741-943a3c3ff133_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/7db9f5cf-5b13-4250-b09d-48923a6d1f8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/b939eef8-fa7d-434b-bd75-d5f0fe119c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/03ab8736-d9d0-4ff5-a237-cf02b5ef958d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 6/16 5K, 6/17 13K, 6/18 20K, 11/19 28K, 12/20 31K, 12/21 33K, 12/22 44K, 9/23 57K, 8/24 70K, 9/25 86K, 10/25 88K', 'remarks': '*NON-RUNNER BATTERY DISCONNECTED – NO DELIVERY AVAILABLE (WESTBURY) ENGINE POSSIBLY SEIZED, REQUIRES NEW ENGINE, MAY HAVE FURTHER FAULTS* - SPARE KEY', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120098736, 'registration': 'YY15ZBN', 'account': 'MOT075', 'make': 'CITROEN', 'model': 'C4 CACTUS HATCHBACK (RC)', 'derivative': '1.2 PureTech [82] Feel 5dr', 'mileage': 91058, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-06-23', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/da8ece00-a0f7-40fc-add0-8cc1ee111b99_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/b5ed3697-7c3b-44a8-a955-2963f3d9dfd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/20822d06-24f4-4f02-9578-4e3a4deee689_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/a2400381-eebf-49db-b741-943a3c3ff133_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/7db9f5cf-5b13-4250-b09d-48923a6d1f8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/b939eef8-fa7d-434b-bd75-d5f0fe119c5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YY15ZBN/2026-03-03/image/03ab8736-d9d0-4ff5-a237-cf02b5ef958d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 6/16 5K, 6/17 13K, 6/18 20K, 11/19 28K, 12/20 31K, 12/21 33K, 12/22 44K, 9/23 57K, 8/24 70K, 9/25 86K, 10/25 88K', 'remarks': '*NON-RUNNER BATTERY DISCONNECTED – NO DELIVERY AVAILABLE (WESTBURY) ENGINE POSSIBLY SEIZED, REQUIRES NEW ENGINE, MAY HAVE FURTHER FAULTS* - SPARE KEY', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08823ea5-d127-5333-9d18-37879243c982 with identifier: 120098736
2026-03-26 05:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08823ea5-d127-5333-9d18-37879243c982 with scrape type 2
2026-03-26 05:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08823ea5-d127-5333-9d18-37879243c982 with scrape type 2
2026-03-26 05:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 08823ea5-d127-5333-9d18-37879243c982, identifier: 120098736
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119471463, 'registration': 'GJ60KHD', 'account': 'KNI001', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 140 Titanium 5dr Powershift', 'mileage': 130463, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2010-10-07', 'fuel': 'Diesel', 'motExpiry': '2025-10-08', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/dcab661b-4fdb-4cb0-bdad-fd5dfbed42cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/dda09d3c-cb9e-4e18-b5ea-ebca209020d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/8d60c9b4-94f9-4c39-9f73-8b8c238bf29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/bb87026a-ca1b-46c0-8d41-4cd54a093041_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/0235aa3a-78d4-42c8-a5e8-55021335b307_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/145fd726-574b-466b-bd9e-45775fc00dfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/03648b33-9e33-4640-9fb8-b942875f9766_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/61c84039-5211-4ea6-8d4c-e7c2a187045c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': 'Service print 0/11- 8K, 09/12- 19K, 09/13-27K NO DATE-36K 08/15-47K 08/16-61K 08/17-71K 10/18-87K 09/19-96K 09/20-102K 09/21-110K 10/22-120K', 'remarks': '**STARTER MOTOR ISSUE MAY HAVE FURTHER FAULTS COLLECTION ONLY CHELMSFORD** NO V5 FORMER KEEPERS UNKNOWN, SPARE KEY, VOSA STATES 110K, 120K, 128K, 130K, SPARE KEY', 'virtual': True, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119471463, 'registration': 'GJ60KHD', 'account': 'KNI001', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 140 Titanium 5dr Powershift', 'mileage': 130463, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2010-10-07', 'fuel': 'Diesel', 'motExpiry': '2025-10-08', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/dcab661b-4fdb-4cb0-bdad-fd5dfbed42cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/dda09d3c-cb9e-4e18-b5ea-ebca209020d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/8d60c9b4-94f9-4c39-9f73-8b8c238bf29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/bb87026a-ca1b-46c0-8d41-4cd54a093041_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/0235aa3a-78d4-42c8-a5e8-55021335b307_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/145fd726-574b-466b-bd9e-45775fc00dfb_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/03648b33-9e33-4640-9fb8-b942875f9766_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ60KHD/2026-02-10/image/61c84039-5211-4ea6-8d4c-e7c2a187045c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': 'Service print 0/11- 8K, 09/12- 19K, 09/13-27K NO DATE-36K 08/15-47K 08/16-61K 08/17-71K 10/18-87K 09/19-96K 09/20-102K 09/21-110K 10/22-120K', 'remarks': '**STARTER MOTOR ISSUE MAY HAVE FURTHER FAULTS COLLECTION ONLY CHELMSFORD** NO V5 FORMER KEEPERS UNKNOWN, SPARE KEY, VOSA STATES 110K, 120K, 128K, 130K, SPARE KEY', 'virtual': True, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b144554-3895-5972-82c2-451a2bdb8157 with identifier: 119471463
2026-03-26 05:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b144554-3895-5972-82c2-451a2bdb8157 with scrape type 2
2026-03-26 05:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b144554-3895-5972-82c2-451a2bdb8157 with scrape type 2
2026-03-26 05:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9b144554-3895-5972-82c2-451a2bdb8157, identifier: 119471463
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119270827, 'registration': 'SC15BVU', 'account': 'SMC012', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 68876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC15BVU/2026-02-24/image/b53211c4-56d6-4d2c-8ae6-ed07df5f498c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/d56a772b-e78b-4082-933e-27ef67b37d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd994917-17f8-408f-b687-3f1ecb9c3080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd014d59-dcb8-4e64-a392-96bb35534cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/87d791bc-cfc7-4523-b418-8bfa7816bfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/7936bebd-6db2-434f-aaf3-e0fe9e52cfef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/a298358c-8969-4460-a66b-2c1198ce02f4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'CAT D - SALVAGE - Damage is front end and undercarriage NO V5 NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE ISSUES, MAY HAVE FURTHER FAULTS, SOLD AS SEEN - VOSA STATES 41K, 61K, 67K', 'virtual': True, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 105, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119270827, 'registration': 'SC15BVU', 'account': 'SMC012', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 68876, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2015-05-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-06', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SC15BVU/2026-02-24/image/b53211c4-56d6-4d2c-8ae6-ed07df5f498c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/d56a772b-e78b-4082-933e-27ef67b37d97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd994917-17f8-408f-b687-3f1ecb9c3080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/cd014d59-dcb8-4e64-a392-96bb35534cb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/87d791bc-cfc7-4523-b418-8bfa7816bfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/7936bebd-6db2-434f-aaf3-e0fe9e52cfef_removebg.jpg?w=600', 'https://abimg003.imgix.net/SC15BVU/2026-02-24/image/a298358c-8969-4460-a66b-2c1198ce02f4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'CAT D - SALVAGE - Damage is front end and undercarriage NO V5 NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE ISSUES, MAY HAVE FURTHER FAULTS, SOLD AS SEEN - VOSA STATES 41K, 61K, 67K', 'virtual': True, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 105, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827
2026-03-26 05:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with scrape type 2
2026-03-26 05:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with scrape type 2
2026-03-26 05:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1f2514bd-a63b-5c3d-847d-17cacdf4a862, identifier: 119270827
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120595672
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595672%27 HTTP/1.1" 200 None
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Scrape type for 120595672: 0
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120595505
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595505%27 HTTP/1.1" 200 None
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Scrape type for 120595505: 0
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Found listing with ID: 120440606
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120440606%27 HTTP/1.1" 200 None
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Scrape type for 120440606: 2
2026-03-26 05:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 08823ea5-d127-5333-9d18-37879243c982 with identifier: 120098736
2026-03-26 05:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 08823ea5-d127-5333-9d18-37879243c982 with identifier: 120098736
2026-03-26 05:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 08823ea5-d127-5333-9d18-37879243c982 with identifier: 120098736 to the API
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120098736?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '08823ea5-d127-5333-9d18-37879243c982',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YY15ZBN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120098736',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'CITROEN',
'model': 'C4 CACTUS HATCHBACK (RC)',
'odometer': 91058,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-23',
'seller_name': 'MotoNovo Finance',
'title': 'CITROEN C4 CACTUS HATCHBACK (RC) 1.2 PureTech [82] Feel 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech [82] Feel 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098736%27 HTTP/1.1" 200 None
2026-03-26 05:02:16 [astonbarclay.gb] INFO: Saving data for 120098736: {'auction_closing_time': 1774609200.0, 'created_time': 1774271404.194527, 'last_price_update_time': 1774501336.626949}
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120098736') HTTP/1.1" 204 0
2026-03-26 05:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9b144554-3895-5972-82c2-451a2bdb8157 with identifier: 119471463
2026-03-26 05:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9b144554-3895-5972-82c2-451a2bdb8157 with identifier: 119471463
2026-03-26 05:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9b144554-3895-5972-82c2-451a2bdb8157 with identifier: 119471463 to the API
2026-03-26 05:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119471463?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '9b144554-3895-5972-82c2-451a2bdb8157',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ60KHD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119471463',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'S-MAX DIESEL ESTATE',
'odometer': 130463,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-10-07',
'seller_name': None,
'title': 'FORD S-MAX DIESEL ESTATE 2.0 TDCi 140 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 140 Titanium 5dr Powershift',
'vin': None,
'year': 2010}
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119471463%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Saving data for 119471463: {'auction_closing_time': 1774609200.0, 'created_time': 1773404408.274913, 'last_price_update_time': 1774501337.02892}
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119471463') HTTP/1.1" 204 0
2026-03-26 05:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827
2026-03-26 05:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827
2026-03-26 05:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1f2514bd-a63b-5c3d-847d-17cacdf4a862 with identifier: 119270827 to the API
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119270827?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '1f2514bd-a63b-5c3d-847d-17cacdf4a862',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SC15BVU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119270827',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'DACIA',
'model': 'SANDERO STEPWAY DIESEL HATCHBACK',
'odometer': 68876,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-29',
'seller_name': 'SMC Group',
'title': 'DACIA SANDERO STEPWAY DIESEL HATCHBACK 1.5 dCi Laureate 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Laureate 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119270827%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Saving data for 119270827: {'auction_closing_time': 1774609200.0, 'created_time': 1773404606.428196, 'last_price_update_time': 1774501337.326371}
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119270827') HTTP/1.1" 204 0
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120761595
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761595%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120761595: 0
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120453748
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453748%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120453748: 0
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120741069
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120741069%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120741069: 0
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120322108
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120322108%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120322108: 2
2026-03-26 05:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118212820?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:17 [astonbarclay.gb] INFO: Found listing with ID: 119637509
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119637509%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 119637509: 2
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 117830350
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117830350%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 117830350: 2
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120510340
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120510340%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120510340: 2
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120592457
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592457%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120592457: 2
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 119811587
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119811587%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 119811587: 2
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120327884
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120327884%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120327884: 0
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 120219322
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120219322%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 120219322: 2
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118212820, 'registration': 'BW18OCF', 'account': 'MOT131', 'make': 'ALFA ROMEO', 'model': 'GIULIA DIESEL SALOON', 'derivative': '2.2 JTDM-2 180 Tecnica 4dr Auto', 'mileage': 113934, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-08-14', 'fuel': 'Diesel', 'motExpiry': '2025-11-24', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BW18OCF/2026-01-22/image/442afdd1-c932-408d-b91e-688673efa882_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1c2ce5b-7410-4ba0-973e-7c7878aa66de_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/53b5e908-9a4c-46ef-89c6-01074caba961_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/aea0b47f-2ef3-4949-906b-3c60cd511b71_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/6e5d481b-ab9e-4a53-914d-c1d28eaaa51c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1041ea9-a87f-478c-9d36-1832eb180452_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 12K, 08/21 - 52K, 03/22 - 62K, 07/22 - 69K, 01/23 - 84K, 10/23 - 99K', 'remarks': '****NON-RUNNER , ENGINE SEIZED, POSSIBLE FURTHER PROBLEMS, COLLECTION ONLY FROM CHELMSFORD*****NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 52K, 69K, 94K, 110K', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9375e23b-a52f-41cb-99ca-9954d8853ba8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118212820, 'registration': 'BW18OCF', 'account': 'MOT131', 'make': 'ALFA ROMEO', 'model': 'GIULIA DIESEL SALOON', 'derivative': '2.2 JTDM-2 180 Tecnica 4dr Auto', 'mileage': 113934, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-08-14', 'fuel': 'Diesel', 'motExpiry': '2025-11-24', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BW18OCF/2026-01-22/image/442afdd1-c932-408d-b91e-688673efa882_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1c2ce5b-7410-4ba0-973e-7c7878aa66de_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/53b5e908-9a4c-46ef-89c6-01074caba961_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/aea0b47f-2ef3-4949-906b-3c60cd511b71_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/6e5d481b-ab9e-4a53-914d-c1d28eaaa51c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW18OCF/2026-01-22/image/e1041ea9-a87f-478c-9d36-1832eb180452_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 - 12K, 08/21 - 52K, 03/22 - 62K, 07/22 - 69K, 01/23 - 84K, 10/23 - 99K', 'remarks': '****NON-RUNNER , ENGINE SEIZED, POSSIBLE FURTHER PROBLEMS, COLLECTION ONLY FROM CHELMSFORD*****NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 52K, 69K, 94K, 110K', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9375e23b-a52f-41cb-99ca-9954d8853ba8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820
2026-03-26 05:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b34d5a-2ed6-55b3-b75f-984fa71368fc with scrape type 2
2026-03-26 05:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b34d5a-2ed6-55b3-b75f-984fa71368fc with scrape type 2
2026-03-26 05:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c3b34d5a-2ed6-55b3-b75f-984fa71368fc, identifier: 118212820
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Found listing with ID: 119629779
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119629779%27 HTTP/1.1" 200 None
2026-03-26 05:02:17 [astonbarclay.gb] INFO: Scrape type for 119629779: 2
2026-03-26 05:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820
2026-03-26 05:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820
2026-03-26 05:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c3b34d5a-2ed6-55b3-b75f-984fa71368fc with identifier: 118212820 to the API
2026-03-26 05:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118212820?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'c3b34d5a-2ed6-55b3-b75f-984fa71368fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BW18OCF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118212820',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'ALFA ROMEO',
'model': 'GIULIA DIESEL SALOON',
'odometer': 113934,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-14',
'seller_name': 'MotoNovo Finance',
'title': 'ALFA ROMEO GIULIA DIESEL SALOON 2.2 JTDM-2 180 Tecnica 4dr Auto',
'transmission': 'automatic',
'trim': '2.2 JTDM-2 180 Tecnica 4dr Auto',
'vin': None,
'year': 2018}
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118212820%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Saving data for 118212820: {'auction_closing_time': 1774609200.0, 'created_time': 1773948112.010629, 'last_price_update_time': 1774501338.075447}
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118212820') HTTP/1.1" 204 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120592265
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592265%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120592265: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120656496
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656496%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120656496: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120171916
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120171916%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120171916: 2
2026-03-26 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119180124?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120714054
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714054%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120714054: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120595682
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595682%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120595682: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120145776
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120145776%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120145776: 2
2026-03-26 05:02: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:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120123036?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120214662?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120453970
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120453970%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120453970: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120280975
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120280975%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120280975: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120320853
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120320853%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120320853: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120735368
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735368%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120735368: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120714062
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714062%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120714062: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120595536
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595536%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120595536: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120688324
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688324%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120688324: 2
2026-03-26 05:02: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:02: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:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120530920
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120530920%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120530920: 2
2026-03-26 05:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119896301?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119180124, 'registration': 'SA59TNZ', 'account': 'LON007', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 72775, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2009-09-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-23', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/dc5a3d30-8751-4792-baf3-c73045cecf5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/24d461cf-c22e-4af6-acf4-65637bfe8746_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/7f56ed44-3282-45c4-a5b7-6390173319c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/8e4d1cff-6516-4f7a-a14f-c033fd116915_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/76490fda-2ed2-47fb-a175-312a6dc056f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/08ae1f3a-aef3-4c11-aba8-dbc3efdab236_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/e4b7f2e5-011a-42d5-ae7c-e2076f4dfabe_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 1/11 11K - 10/11 19K - 10/12 28K - 04/13 31K - 01/14 33K - 04/23 60K', 'remarks': 'VOSA STATES, 56K, 60K, 65K, 69K - SPARE KEY IN OFFICE NON RUNNER COLLECTION ONLY CHELMSFORD CLUTCH GONE MAY HAVE FURTHER FAULTS SOLD AS SEEN', 'virtual': True, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119180124, 'registration': 'SA59TNZ', 'account': 'LON007', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.4 Zetec 5dr', 'mileage': 72775, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2009-09-22', 'fuel': 'Petrol', 'motExpiry': '2026-03-23', 'doors': 5, 'engineSize': 1388, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/dc5a3d30-8751-4792-baf3-c73045cecf5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/24d461cf-c22e-4af6-acf4-65637bfe8746_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/7f56ed44-3282-45c4-a5b7-6390173319c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/8e4d1cff-6516-4f7a-a14f-c033fd116915_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/76490fda-2ed2-47fb-a175-312a6dc056f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/08ae1f3a-aef3-4c11-aba8-dbc3efdab236_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA59TNZ/2026-02-13/image/e4b7f2e5-011a-42d5-ae7c-e2076f4dfabe_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': 'Service book 1/11 11K - 10/11 19K - 10/12 28K - 04/13 31K - 01/14 33K - 04/23 60K', 'remarks': 'VOSA STATES, 56K, 60K, 65K, 69K - SPARE KEY IN OFFICE NON RUNNER COLLECTION ONLY CHELMSFORD CLUTCH GONE MAY HAVE FURTHER FAULTS SOLD AS SEEN', 'virtual': True, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124
2026-03-26 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with scrape type 2
2026-03-26 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with scrape type 2
2026-03-26 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 34ad4dbc-c60a-5cd7-af46-0906979d44f6, identifier: 119180124
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120123036, 'registration': 'LR74YOD', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Elegance 5dr DSG', 'mileage': 14530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1114, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LR74YOD/2026-03-04/image/740d4757-bd0b-46a2-a600-0497b07087b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/230432db-9701-46d5-9590-2de84143ba9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/f64f4be2-66c8-4af3-8dbd-f41d2c0f3754_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c851a090-bbaf-4bdb-8fdb-5bfb7f6b6b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/737324f7-1fd2-4292-b1de-aa4607d4dd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c3d27fce-bf2b-4342-88a6-3f28b13f295a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/a3ddf687-955a-4c29-8212-d20be092ebc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1fe1e7e-1885-485b-8870-69502a3f5531_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/ff51306f-edfb-4c65-859e-eccdd9fa2626_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1857294-a170-4a5a-96c4-e97096f6cba3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acb6513a-2551-4b1a-a199-703f6509af43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120123036, 'registration': 'LR74YOD', 'account': 'MOT070', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ALLSPACE ESTATE', 'derivative': '1.5 TSI Elegance 5dr DSG', 'mileage': 14530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1114, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-19', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LR74YOD/2026-03-04/image/740d4757-bd0b-46a2-a600-0497b07087b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/230432db-9701-46d5-9590-2de84143ba9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/f64f4be2-66c8-4af3-8dbd-f41d2c0f3754_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c851a090-bbaf-4bdb-8fdb-5bfb7f6b6b3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/737324f7-1fd2-4292-b1de-aa4607d4dd54_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c3d27fce-bf2b-4342-88a6-3f28b13f295a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/a3ddf687-955a-4c29-8212-d20be092ebc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1fe1e7e-1885-485b-8870-69502a3f5531_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/ff51306f-edfb-4c65-859e-eccdd9fa2626_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR74YOD/2026-03-04/image/c1857294-a170-4a5a-96c4-e97096f6cba3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/acb6513a-2551-4b1a-a199-703f6509af43.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036
2026-03-26 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0176e1c-10a1-5717-a312-1c46826feeae with scrape type 2
2026-03-26 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0176e1c-10a1-5717-a312-1c46826feeae with scrape type 2
2026-03-26 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c0176e1c-10a1-5717-a312-1c46826feeae, identifier: 120123036
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120214662, 'registration': 'OW25NPU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 2873, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1105, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-06-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OW25NPU/2026-03-07/image/914c4a9f-7753-4fbf-ac26-9ccd9ea00887_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/ed389db6-6729-424a-9f7f-a5fc6af27f7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2150ffd7-7e40-41e7-b371-6d57cc6a6159_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/9f3cb89a-be65-47e5-84a3-0195b9493302_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2f2ee5f6-45c7-4b49-ac33-14d3f75cedd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/35878ba1-18db-4f90-a1f5-f8da98c967c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/10761c56-bedd-49fe-8c14-92516b9a276d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/803413bd-bc91-4e0a-adba-70bd85dc699c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'OUTSTANDING RECALL', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ca09b1d-ea56-42d8-9402-08ef7c94ec38.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120214662, 'registration': 'OW25NPU', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr', 'mileage': 2873, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1105, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2025-06-25', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OW25NPU/2026-03-07/image/914c4a9f-7753-4fbf-ac26-9ccd9ea00887_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/ed389db6-6729-424a-9f7f-a5fc6af27f7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2150ffd7-7e40-41e7-b371-6d57cc6a6159_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/9f3cb89a-be65-47e5-84a3-0195b9493302_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/2f2ee5f6-45c7-4b49-ac33-14d3f75cedd3_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/35878ba1-18db-4f90-a1f5-f8da98c967c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/10761c56-bedd-49fe-8c14-92516b9a276d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OW25NPU/2026-03-07/image/803413bd-bc91-4e0a-adba-70bd85dc699c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'OUTSTANDING RECALL', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ca09b1d-ea56-42d8-9402-08ef7c94ec38.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662
2026-03-26 05:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b44a3a78-e731-5fc0-80d4-344d8f74e93b with scrape type 2
2026-03-26 05:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b44a3a78-e731-5fc0-80d4-344d8f74e93b with scrape type 2
2026-03-26 05:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b44a3a78-e731-5fc0-80d4-344d8f74e93b, identifier: 120214662
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120443760
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443760%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120443760: 0
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Found listing with ID: 120694307
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694307%27 HTTP/1.1" 200 None
2026-03-26 05:02:18 [astonbarclay.gb] INFO: Scrape type for 120694307: 2
2026-03-26 05:02: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:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124
2026-03-26 05:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124
2026-03-26 05:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 34ad4dbc-c60a-5cd7-af46-0906979d44f6 with identifier: 119180124 to the API
2026-03-26 05:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119180124?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '34ad4dbc-c60a-5cd7-af46-0906979d44f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA59TNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119180124',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 72775,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-22',
'seller_name': '.',
'title': 'FORD FIESTA HATCHBACK 1.4 Zetec 5dr',
'transmission': 'manual',
'trim': '1.4 Zetec 5dr',
'vin': None,
'year': 2009}
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119180124%27 HTTP/1.1" 200 None
2026-03-26 05:02:19 [astonbarclay.gb] INFO: Saving data for 119180124: {'auction_closing_time': 1774609200.0, 'created_time': 1773404408.727204, 'last_price_update_time': 1774501339.085929}
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119180124') HTTP/1.1" 204 0
2026-03-26 05:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036
2026-03-26 05:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036
2026-03-26 05:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c0176e1c-10a1-5717-a312-1c46826feeae with identifier: 120123036 to the API
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120123036?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c0176e1c-10a1-5717-a312-1c46826feeae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR74YOD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120123036',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ALLSPACE ESTATE',
'odometer': 14530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-19',
'seller_name': 'Motability Operations',
'title': 'VOLKSWAGEN TIGUAN ALLSPACE ESTATE 1.5 TSI Elegance 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI Elegance 5dr DSG',
'vin': None,
'year': 2024}
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123036%27 HTTP/1.1" 200 None
2026-03-26 05:02:19 [astonbarclay.gb] INFO: Saving data for 120123036: {'auction_closing_time': 1774861200.0, 'created_time': 1773402006.662062, 'last_price_update_time': 1774501339.482339}
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120123036') HTTP/1.1" 204 0
2026-03-26 05:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662
2026-03-26 05:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662
2026-03-26 05:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b44a3a78-e731-5fc0-80d4-344d8f74e93b with identifier: 120214662 to the API
2026-03-26 05:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120214662?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b44a3a78-e731-5fc0-80d4-344d8f74e93b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OW25NPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120214662',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 2873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-25',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech Allure 5dr',
'vin': None,
'year': 2025}
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120214662%27 HTTP/1.1" 200 None
2026-03-26 05:02:20 [astonbarclay.gb] INFO: Saving data for 120214662: {'auction_closing_time': 1774861200.0, 'created_time': 1773402107.317703, 'last_price_update_time': 1774501340.608253}
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120214662') HTTP/1.1" 204 0
2026-03-26 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120690454
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690454%27 HTTP/1.1" 200 None
2026-03-26 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120690454: 2
2026-03-26 05:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118014845?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119896301, 'registration': 'EK72OVT', 'account': 'MOT070', 'make': 'FORD', 'model': 'S-MAX ESTATE', 'derivative': '2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT', 'mileage': 2309, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1106, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK72OVT/2026-02-26/image/b74d9a7f-6ca9-4690-b4f3-f4e432d5a974_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/cdb76dcf-3b54-4213-8338-6b9f178c0c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/dbd90736-4a0c-4e9a-8c2d-ab4c1568bdb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/6d0ed217-67da-4786-9d88-2b8f8c086fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/11311b86-1bb2-4cc4-a59e-59b306690105_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/43269244-f9ac-4d82-83d0-0ddc6bdedb77_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/ea90d510-cb1a-4d09-92d8-06fbbf5ff324_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/9bd412b6-7bb6-4c3f-8f64-f887d45e70c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/153c7437-cf97-4a81-9d32-bb886de711f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/f5eed35d-4ce2-4d85-852d-7b643511eae6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24 2K', 'remarks': 'VOSA STATES, 2K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e4e621ba-b175-4631-a8f7-b3f9eeb9672f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119896301, 'registration': 'EK72OVT', 'account': 'MOT070', 'make': 'FORD', 'model': 'S-MAX ESTATE', 'derivative': '2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT', 'mileage': 2309, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1106, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-29', 'doors': 5, 'engineSize': 2488, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK72OVT/2026-02-26/image/b74d9a7f-6ca9-4690-b4f3-f4e432d5a974_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/cdb76dcf-3b54-4213-8338-6b9f178c0c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/dbd90736-4a0c-4e9a-8c2d-ab4c1568bdb0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/6d0ed217-67da-4786-9d88-2b8f8c086fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/11311b86-1bb2-4cc4-a59e-59b306690105_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/43269244-f9ac-4d82-83d0-0ddc6bdedb77_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/ea90d510-cb1a-4d09-92d8-06fbbf5ff324_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/9bd412b6-7bb6-4c3f-8f64-f887d45e70c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/153c7437-cf97-4a81-9d32-bb886de711f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK72OVT/2026-02-26/image/f5eed35d-4ce2-4d85-852d-7b643511eae6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/24 2K', 'remarks': 'VOSA STATES, 2K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e4e621ba-b175-4631-a8f7-b3f9eeb9672f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301
2026-03-26 05:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with scrape type 2
2026-03-26 05:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with scrape type 2
2026-03-26 05:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29, identifier: 119896301
2026-03-26 05:02:20 [astonbarclay.gb] INFO: Found listing with ID: 120692816
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692816%27 HTTP/1.1" 200 None
2026-03-26 05:02:20 [astonbarclay.gb] INFO: Scrape type for 120692816: 2
2026-03-26 05:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301
2026-03-26 05:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301
2026-03-26 05:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29 with identifier: 119896301 to the API
2026-03-26 05:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119896301?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'b36c7c00-f4d5-5e21-8b3a-b8f9bf78dd29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK72OVT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119896301',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'S-MAX ESTATE',
'odometer': 2309,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Motability Operations',
'title': 'FORD S-MAX ESTATE 2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT',
'transmission': 'automatic',
'trim': '2.5 FHEV 190 Titanium [Lux Pack] 5dr CVT',
'vin': None,
'year': 2022}
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119896301%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Saving data for 119896301: {'auction_closing_time': 1774861200.0, 'created_time': 1773774217.828686, 'last_price_update_time': 1774501341.05433}
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119896301') HTTP/1.1" 204 0
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120690865
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690865%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120690865: 2
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118014845, 'registration': 'EK25FUT', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 4202, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1113, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK25FUT/2026-03-13/image/9deccf6f-294b-419b-89c0-ab455b96df7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/67ee5275-4a68-4c52-a93d-d650a49ee770_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/0f6e282d-32f8-49d6-a373-51c9f5a27ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/5b9ca7af-f2d8-4cb9-a8f2-9c5a3398542a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/75c3c1b7-7255-4c21-8cac-800eb198fdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/4485a849-7edf-4927-8f41-331df6c12c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/42d3cf47-f84e-43b4-956e-271eb1567813_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/8e756ac8-c36d-4955-aad5-f27e86f0afc6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec4668d9-1a7f-4c3a-a444-f8370be1d595.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118014845, 'registration': 'EK25FUT', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 4202, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1113, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-03-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EK25FUT/2026-03-13/image/9deccf6f-294b-419b-89c0-ab455b96df7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/67ee5275-4a68-4c52-a93d-d650a49ee770_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/0f6e282d-32f8-49d6-a373-51c9f5a27ffd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/5b9ca7af-f2d8-4cb9-a8f2-9c5a3398542a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/75c3c1b7-7255-4c21-8cac-800eb198fdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/4485a849-7edf-4927-8f41-331df6c12c0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/42d3cf47-f84e-43b4-956e-271eb1567813_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK25FUT/2026-03-13/image/8e756ac8-c36d-4955-aad5-f27e86f0afc6_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ec4668d9-1a7f-4c3a-a444-f8370be1d595.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845
2026-03-26 05:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with scrape type 2
2026-03-26 05:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with scrape type 2
2026-03-26 05:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6d7fe022-a5ad-591b-ab13-8e10afff57d6, identifier: 118014845
2026-03-26 05:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120521730?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845
2026-03-26 05:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845
2026-03-26 05:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6d7fe022-a5ad-591b-ab13-8e10afff57d6 with identifier: 118014845 to the API
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118014845?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '6d7fe022-a5ad-591b-ab13-8e10afff57d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EK25FUT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118014845',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': 'E-3008 ELECTRIC ESTATE',
'odometer': 4202,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-12',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT E-3008 ELECTRIC ESTATE 157kW GT 73kWh 5dr Auto',
'transmission': 'automatic',
'trim': '157kW GT 73kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118014845%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Saving data for 118014845: {'auction_closing_time': 1774861200.0, 'created_time': 1773863965.44674, 'last_price_update_time': 1774501341.472124}
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118014845') HTTP/1.1" 204 0
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120681200
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681200%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120681200: 2
2026-03-26 05:02: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:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120688243
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688243%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120688243: 2
2026-03-26 05:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120168848?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120521730, 'registration': 'FV71WSJ', 'account': 'DAY005', 'make': 'TOYOTA', 'model': 'COROLLA TOURING SPORT', 'derivative': '1.8 VVT-i Hybrid Icon 5dr CVT', 'mileage': 16662, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/c8176384-1ff0-4c15-bd66-b1d0ef63491d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/30024b43-8752-446f-bce6-bf0972b9d6a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/57c320fe-a044-4a4e-a53c-5631edb98946_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/e4dc6258-14c6-428e-b298-f404c942ee03_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/8e346835-6369-41e0-b3c0-4cf74274347c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/002bb09a-ef6e-43ac-8a22-33c099bb063e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/072a8fda-956e-42c7-946f-8279e94cb740_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/68563b63-2f27-43dc-92df-19fecdd3e08b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/e9a6d002-ca94-4f94-9428-d46ca8084fec_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23-5K, 12/24-10K, 12/25-16K,', 'remarks': '**118** VOSA STATES 10K, 16K, SPARE KEY', 'virtual': False, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ed5457f-9148-4d48-9c34-3d07811098f9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120521730, 'registration': 'FV71WSJ', 'account': 'DAY005', 'make': 'TOYOTA', 'model': 'COROLLA TOURING SPORT', 'derivative': '1.8 VVT-i Hybrid Icon 5dr CVT', 'mileage': 16662, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-03', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-18', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/c8176384-1ff0-4c15-bd66-b1d0ef63491d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/30024b43-8752-446f-bce6-bf0972b9d6a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/57c320fe-a044-4a4e-a53c-5631edb98946_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/e4dc6258-14c6-428e-b298-f404c942ee03_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/8e346835-6369-41e0-b3c0-4cf74274347c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/002bb09a-ef6e-43ac-8a22-33c099bb063e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/072a8fda-956e-42c7-946f-8279e94cb740_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/68563b63-2f27-43dc-92df-19fecdd3e08b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV71WSJ/2026-03-24/image/e9a6d002-ca94-4f94-9428-d46ca8084fec_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23-5K, 12/24-10K, 12/25-16K,', 'remarks': '**118** VOSA STATES 10K, 16K, SPARE KEY', 'virtual': False, 'seller': 'Days Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3ed5457f-9148-4d48-9c34-3d07811098f9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1 with identifier: 120521730
2026-03-26 05:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1 with scrape type 2
2026-03-26 05:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1 with scrape type 2
2026-03-26 05:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1, identifier: 120521730
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Found listing with ID: 120683124
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683124%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Scrape type for 120683124: 2
2026-03-26 05:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1 with identifier: 120521730
2026-03-26 05:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1 with identifier: 120521730
2026-03-26 05:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1 with identifier: 120521730 to the API
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120521730?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '8b6e2d51-1f3d-5f0d-8d02-0cbf950925a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FV71WSJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120521730',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'COROLLA TOURING SPORT',
'odometer': 16662,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-03',
'seller_name': 'Days Fleet',
'title': 'TOYOTA COROLLA TOURING SPORT 1.8 VVT-i Hybrid Icon 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 VVT-i Hybrid Icon 5dr CVT',
'vin': None,
'year': 2022}
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120521730%27 HTTP/1.1" 200 None
2026-03-26 05:02:21 [astonbarclay.gb] INFO: Saving data for 120521730: {'auction_closing_time': 1774604700.0, 'created_time': 1774270985.107144, 'last_price_update_time': 1774501341.911059}
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120521730') HTTP/1.1" 204 0
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120692983
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692983%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120692983: 2
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120168848, 'registration': 'EN74NFX', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 4523, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1112, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN74NFX/2026-03-05/image/102936c3-71e7-4093-a7c7-29ab0f51a4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/5b48fbc8-a79d-4a52-ab23-6a870a6a48b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/ee39f7b1-f0c6-4997-8b94-5104e78e7d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/3ccc43c3-81ff-4f91-8027-9d4282fa3e2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/967faae4-8ea8-43ca-b27f-10729ca8a3ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bb3b14c8-bb02-432a-8d7b-3d6a846fa64b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/f10f0d70-8f9a-4201-a99a-955759529dd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bc512425-261d-41e6-a105-a08c993f98d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/2f27432c-cc30-4bd9-865e-eec48c4f70eb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'BROKEN SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28795763-0434-4e53-ba06-531f8d810d56.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120168848, 'registration': 'EN74NFX', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 4523, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1112, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN74NFX/2026-03-05/image/102936c3-71e7-4093-a7c7-29ab0f51a4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/5b48fbc8-a79d-4a52-ab23-6a870a6a48b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/ee39f7b1-f0c6-4997-8b94-5104e78e7d67_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/3ccc43c3-81ff-4f91-8027-9d4282fa3e2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/967faae4-8ea8-43ca-b27f-10729ca8a3ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bb3b14c8-bb02-432a-8d7b-3d6a846fa64b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/f10f0d70-8f9a-4201-a99a-955759529dd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/bc512425-261d-41e6-a105-a08c993f98d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN74NFX/2026-03-05/image/2f27432c-cc30-4bd9-865e-eec48c4f70eb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'BROKEN SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28795763-0434-4e53-ba06-531f8d810d56.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848
2026-03-26 05:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89802a52-5684-5b13-89d6-73cd7a4a5c9d with scrape type 2
2026-03-26 05:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89802a52-5684-5b13-89d6-73cd7a4a5c9d with scrape type 2
2026-03-26 05:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89802a52-5684-5b13-89d6-73cd7a4a5c9d, identifier: 120168848
2026-03-26 05:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120587142?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848
2026-03-26 05:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848
2026-03-26 05:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89802a52-5684-5b13-89d6-73cd7a4a5c9d with identifier: 120168848 to the API
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120168848?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '89802a52-5684-5b13-89d6-73cd7a4a5c9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN74NFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120168848',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 4523,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2025}
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120168848%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Saving data for 120168848: {'auction_closing_time': 1774861200.0, 'created_time': 1773830826.202833, 'last_price_update_time': 1774501342.431099}
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120168848') HTTP/1.1" 204 0
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120687223
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687223%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120687223: 2
2026-03-26 05:02: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:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120287242?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120694326
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694326%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120694326: 0
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120688313
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688313%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120688313: 0
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120692322
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692322%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120692322: 0
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120693666
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693666%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120693666: 0
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Found listing with ID: 120680805
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680805%27 HTTP/1.1" 200 None
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Scrape type for 120680805: 2
2026-03-26 05:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118913248?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120535587?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120587142, 'registration': 'KF21XFJ', 'account': 'WBA002', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 41054, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-08-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/1d59f5c8-c5b6-42e4-bbef-72e4c644ca94_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/9d1dd352-12f6-4980-b60f-4c400f949d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/180dbacb-d5d5-43d7-92d6-6824bc78f7d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/789648f7-ae7e-49ab-912b-fcf6496713e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/61dbd255-955e-4fc3-9088-02e29fa9350b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/8b8a4be5-e39a-4ca3-bf66-e15eb54d22c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/db89e774-523e-4551-b0d3-f239c834935c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/6278ce5b-7639-4d99-8cae-05ea298df8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/c57d580f-1ffc-40ea-9c33-b7dc6ae37f50_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 3K, 08/23- 11K, 04/25- 29K', 'remarks': 'VOSA STATES 17K, 29K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c95da44-07a6-4027-952a-9dbf5e5a9272.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120587142, 'registration': 'KF21XFJ', 'account': 'WBA002', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 41054, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1146, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-08-28', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/1d59f5c8-c5b6-42e4-bbef-72e4c644ca94_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/9d1dd352-12f6-4980-b60f-4c400f949d00_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/180dbacb-d5d5-43d7-92d6-6824bc78f7d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/789648f7-ae7e-49ab-912b-fcf6496713e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/61dbd255-955e-4fc3-9088-02e29fa9350b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/8b8a4be5-e39a-4ca3-bf66-e15eb54d22c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/db89e774-523e-4551-b0d3-f239c834935c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/6278ce5b-7639-4d99-8cae-05ea298df8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/KF21XFJ/2026-03-19/image/c57d580f-1ffc-40ea-9c33-b7dc6ae37f50_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/22- 3K, 08/23- 11K, 04/25- 29K', 'remarks': 'VOSA STATES 17K, 29K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4c95da44-07a6-4027-952a-9dbf5e5a9272.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142
2026-03-26 05:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with scrape type 2
2026-03-26 05:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with scrape type 2
2026-03-26 05:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0, identifier: 120587142
2026-03-26 05:02: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:02: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:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142
2026-03-26 05:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142
2026-03-26 05:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0 with identifier: 120587142 to the API
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120587142?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'a80e88aa-1d6a-57f6-9dc9-6da122a7d2a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KF21XFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120587142',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 41054,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-28',
'seller_name': 'UKCGR - Premium',
'title': 'KIA SPORTAGE ESTATE 1.6 GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 GDi ISG 2 5dr',
'vin': None,
'year': 2021}
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587142%27 HTTP/1.1" 200 None
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Saving data for 120587142: {'auction_closing_time': 1774861200.0, 'created_time': 1773914530.968606, 'last_price_update_time': 1774501343.11193}
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120587142') HTTP/1.1" 204 0
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120689132
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689132%27 HTTP/1.1" 200 None
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120689132: 2
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120287242, 'registration': 'AP74FEF', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 16534, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1110, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-12-23', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AP74FEF/2026-03-11/image/efac3aaf-e59c-4286-a6a1-e963d0da0e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/c3b9506e-1aac-467e-bcbe-d09393ba68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/aeff6889-a812-400c-b16a-c00ec72977f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/f76b8ef4-f129-496f-96a0-c1c554efba1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/b487bd3e-d759-40c7-827d-ae7e3fb8d628_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/136cb5f2-855d-4b98-aec0-bb8cc169a160_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/fe711005-7775-43de-b240-0c87745da6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/61efb436-bc17-445a-af89-ea1eca6d33e1_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 16K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a72b0be-07fd-44d0-901e-d73c916d333a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120287242, 'registration': 'AP74FEF', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 16534, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1110, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-12-23', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AP74FEF/2026-03-11/image/efac3aaf-e59c-4286-a6a1-e963d0da0e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/c3b9506e-1aac-467e-bcbe-d09393ba68ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/aeff6889-a812-400c-b16a-c00ec72977f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/f76b8ef4-f129-496f-96a0-c1c554efba1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/b487bd3e-d759-40c7-827d-ae7e3fb8d628_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/136cb5f2-855d-4b98-aec0-bb8cc169a160_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/fe711005-7775-43de-b240-0c87745da6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP74FEF/2026-03-11/image/61efb436-bc17-445a-af89-ea1eca6d33e1_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 16K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a72b0be-07fd-44d0-901e-d73c916d333a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242
2026-03-26 05:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a47d427-b4c8-53a5-b344-db342159c75a with scrape type 2
2026-03-26 05:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a47d427-b4c8-53a5-b344-db342159c75a with scrape type 2
2026-03-26 05:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3a47d427-b4c8-53a5-b344-db342159c75a, identifier: 120287242
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118913248, 'registration': 'FX68VUG', 'account': 'STA058', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220d AMG Line Premium 4dr 9G-Tronic', 'mileage': 110523, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-11-05', 'fuel': 'Diesel', 'motExpiry': '2025-12-09', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FX68VUG/2026-03-04/image/a9a59695-f1da-40ff-bb89-96d37f68ac51_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68VUG/2026-03-04/image/30e72a58-f452-4608-8f68-c65639e5c900_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68VUG/2026-03-04/image/a3c7e01e-68d7-4a63-989a-a8137da59b29_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68VUG/2026-03-04/image/efe2791f-0c59-4a71-834b-36a31403c532_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**NON-RUNNER - NO KEYS - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX**MILEAGE ESTIMATED @ 123523 AS PER VENDOR, TRUE MILEAGE UNKNOWN- CAPPED BASED ON ESTIMATED MILEAGE.', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 117, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118913248, 'registration': 'FX68VUG', 'account': 'STA058', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C220d AMG Line Premium 4dr 9G-Tronic', 'mileage': 110523, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2018-11-05', 'fuel': 'Diesel', 'motExpiry': '2025-12-09', 'doors': 4, 'engineSize': 1950, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FX68VUG/2026-03-04/image/a9a59695-f1da-40ff-bb89-96d37f68ac51_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68VUG/2026-03-04/image/30e72a58-f452-4608-8f68-c65639e5c900_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68VUG/2026-03-04/image/a3c7e01e-68d7-4a63-989a-a8137da59b29_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68VUG/2026-03-04/image/efe2791f-0c59-4a71-834b-36a31403c532_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**NON-RUNNER - NO KEYS - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN CHELMSFORD, ESSEX**MILEAGE ESTIMATED @ 123523 AS PER VENDOR, TRUE MILEAGE UNKNOWN- CAPPED BASED ON ESTIMATED MILEAGE.', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 117, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16cc0bbc-b967-5abd-a9af-5aaa45d330c6 with identifier: 118913248
2026-03-26 05:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16cc0bbc-b967-5abd-a9af-5aaa45d330c6 with scrape type 2
2026-03-26 05:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16cc0bbc-b967-5abd-a9af-5aaa45d330c6 with scrape type 2
2026-03-26 05:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 16cc0bbc-b967-5abd-a9af-5aaa45d330c6, identifier: 118913248
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120535587, 'registration': 'BP67AKY', 'account': 'ALL018', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto', 'mileage': 69920, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/BP67AKY/2026-03-24/image/f0259557-4852-4726-a77a-cd69ca5aeac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/71a142bf-ed68-4433-a05b-86e9c13bb358_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/c1de45af-2d38-4225-a3c3-88fc30f0a05c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/20b471a0-5855-46f0-8f5d-ac874560cc7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/af80f11c-601e-4bad-b2bb-2d1d3f115bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/7aa5583e-1a0b-4174-9834-3f2622398940_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/8fbcf8cf-d62c-440d-bc61-e86a5031aa4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/87cefeaa-9d7c-470e-94c6-7a5546113b39_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES, 37K, 43K, 50K, 61K - SPARE KEY AND SD CARD IN OFFICE **NO VAT**', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75516b90-639e-42cc-858d-53040c9d3687.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120535587, 'registration': 'BP67AKY', 'account': 'ALL018', 'make': 'NISSAN', 'model': 'NAVARA DIESEL', 'derivative': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto', 'mileage': 69920, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-12-21', 'fuel': 'Diesel', 'motExpiry': '2026-04-10', 'doors': None, 'engineSize': 2298, 'bodyType': 'Double Cab Pick-up', 'images': ['https://abimg003.imgix.net/BP67AKY/2026-03-24/image/f0259557-4852-4726-a77a-cd69ca5aeac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/71a142bf-ed68-4433-a05b-86e9c13bb358_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/c1de45af-2d38-4225-a3c3-88fc30f0a05c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/20b471a0-5855-46f0-8f5d-ac874560cc7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/af80f11c-601e-4bad-b2bb-2d1d3f115bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/7aa5583e-1a0b-4174-9834-3f2622398940_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/8fbcf8cf-d62c-440d-bc61-e86a5031aa4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BP67AKY/2026-03-24/image/87cefeaa-9d7c-470e-94c6-7a5546113b39_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES, 37K, 43K, 50K, 61K - SPARE KEY AND SD CARD IN OFFICE **NO VAT**', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 183, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75516b90-639e-42cc-858d-53040c9d3687.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69 with identifier: 120535587
2026-03-26 05:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69 with scrape type 2
2026-03-26 05:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69 with scrape type 2
2026-03-26 05:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69, identifier: 120535587
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120695121
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695121%27 HTTP/1.1" 200 None
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120695121: 0
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Found listing with ID: 120698448
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120698448%27 HTTP/1.1" 200 None
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Scrape type for 120698448: 2
2026-03-26 05:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242
2026-03-26 05:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242
2026-03-26 05:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3a47d427-b4c8-53a5-b344-db342159c75a with identifier: 120287242 to the API
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120287242?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '3a47d427-b4c8-53a5-b344-db342159c75a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AP74FEF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120287242',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 16534,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-23',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120287242%27 HTTP/1.1" 200 None
2026-03-26 05:02:23 [astonbarclay.gb] INFO: Saving data for 120287242: {'auction_closing_time': 1774861200.0, 'created_time': 1773741740.688538, 'last_price_update_time': 1774501343.833661}
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120287242') HTTP/1.1" 204 0
2026-03-26 05:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 16cc0bbc-b967-5abd-a9af-5aaa45d330c6 with identifier: 118913248
2026-03-26 05:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 16cc0bbc-b967-5abd-a9af-5aaa45d330c6 with identifier: 118913248
2026-03-26 05:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 16cc0bbc-b967-5abd-a9af-5aaa45d330c6 with identifier: 118913248 to the API
2026-03-26 05:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118913248?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '16cc0bbc-b967-5abd-a9af-5aaa45d330c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX68VUG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118913248',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 110523,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-05',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C220d AMG Line Premium 4dr '
'9G-Tronic',
'transmission': 'automatic',
'trim': 'C220d AMG Line Premium 4dr 9G-Tronic',
'vin': None,
'year': 2018}
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118913248%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Saving data for 118913248: {'auction_closing_time': 1774609200.0, 'created_time': 1773404565.812205, 'last_price_update_time': 1774501344.149004}
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118913248') HTTP/1.1" 204 0
2026-03-26 05:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69 with identifier: 120535587
2026-03-26 05:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69 with identifier: 120535587
2026-03-26 05:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 20d4212c-ad06-59d0-9b6a-e32ee8ec2a69 with identifier: 120535587 to the API
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120535587?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 183,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '20d4212c-ad06-59d0-9b6a-e32ee8ec2a69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BP67AKY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120535587',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'NAVARA DIESEL',
'odometer': 69920,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-21',
'seller_name': 'SMC GROUP',
'title': 'NISSAN NAVARA DIESEL Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto',
'transmission': 'automatic',
'trim': 'Double Cab Pick Up Tekna 2.3dCi 190 4WD Auto',
'vin': None,
'year': 2017}
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120535587%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Saving data for 120535587: {'auction_closing_time': 1774861200.0, 'created_time': 1774292858.869801, 'last_price_update_time': 1774501344.495318}
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120535587') HTTP/1.1" 204 0
2026-03-26 05:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114657057?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120687954
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687954%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120687954: 2
2026-03-26 05:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667528?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120691092
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691092%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120691092: 2
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120690647
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690647%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120690647: 2
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120678615
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678615%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120678615: 2
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120692763
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692763%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120692763: 0
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120674268
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674268%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120674268: 2
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120690055
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690055%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120690055: 2
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114657057, 'registration': 'FV15FCF', 'account': 'ZUT002', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 180 Titanium 5dr Powershift', 'mileage': 93959, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-06-12', 'fuel': 'Diesel', 'motExpiry': '2025-01-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV15FCF/2025-08-13/image/3980f041-35fe-44da-8ce7-7535b8051e4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/a972d44a-bd94-465f-97d7-17702ec16684_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/5f4760ce-bedf-441f-b100-2838c560c6f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/3f232695-1a69-4fca-a909-798414583630_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/a3fe9b04-d827-4c00-bfe9-8a6dc238a62a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/d542b10b-ddf0-49ee-936b-4f3411cc453a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/4183924c-082a-474f-86c2-255b82432955_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/a2ae12f6-f233-4d14-9118-34075385831b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE STRIPPED, MAY HAEV FURTHER FAULTS, SOLD AS SEEN**', 'virtual': True, 'seller': 'Zuto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 140, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114657057, 'registration': 'FV15FCF', 'account': 'ZUT002', 'make': 'FORD', 'model': 'KUGA DIESEL ESTATE', 'derivative': '2.0 TDCi 180 Titanium 5dr Powershift', 'mileage': 93959, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2015-06-12', 'fuel': 'Diesel', 'motExpiry': '2025-01-03', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FV15FCF/2025-08-13/image/3980f041-35fe-44da-8ce7-7535b8051e4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/a972d44a-bd94-465f-97d7-17702ec16684_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/5f4760ce-bedf-441f-b100-2838c560c6f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/3f232695-1a69-4fca-a909-798414583630_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/a3fe9b04-d827-4c00-bfe9-8a6dc238a62a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/d542b10b-ddf0-49ee-936b-4f3411cc453a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/4183924c-082a-474f-86c2-255b82432955_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV15FCF/2025-08-13/image/a2ae12f6-f233-4d14-9118-34075385831b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD - ENGINE STRIPPED, MAY HAEV FURTHER FAULTS, SOLD AS SEEN**', 'virtual': True, 'seller': 'Zuto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 140, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8126bc9-a474-5c2b-bf88-f709b2269f58 with identifier: 114657057
2026-03-26 05:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8126bc9-a474-5c2b-bf88-f709b2269f58 with scrape type 2
2026-03-26 05:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8126bc9-a474-5c2b-bf88-f709b2269f58 with scrape type 2
2026-03-26 05:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c8126bc9-a474-5c2b-bf88-f709b2269f58, identifier: 114657057
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667528, 'registration': 'EF19KNA', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 Active X 5dr', 'mileage': 102087, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-02', 'fuel': 'Petrol', 'motExpiry': '2027-04-01', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF19KNA/2026-03-23/image/a2e4b8b6-ee6c-49b0-beaa-888e668655e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/4b7b8c60-8936-46e0-b924-38b214033e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/c901000f-657b-4542-8d0a-56471f2ab30c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/d101b95e-a4d3-4d2a-a689-c555fc2c00ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/8b354939-08a0-43ef-b7b9-4870ab08dab6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/bc59700c-3262-42d5-9572-592c0b9e7c09_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/121cf97c-ec83-44e5-9cad-df7e9f538e74_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/60ea5890-e08a-4e8e-9c4f-e530f90068ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/f0a1b9d3-3de3-47f1-9c93-68e7113a5f7a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 10K - 04/22 31K - 02/23 49K - 02/24 ?? - 02/25 79K -', 'remarks': 'VOSA STATES 51K- 67K- 82K- 102K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/20eabf72-89b1-4d06-a580-5fbf817633b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667528, 'registration': 'EF19KNA', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 Active X 5dr', 'mileage': 102087, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1156, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-02', 'fuel': 'Petrol', 'motExpiry': '2027-04-01', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF19KNA/2026-03-23/image/a2e4b8b6-ee6c-49b0-beaa-888e668655e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/4b7b8c60-8936-46e0-b924-38b214033e45_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/c901000f-657b-4542-8d0a-56471f2ab30c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/d101b95e-a4d3-4d2a-a689-c555fc2c00ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/8b354939-08a0-43ef-b7b9-4870ab08dab6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/bc59700c-3262-42d5-9572-592c0b9e7c09_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/121cf97c-ec83-44e5-9cad-df7e9f538e74_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/60ea5890-e08a-4e8e-9c4f-e530f90068ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF19KNA/2026-03-23/image/f0a1b9d3-3de3-47f1-9c93-68e7113a5f7a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 10K - 04/22 31K - 02/23 49K - 02/24 ?? - 02/25 79K -', 'remarks': 'VOSA STATES 51K- 67K- 82K- 102K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/20eabf72-89b1-4d06-a580-5fbf817633b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528
2026-03-26 05:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19816310-f6c3-5d7b-9611-b7ab67bf1487 with scrape type 2
2026-03-26 05:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19816310-f6c3-5d7b-9611-b7ab67bf1487 with scrape type 2
2026-03-26 05:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19816310-f6c3-5d7b-9611-b7ab67bf1487, identifier: 120667528
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120685959
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685959%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120685959: 0
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Found listing with ID: 120696584
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696584%27 HTTP/1.1" 200 None
2026-03-26 05:02:24 [astonbarclay.gb] INFO: Scrape type for 120696584: 2
2026-03-26 05:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c8126bc9-a474-5c2b-bf88-f709b2269f58 with identifier: 114657057
2026-03-26 05:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c8126bc9-a474-5c2b-bf88-f709b2269f58 with identifier: 114657057
2026-03-26 05:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c8126bc9-a474-5c2b-bf88-f709b2269f58 with identifier: 114657057 to the API
2026-03-26 05:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114657057?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'c8126bc9-a474-5c2b-bf88-f709b2269f58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV15FCF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114657057',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'FORD',
'model': 'KUGA DIESEL ESTATE',
'odometer': 93959,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-12',
'seller_name': 'Zuto',
'title': 'FORD KUGA DIESEL ESTATE 2.0 TDCi 180 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 180 Titanium 5dr Powershift',
'vin': None,
'year': 2015}
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114657057%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Saving data for 114657057: {'auction_closing_time': 1774609200.0, 'created_time': 1773404498.212569, 'last_price_update_time': 1774501345.163818}
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114657057') HTTP/1.1" 204 0
2026-03-26 05:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528
2026-03-26 05:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528
2026-03-26 05:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19816310-f6c3-5d7b-9611-b7ab67bf1487 with identifier: 120667528 to the API
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667528?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '19816310-f6c3-5d7b-9611-b7ab67bf1487',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF19KNA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667528',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 102087,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-02',
'seller_name': 'UKCGR - Select',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 140 Active X 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 Active X 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667528%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Saving data for 120667528: {'auction_closing_time': 1774861200.0, 'created_time': 1774271612.707295, 'last_price_update_time': 1774501345.617934}
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667528') HTTP/1.1" 204 0
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120689230
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689230%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120689230: 2
2026-03-26 05:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120145776?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119629779?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120171916?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120481458?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120440606?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120693568
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693568%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120693568: 2
2026-03-26 05:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120680410
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680410%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120680410: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120696058
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696058%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120696058: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120691045
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691045%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120691045: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120731113
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731113%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120731113: 0
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120751313
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751313%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120751313: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120751254
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751254%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120751254: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120752578
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120752578%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120752578: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120733599
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733599%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120733599: 0
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120756696
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756696%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120756696: 0
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120759079
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759079%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120759079: 0
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Found listing with ID: 120688426
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688426%27 HTTP/1.1" 200 None
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Scrape type for 120688426: 2
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120145776, 'registration': 'C22FEB', 'account': 'ALL023', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid 130 GR Sport 5dr CVT', 'mileage': 6240, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-03-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/C22FEB/2026-03-06/image/91e26480-f5a8-4edd-937d-a09cceeb5d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/0aa444c5-6796-44ff-98eb-f203a8a11e60_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/4d32e259-fcf4-449b-8ed3-d17a48bdcbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c852012e-4116-48b5-877d-d454f3726409_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3daff8d0-426e-49f6-9ac1-c1f5907f919d_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3e877332-09e9-4112-9ecf-110592b60529_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c1791241-b59b-4428-89c5-6aa9892fbb7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/5b5371f7-9289-4c7d-9d54-4130b983f5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/dc3309e6-6898-47d4-97e5-98997ee7786d_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25 3K', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12137aed-3161-4539-88f9-3b1f0f5ab519.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120145776, 'registration': 'C22FEB', 'account': 'ALL023', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.5 Hybrid 130 GR Sport 5dr CVT', 'mileage': 6240, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-03-01', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/C22FEB/2026-03-06/image/91e26480-f5a8-4edd-937d-a09cceeb5d0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/0aa444c5-6796-44ff-98eb-f203a8a11e60_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/4d32e259-fcf4-449b-8ed3-d17a48bdcbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c852012e-4116-48b5-877d-d454f3726409_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3daff8d0-426e-49f6-9ac1-c1f5907f919d_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/3e877332-09e9-4112-9ecf-110592b60529_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/c1791241-b59b-4428-89c5-6aa9892fbb7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/5b5371f7-9289-4c7d-9d54-4130b983f5fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/C22FEB/2026-03-06/image/dc3309e6-6898-47d4-97e5-98997ee7786d_removebg.jpg?w=600'], 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25 3K', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 96, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12137aed-3161-4539-88f9-3b1f0f5ab519.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776
2026-03-26 05:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with scrape type 2
2026-03-26 05:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with scrape type 2
2026-03-26 05:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6, identifier: 120145776
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119629779, 'registration': 'ND69OPV', 'account': 'MAN027', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T N-Connecta 5dr', 'mileage': 52317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-01-13', 'fuel': 'Petrol', 'motExpiry': '2026-02-23', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND69OPV/2026-02-23/image/36064db9-7e64-4516-a5a3-c99c982958ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/a7a316aa-9012-4915-876a-44cf34905baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/bf7acbd6-0e8c-4d2c-9dbe-de33f91f468c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/883b6e59-5f91-4c99-a73c-4726e782a329_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/618409d4-5984-4b42-8d7f-755be8ba9e0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/316d833f-3125-4abd-9b63-c0c41b85727d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/2ea0847e-e506-48da-8151-426b4937a7b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/109b83fe-4371-4c31-974a-3b523e1306f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/29b2d58d-8b73-4377-9259-1e9fd3503dc4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/21-17k, 08/21-35k, 04/22-39k, 03/24-47k, 02/25-50k', 'remarks': 'VOSA STATES 43K - 47K- 50K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44d9a0c4-c440-494e-9d03-84cf24061fac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119629779, 'registration': 'ND69OPV', 'account': 'MAN027', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T N-Connecta 5dr', 'mileage': 52317, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-01-13', 'fuel': 'Petrol', 'motExpiry': '2026-02-23', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND69OPV/2026-02-23/image/36064db9-7e64-4516-a5a3-c99c982958ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/a7a316aa-9012-4915-876a-44cf34905baf_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/bf7acbd6-0e8c-4d2c-9dbe-de33f91f468c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/883b6e59-5f91-4c99-a73c-4726e782a329_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/618409d4-5984-4b42-8d7f-755be8ba9e0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/316d833f-3125-4abd-9b63-c0c41b85727d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/2ea0847e-e506-48da-8151-426b4937a7b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/109b83fe-4371-4c31-974a-3b523e1306f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND69OPV/2026-02-23/image/29b2d58d-8b73-4377-9259-1e9fd3503dc4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 01/21-17k, 08/21-35k, 04/22-39k, 03/24-47k, 02/25-50k', 'remarks': 'VOSA STATES 43K - 47K- 50K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44d9a0c4-c440-494e-9d03-84cf24061fac.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779
2026-03-26 05:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfdbe46-c556-5314-b1b9-f460a129346a with scrape type 2
2026-03-26 05:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfdbe46-c556-5314-b1b9-f460a129346a with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8bfdbe46-c556-5314-b1b9-f460a129346a, identifier: 119629779
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120171916, 'registration': 'RV23AWO', 'account': 'INT016', 'make': 'TOYOTA', 'model': 'YARIS CROSS ESTATE', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 26008, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV23AWO/2026-03-05/image/cf4feb2e-4d46-4a95-8313-f062798debce_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/c028116f-2abc-4bf9-95f8-c8a5f3b65296_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5c11730d-83a6-4ef7-9304-f5ed92592dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/f894d470-4659-41db-814e-90e622af2c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/6bcb1829-f8c2-4da5-930a-d36734fee315_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/ecd29578-4924-4acc-a88a-c47d27d898bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/9ddbecde-7330-4813-bbbd-7ee4bac2b00e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5017c08b-6222-4110-9de8-191c85d898e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/b089aac6-44f9-4621-ad34-e0684e8ab101_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/932ca6a5-2256-408a-8da5-cd2ab36e5a88.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120171916, 'registration': 'RV23AWO', 'account': 'INT016', 'make': 'TOYOTA', 'model': 'YARIS CROSS ESTATE', 'derivative': '1.5 Hybrid Design 5dr CVT', 'mileage': 26008, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-26', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1490, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RV23AWO/2026-03-05/image/cf4feb2e-4d46-4a95-8313-f062798debce_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/c028116f-2abc-4bf9-95f8-c8a5f3b65296_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5c11730d-83a6-4ef7-9304-f5ed92592dae_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/f894d470-4659-41db-814e-90e622af2c22_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/6bcb1829-f8c2-4da5-930a-d36734fee315_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/ecd29578-4924-4acc-a88a-c47d27d898bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/9ddbecde-7330-4813-bbbd-7ee4bac2b00e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/5017c08b-6222-4110-9de8-191c85d898e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RV23AWO/2026-03-05/image/b089aac6-44f9-4621-ad34-e0684e8ab101_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'Interbay Asset Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/932ca6a5-2256-408a-8da5-cd2ab36e5a88.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916
2026-03-26 05:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d33655fc-3340-59c4-8fbc-b687a6fb5bb2, identifier: 120171916
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120481458, 'registration': 'LN17RHA', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 61713, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1158, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cccf6874-bb7a-4c17-9dd9-656393fbfd7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/efb43846-6529-4e26-bbb3-f1be2719613d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/28c5ad35-1ae5-4e73-94d4-556fd8a83f3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/87dec6aa-1774-4327-95ec-15d0d15602a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/f4660119-9e56-4eda-afca-2b5fd9fc6224_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cde62066-0d9e-4662-bcd4-e161a2b691ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/fb33f051-c6e7-48f6-aea0-eaa50b5b5f62_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/515cd8bf-dafd-4b4b-85a7-f877f1fa467e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/2a7a84bd-4f5b-44c2-976b-c53a4e46bed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/4ab173c2-9b4c-4032-a95e-b81acf98a958_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18-4K, 06/19-9K, 06/20-15K, 06/21-21K', 'remarks': 'VOSA STATES 29K, 37K, 46K, 55K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd76e135-118a-4478-ac90-9287e632d65d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120481458, 'registration': 'LN17RHA', 'account': 'WBA002', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.2 DiG-T N-Connecta 5dr', 'mileage': 61713, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1158, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-25', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cccf6874-bb7a-4c17-9dd9-656393fbfd7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/efb43846-6529-4e26-bbb3-f1be2719613d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/28c5ad35-1ae5-4e73-94d4-556fd8a83f3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/87dec6aa-1774-4327-95ec-15d0d15602a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/f4660119-9e56-4eda-afca-2b5fd9fc6224_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/cde62066-0d9e-4662-bcd4-e161a2b691ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/fb33f051-c6e7-48f6-aea0-eaa50b5b5f62_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/515cd8bf-dafd-4b4b-85a7-f877f1fa467e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/2a7a84bd-4f5b-44c2-976b-c53a4e46bed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN17RHA/2026-03-17/image/4ab173c2-9b4c-4032-a95e-b81acf98a958_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18-4K, 06/19-9K, 06/20-15K, 06/21-21K', 'remarks': 'VOSA STATES 29K, 37K, 46K, 55K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd76e135-118a-4478-ac90-9287e632d65d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458
2026-03-26 05:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573, identifier: 120481458
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120440606, 'registration': 'LR68BKD', 'account': 'ALL018', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 31479, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR68BKD/2026-03-19/image/6637fd5b-ccf3-458f-a83c-53d164952440_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/8b614401-c1af-4e26-8705-3c070557f405_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4176974d-d7d9-48da-8510-3eec91c0a969_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/bdb9cbcd-ac01-4f00-8c0e-039d1a21a4d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/f531d8b0-b191-4851-ac8c-2364196c7a4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a62d5b27-2dfa-42b9-bea0-1b8cf7e592ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/d5bd8902-367f-4370-ab30-250ed6234927_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a046305e-4dde-44c7-b62e-a171014de0ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4d05f5c6-88c2-47f3-8e8f-cb9bd0d094a7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 08/19 5K - 08/20 9K - 09/21 11K - 07/22 18K -', 'remarks': 'VOSA STATES 18K- 21K- 25K- 29K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d86a89c-4b39-476a-aea0-3a6fcdc6f940.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120440606, 'registration': 'LR68BKD', 'account': 'ALL018', 'make': 'KIA', 'model': 'PICANTO HATCHBACK', 'derivative': '1.0 2 5dr', 'mileage': 31479, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR68BKD/2026-03-19/image/6637fd5b-ccf3-458f-a83c-53d164952440_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/8b614401-c1af-4e26-8705-3c070557f405_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4176974d-d7d9-48da-8510-3eec91c0a969_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/bdb9cbcd-ac01-4f00-8c0e-039d1a21a4d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/f531d8b0-b191-4851-ac8c-2364196c7a4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a62d5b27-2dfa-42b9-bea0-1b8cf7e592ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/d5bd8902-367f-4370-ab30-250ed6234927_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/a046305e-4dde-44c7-b62e-a171014de0ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR68BKD/2026-03-19/image/4d05f5c6-88c2-47f3-8e8f-cb9bd0d094a7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 08/19 5K - 08/20 9K - 09/21 11K - 07/22 18K -', 'remarks': 'VOSA STATES 18K- 21K- 25K- 29K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d86a89c-4b39-476a-aea0-3a6fcdc6f940.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606
2026-03-26 05:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3932252a-300c-5b79-89c4-8d1e432e4d09 with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3932252a-300c-5b79-89c4-8d1e432e4d09 with scrape type 2
2026-03-26 05:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3932252a-300c-5b79-89c4-8d1e432e4d09, identifier: 120440606
2026-03-26 05:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776
2026-03-26 05:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776
2026-03-26 05:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6f957472-09b8-5d6e-b286-f8c4b1bcc7d6 with identifier: 120145776 to the API
2026-03-26 05:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120145776?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 96,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '6f957472-09b8-5d6e-b286-f8c4b1bcc7d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'C22FEB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120145776',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 6240,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seller_name': 'SMC GROUP',
'title': 'TOYOTA YARIS HATCHBACK 1.5 Hybrid 130 GR Sport 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid 130 GR Sport 5dr CVT',
'vin': None,
'year': 2024}
2026-03-26 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120145776%27 HTTP/1.1" 200 None
2026-03-26 05:02:26 [astonbarclay.gb] INFO: Saving data for 120145776: {'auction_closing_time': 1774861200.0, 'created_time': 1773404440.451985, 'last_price_update_time': 1774501346.737534}
2026-03-26 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120145776') HTTP/1.1" 204 0
2026-03-26 05:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779
2026-03-26 05:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779
2026-03-26 05:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8bfdbe46-c556-5314-b1b9-f460a129346a with identifier: 119629779 to the API
2026-03-26 05:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119629779?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '8bfdbe46-c556-5314-b1b9-f460a129346a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND69OPV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119629779',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 52317,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-13',
'seller_name': 'Mann Island Finance',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2020}
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119629779%27 HTTP/1.1" 200 None
2026-03-26 05:02:27 [astonbarclay.gb] INFO: Saving data for 119629779: {'auction_closing_time': 1774861200.0, 'created_time': 1773753111.337569, 'last_price_update_time': 1774501347.126227}
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119629779') HTTP/1.1" 204 0
2026-03-26 05:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916
2026-03-26 05:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916
2026-03-26 05:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d33655fc-3340-59c4-8fbc-b687a6fb5bb2 with identifier: 120171916 to the API
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120171916?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd33655fc-3340-59c4-8fbc-b687a6fb5bb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RV23AWO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120171916',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS CROSS ESTATE',
'odometer': 26008,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-26',
'seller_name': 'Interbay Asset Finance',
'title': 'TOYOTA YARIS CROSS ESTATE 1.5 Hybrid Design 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 Hybrid Design 5dr CVT',
'vin': None,
'year': 2023}
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120171916%27 HTTP/1.1" 200 None
2026-03-26 05:02:27 [astonbarclay.gb] INFO: Saving data for 120171916: {'auction_closing_time': 1774861200.0, 'created_time': 1773404374.574411, 'last_price_update_time': 1774501347.425124}
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120171916') HTTP/1.1" 204 0
2026-03-26 05:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458
2026-03-26 05:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458
2026-03-26 05:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed8a2ae2-30ee-5e47-9166-9b25f5f8e573 with identifier: 120481458 to the API
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120481458?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ed8a2ae2-30ee-5e47-9166-9b25f5f8e573',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN17RHA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120481458',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 61713,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-25',
'seller_name': 'UKCGR - Premium',
'title': 'NISSAN QASHQAI HATCHBACK 1.2 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.2 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120481458%27 HTTP/1.1" 200 None
2026-03-26 05:02:27 [astonbarclay.gb] INFO: Saving data for 120481458: {'auction_closing_time': 1774861200.0, 'created_time': 1773741784.69415, 'last_price_update_time': 1774501347.795341}
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120481458') HTTP/1.1" 204 0
2026-03-26 05:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606
2026-03-26 05:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606
2026-03-26 05:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3932252a-300c-5b79-89c4-8d1e432e4d09 with identifier: 120440606 to the API
2026-03-26 05:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120440606?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '3932252a-300c-5b79-89c4-8d1e432e4d09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR68BKD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120440606',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'PICANTO HATCHBACK',
'odometer': 31479,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-03',
'seller_name': 'SMC GROUP',
'title': 'KIA PICANTO HATCHBACK 1.0 2 5dr',
'transmission': 'manual',
'trim': '1.0 2 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120440606%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Saving data for 120440606: {'auction_closing_time': 1774861200.0, 'created_time': 1773860525.429946, 'last_price_update_time': 1774501348.158702}
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120440606') HTTP/1.1" 204 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120756520
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756520%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120756520: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120668414
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668414%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120668414: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120754078
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120754078%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120754078: 2
2026-03-26 05:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694307?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120530920?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120406739
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406739%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120406739: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120724402
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120724402%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120724402: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120220640
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120220640%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120220640: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120693407
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693407%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120693407: 2
2026-03-26 05:02:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120753086
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753086%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120753086: 2
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120726302
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120726302%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120726302: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120732864
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732864%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120732864: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120730965
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730965%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120730965: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120725248
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725248%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120725248: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120733412
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733412%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120733412: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120750401
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750401%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120750401: 2
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120714077
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714077%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120714077: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120715801
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715801%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120715801: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120713728
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713728%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120713728: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120733156
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733156%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120733156: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120725979
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725979%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120725979: 2
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694307, 'registration': 'AX11DVP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Zetec 5dr', 'mileage': 138018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX11DVP/2026-03-24/image/14627822-858d-4c97-ad6b-bb2ed0e7ca20_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/abfc2d46-25f9-4b22-8fdc-6d66e66f5e27_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/a6776a5d-db16-4627-85c3-44a21bbffdd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/2b007241-8ff9-4c5a-807b-8ff3061fb470_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/9c00d701-69c9-4a3f-b10d-9a43da2b7448_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/6804e1be-5c3a-444e-80f0-1784974e7af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/05507ed6-5702-4793-8cae-8d4b7a7e91a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/3bcb92d8-7494-4e27-92c9-23cf3f1e5fef_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 12K - 05/136 20K - 06/14 23K - 06/15 26K - 10/16 29K - 10/17 43K', 'remarks': 'VOSA STATES 77K- 86K- 106K- 126K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/88fc5b5b-c827-4e0c-bf49-073b1eeb1e43.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694307, 'registration': 'AX11DVP', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 125 Zetec 5dr', 'mileage': 138018, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-06-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AX11DVP/2026-03-24/image/14627822-858d-4c97-ad6b-bb2ed0e7ca20_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/abfc2d46-25f9-4b22-8fdc-6d66e66f5e27_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/a6776a5d-db16-4627-85c3-44a21bbffdd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/2b007241-8ff9-4c5a-807b-8ff3061fb470_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/9c00d701-69c9-4a3f-b10d-9a43da2b7448_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/6804e1be-5c3a-444e-80f0-1784974e7af7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/05507ed6-5702-4793-8cae-8d4b7a7e91a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AX11DVP/2026-03-24/image/3bcb92d8-7494-4e27-92c9-23cf3f1e5fef_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 12K - 05/136 20K - 06/14 23K - 06/15 26K - 10/16 29K - 10/17 43K', 'remarks': 'VOSA STATES 77K- 86K- 106K- 126K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/88fc5b5b-c827-4e0c-bf49-073b1eeb1e43.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307
2026-03-26 05:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f34c15-56d8-5789-a5c8-1d796b4e229a with scrape type 2
2026-03-26 05:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1f34c15-56d8-5789-a5c8-1d796b4e229a with scrape type 2
2026-03-26 05:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c1f34c15-56d8-5789-a5c8-1d796b4e229a, identifier: 120694307
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120530920, 'registration': 'HG11OUA', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'ASTRA SPORT HATCH', 'derivative': '1.8i VVT SRi 3dr [Exterior pack]', 'mileage': 76401, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG11OUA/2026-03-18/image/7fce9ddd-d322-48a6-8a92-3ee2a2bc3d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/aa0b575b-6ff4-459f-91e0-c5e91dde1bc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/6840499b-e346-4f07-905e-5b0e596bb22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/ec5088f5-3dde-4512-94cb-bd6e5bc748af_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/089ce086-ea56-42d8-bd1b-8bb7ba36e8ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/011bbd80-719a-47d6-bb8f-5be898a7817e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/12 6K - 07/13 11K - 07/14 18K - 07/15 25K - 09/16 31K - 06/17 34K - 06/18 39K - 03/21 53K', 'remarks': 'VOSA STATES 58K- 62K- 68K- 73K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5d4d717-1a5d-4107-ad1b-15446a0c742e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120530920, 'registration': 'HG11OUA', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'ASTRA SPORT HATCH', 'derivative': '1.8i VVT SRi 3dr [Exterior pack]', 'mileage': 76401, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2011-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HG11OUA/2026-03-18/image/7fce9ddd-d322-48a6-8a92-3ee2a2bc3d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/aa0b575b-6ff4-459f-91e0-c5e91dde1bc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/6840499b-e346-4f07-905e-5b0e596bb22b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/ec5088f5-3dde-4512-94cb-bd6e5bc748af_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/089ce086-ea56-42d8-bd1b-8bb7ba36e8ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/HG11OUA/2026-03-18/image/011bbd80-719a-47d6-bb8f-5be898a7817e_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/12 6K - 07/13 11K - 07/14 18K - 07/15 25K - 09/16 31K - 06/17 34K - 06/18 39K - 03/21 53K', 'remarks': 'VOSA STATES 58K- 62K- 68K- 73K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 159, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5d4d717-1a5d-4107-ad1b-15446a0c742e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920
2026-03-26 05:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d44d9b10-3c15-5ae1-b25a-1956e25d1828 with scrape type 2
2026-03-26 05:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d44d9b10-3c15-5ae1-b25a-1956e25d1828 with scrape type 2
2026-03-26 05:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d44d9b10-3c15-5ae1-b25a-1956e25d1828, identifier: 120530920
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120736652
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120736652%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120736652: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120755203
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120755203%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120755203: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120732653
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732653%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120732653: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120757392
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120757392%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120757392: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120726997
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120726997%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120726997: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120757940
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120757940%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120757940: 0
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Found listing with ID: 120691178
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691178%27 HTTP/1.1" 200 None
2026-03-26 05:02:28 [astonbarclay.gb] INFO: Scrape type for 120691178: 2
2026-03-26 05:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307
2026-03-26 05:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307
2026-03-26 05:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c1f34c15-56d8-5789-a5c8-1d796b4e229a with identifier: 120694307 to the API
2026-03-26 05:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694307?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'c1f34c15-56d8-5789-a5c8-1d796b4e229a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AX11DVP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694307',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 138018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.6 125 Zetec 5dr',
'transmission': 'manual',
'trim': '1.6 125 Zetec 5dr',
'vin': None,
'year': 2011}
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694307%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Saving data for 120694307: {'auction_closing_time': 1774888200.0, 'created_time': 1774379341.920642, 'last_price_update_time': 1774501349.113285}
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694307') HTTP/1.1" 204 0
2026-03-26 05:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920
2026-03-26 05:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920
2026-03-26 05:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d44d9b10-3c15-5ae1-b25a-1956e25d1828 with identifier: 120530920 to the API
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120530920?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 159,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd44d9b10-3c15-5ae1-b25a-1956e25d1828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HG11OUA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120530920',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'ASTRA SPORT HATCH',
'odometer': 76401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-20',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL ASTRA SPORT HATCH 1.8i VVT SRi 3dr [Exterior pack]',
'transmission': 'manual',
'trim': '1.8i VVT SRi 3dr [Exterior pack]',
'vin': None,
'year': 2011}
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120530920%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Saving data for 120530920: {'auction_closing_time': 1774888200.0, 'created_time': 1773774206.135043, 'last_price_update_time': 1774501349.594441}
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120530920') HTTP/1.1" 204 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120758930
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120758930%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120758930: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120732747
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732747%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120732747: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120732411
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732411%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120732411: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120695175
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695175%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120695175: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120741234
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120741234%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120741234: 2
2026-03-26 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120683124?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690865?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692983?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120681200?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120687223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120758496
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120758496%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120758496: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120582459
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582459%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120582459: 2
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120750706
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750706%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120750706: 2
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120693640
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693640%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120693640: 2
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120745720
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120745720%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120745720: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120729065
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120729065%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120729065: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120793796
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120793796%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120793796: 0
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120369549
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120369549%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120369549: 2
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Found listing with ID: 120461525
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461525%27 HTTP/1.1" 200 None
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Scrape type for 120461525: 2
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120683124, 'registration': 'K18TAC', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'DISCOVERY 3 DIESEL SW', 'derivative': '2.7 Td V6 GS 5dr Auto', 'mileage': 95122, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-29', 'fuel': 'Diesel', 'motExpiry': '2021-01-23', 'doors': 5, 'engineSize': 2720, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/K18TAC/2026-03-24/image/b2bf3ed1-435e-487d-b66c-b1b584f16143_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bee65b32-6760-4612-9d17-2afceaeab653_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/26556999-9db6-4e4c-a402-8f86f1bf8a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bc4a4819-e581-495c-960a-f3e9d1ac427c_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/321e058e-7a15-4026-b13a-ca4b372f5a8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bcbbc145-d69c-44e3-855d-70df98605cff_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/1d6e472f-2149-467f-9aad-c1d1496e6383_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/72b145c6-5bce-49b7-b8a5-fe5307e300ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/018d05bb-3688-4cd1-9cb2-73af8a9b240f_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/8e0099a1-6e7b-48e6-9d45-2c7b68681a0d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/08 6K - 07/09 13K - 07/10 19K - 08/11 26K -07/12 36K - 10/13 48K - 01/17 76K', 'remarks': 'VOSA STATES 74K- 86K- 88K - 92K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 270, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/367aeaca-88d2-4768-9d5b-2283c10e5207.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120683124, 'registration': 'K18TAC', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'DISCOVERY 3 DIESEL SW', 'derivative': '2.7 Td V6 GS 5dr Auto', 'mileage': 95122, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-06-29', 'fuel': 'Diesel', 'motExpiry': '2021-01-23', 'doors': 5, 'engineSize': 2720, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/K18TAC/2026-03-24/image/b2bf3ed1-435e-487d-b66c-b1b584f16143_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bee65b32-6760-4612-9d17-2afceaeab653_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/26556999-9db6-4e4c-a402-8f86f1bf8a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bc4a4819-e581-495c-960a-f3e9d1ac427c_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/321e058e-7a15-4026-b13a-ca4b372f5a8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/bcbbc145-d69c-44e3-855d-70df98605cff_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/1d6e472f-2149-467f-9aad-c1d1496e6383_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/72b145c6-5bce-49b7-b8a5-fe5307e300ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/018d05bb-3688-4cd1-9cb2-73af8a9b240f_removebg.jpg?w=600', 'https://abimg003.imgix.net/K18TAC/2026-03-24/image/8e0099a1-6e7b-48e6-9d45-2c7b68681a0d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/08 6K - 07/09 13K - 07/10 19K - 08/11 26K -07/12 36K - 10/13 48K - 01/17 76K', 'remarks': 'VOSA STATES 74K- 86K- 88K - 92K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 270, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/367aeaca-88d2-4768-9d5b-2283c10e5207.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124
2026-03-26 05:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with scrape type 2
2026-03-26 05:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with scrape type 2
2026-03-26 05:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5, identifier: 120683124
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690865, 'registration': 'EX09BFZ', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.4 One 3dr', 'mileage': 63682, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-21', 'fuel': 'Petrol', 'motExpiry': '2026-04-02', 'doors': 3, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/71c04366-1ab1-4159-b165-075b6f404fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/42b6402e-939c-4a1a-a812-c7be64ee4783_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/464f6d69-2bb9-4835-bad6-aa5519ec04c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/5f19d940-d76d-43e0-be28-59528b7448ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/c95d466e-15ee-446c-9b79-5c236fdc341e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/e280bc98-59f9-4b20-a866-39146821a4f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/a9d13a69-e537-4a98-9afb-00e621b3bbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/7d260232-b78c-4484-9927-cd497160c224_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/10 5K - 10/12 16K - 09/12 27K - 09/13 31K - 10/16 36K - 06/18 44K - 03/20 52K - 03/21 55K - 03/22 58K - 03/23 60K - 04/24 61K', 'remarks': 'VOSA STATES 58K- 60K- 61K - 62K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/caab9f70-5cfa-4330-baa5-1ee73e23ca87.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690865, 'registration': 'EX09BFZ', 'account': 'WBA004', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '1.4 One 3dr', 'mileage': 63682, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-03-21', 'fuel': 'Petrol', 'motExpiry': '2026-04-02', 'doors': 3, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/71c04366-1ab1-4159-b165-075b6f404fb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/42b6402e-939c-4a1a-a812-c7be64ee4783_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/464f6d69-2bb9-4835-bad6-aa5519ec04c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/5f19d940-d76d-43e0-be28-59528b7448ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/c95d466e-15ee-446c-9b79-5c236fdc341e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/e280bc98-59f9-4b20-a866-39146821a4f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/a9d13a69-e537-4a98-9afb-00e621b3bbd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX09BFZ/2026-03-23/image/7d260232-b78c-4484-9927-cd497160c224_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/10 5K - 10/12 16K - 09/12 27K - 09/13 31K - 10/16 36K - 06/18 44K - 03/20 52K - 03/21 55K - 03/22 58K - 03/23 60K - 04/24 61K', 'remarks': 'VOSA STATES 58K- 60K- 61K - 62K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/caab9f70-5cfa-4330-baa5-1ee73e23ca87.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865
2026-03-26 05:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846fb92d-1a0e-5344-95a9-8c7100def892 with scrape type 2
2026-03-26 05:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 846fb92d-1a0e-5344-95a9-8c7100def892 with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 846fb92d-1a0e-5344-95a9-8c7100def892, identifier: 120690865
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692983, 'registration': 'EF63PHU', 'account': 'WBA004', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 100275, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-01-09', 'fuel': 'Diesel', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 06/15 9K - 08/16 12K - 11/17 20K - 08/18 28K - 03/20 45K - 11/21 61K - 09/22 73K -', 'remarks': 'VOSA STATES 71K- 82K- 88K- 94K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fe982c9-67ed-497e-b185-bec128a00221.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692983, 'registration': 'EF63PHU', 'account': 'WBA004', 'make': 'FORD', 'model': 'S-MAX DIESEL ESTATE', 'derivative': '2.0 TDCi 163 Titanium 5dr Powershift', 'mileage': 100275, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-01-09', 'fuel': 'Diesel', 'motExpiry': '2026-08-01', 'doors': 5, 'engineSize': 1997, 'bodyType': 'Estate', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 06/15 9K - 08/16 12K - 11/17 20K - 08/18 28K - 03/20 45K - 11/21 61K - 09/22 73K -', 'remarks': 'VOSA STATES 71K- 82K- 88K- 94K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3fe982c9-67ed-497e-b185-bec128a00221.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983
2026-03-26 05:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5, identifier: 120692983
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120681200, 'registration': 'EN67KZT', 'account': 'WBA004', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 25171, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-12-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN67KZT/2026-03-23/image/2cbcdf96-4aa6-4925-a85f-ccae84305fa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/e6cc151c-feae-429d-b13d-dc40ab0dbd7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/79e1e222-58bc-46d5-a847-657d3ac8ab66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/9218cab3-d1a7-4977-bf06-f7e7f1125498_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/39e7eb5e-3766-4463-899a-37ab8b190460_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/098b9e9a-84a3-4cf8-aecf-8b2509c2811b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/3de54ad6-322d-475a-b478-0d9696b8fddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/0b8d4b99-665d-4ee0-adb5-198a573399dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22 12k', 'remarks': 'VOSA STATES 13K- 17K- 21K- 25K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3870f21a-7795-4e7b-87c7-05f10b677c85.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120681200, 'registration': 'EN67KZT', 'account': 'WBA004', 'make': 'AUDI', 'model': 'Q2 ESTATE', 'derivative': '1.0 TFSI Sport 5dr', 'mileage': 25171, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-12-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-14', 'doors': 5, 'engineSize': 999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EN67KZT/2026-03-23/image/2cbcdf96-4aa6-4925-a85f-ccae84305fa6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/e6cc151c-feae-429d-b13d-dc40ab0dbd7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/79e1e222-58bc-46d5-a847-657d3ac8ab66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/9218cab3-d1a7-4977-bf06-f7e7f1125498_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/39e7eb5e-3766-4463-899a-37ab8b190460_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/098b9e9a-84a3-4cf8-aecf-8b2509c2811b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/3de54ad6-322d-475a-b478-0d9696b8fddd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN67KZT/2026-03-23/image/0b8d4b99-665d-4ee0-adb5-198a573399dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/22 12k', 'remarks': 'VOSA STATES 13K- 17K- 21K- 25K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3870f21a-7795-4e7b-87c7-05f10b677c85.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200
2026-03-26 05:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 303457a9-af7c-598f-919b-6fc41d49760c with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 303457a9-af7c-598f-919b-6fc41d49760c with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 303457a9-af7c-598f-919b-6fc41d49760c, identifier: 120681200
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120687223, 'registration': 'LN65NGY', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TOURAN DIESEL ESTATE', 'derivative': '1.6 TDI 105 BlueMotion Tech SE 5dr DSG', 'mileage': 122665, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-04', 'fuel': 'Diesel', 'motExpiry': '2027-03-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN65NGY/2026-03-23/image/dd18ef86-b024-4a81-b15d-87d5735ec8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/163f902b-8fee-4c74-9ba0-3948e7b2ce84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/45d38289-9425-439e-ac2f-67936fd2e2e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/3d6bd748-f137-4d4e-a4b2-37f9113c39fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/2f79d897-bdd2-46bc-aae8-f15308a2ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/d0d53147-80ad-4812-b591-b1d7b6555004_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/78d107a8-bd42-4ad6-9654-79c7ebef7ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/0ddaca79-37fd-401c-98d5-a73233501086_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/bbbea0b1-2e44-482f-b22f-bd53f91f9fef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book DISCREPANCY IN SERVICE BOOK - 06/10 17K - 03/11 33K - 11/11 49K - 08/12 66K - 02/14 83K - 03/24 97K - 03/24 197K - 03/25 122K -', 'remarks': 'VOSA STATES 86K- 97K - 109K - 122K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dc4aa914-c94b-491a-b0d8-db8af79b5d40.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120687223, 'registration': 'LN65NGY', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'TOURAN DIESEL ESTATE', 'derivative': '1.6 TDI 105 BlueMotion Tech SE 5dr DSG', 'mileage': 122665, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-09-04', 'fuel': 'Diesel', 'motExpiry': '2027-03-25', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LN65NGY/2026-03-23/image/dd18ef86-b024-4a81-b15d-87d5735ec8ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/163f902b-8fee-4c74-9ba0-3948e7b2ce84_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/45d38289-9425-439e-ac2f-67936fd2e2e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/3d6bd748-f137-4d4e-a4b2-37f9113c39fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/2f79d897-bdd2-46bc-aae8-f15308a2ce09_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/d0d53147-80ad-4812-b591-b1d7b6555004_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/78d107a8-bd42-4ad6-9654-79c7ebef7ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/0ddaca79-37fd-401c-98d5-a73233501086_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN65NGY/2026-03-23/image/bbbea0b1-2e44-482f-b22f-bd53f91f9fef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book DISCREPANCY IN SERVICE BOOK - 06/10 17K - 03/11 33K - 11/11 49K - 08/12 66K - 02/14 83K - 03/24 97K - 03/24 197K - 03/25 122K -', 'remarks': 'VOSA STATES 86K- 97K - 109K - 122K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dc4aa914-c94b-491a-b0d8-db8af79b5d40.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223
2026-03-26 05:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5ad94bf-51be-5287-a28c-3c653259503c with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5ad94bf-51be-5287-a28c-3c653259503c with scrape type 2
2026-03-26 05:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b5ad94bf-51be-5287-a28c-3c653259503c, identifier: 120687223
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120365404
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365404%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120365404: 0
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120739822
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120739822%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120739822: 0
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120087826
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120087826%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120087826: 0
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 119257637
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119257637%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 119257637: 0
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120256417
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256417%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120256417: 0
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120592678
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592678%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120592678: 0
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Found listing with ID: 120666157
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666157%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Scrape type for 120666157: 2
2026-03-26 05:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124
2026-03-26 05:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124
2026-03-26 05:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5 with identifier: 120683124 to the API
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120683124?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 270,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.7L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '32fe0df7-6eef-5e13-ba4b-4a5907f2f2e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'K18TAC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120683124',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY 3 DIESEL SW',
'odometer': 95122,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-06-29',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER DISCOVERY 3 DIESEL SW 2.7 Td V6 GS 5dr Auto',
'transmission': 'automatic',
'trim': '2.7 Td V6 GS 5dr Auto',
'vin': None,
'year': 2007}
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120683124%27 HTTP/1.1" 200 None
2026-03-26 05:02:30 [astonbarclay.gb] INFO: Saving data for 120683124: {'auction_closing_time': 1774888200.0, 'created_time': 1774292560.360467, 'last_price_update_time': 1774501350.736922}
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120683124') HTTP/1.1" 204 0
2026-03-26 05:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865
2026-03-26 05:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865
2026-03-26 05:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 846fb92d-1a0e-5344-95a9-8c7100def892 with identifier: 120690865 to the API
2026-03-26 05:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690865?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '846fb92d-1a0e-5344-95a9-8c7100def892',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX09BFZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690865',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 63682,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-03-21',
'seller_name': 'UKCGR - Trade',
'title': 'MINI HATCHBACK 1.4 One 3dr',
'transmission': 'manual',
'trim': '1.4 One 3dr',
'vin': None,
'year': 2009}
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690865%27 HTTP/1.1" 200 None
2026-03-26 05:02:31 [astonbarclay.gb] INFO: Saving data for 120690865: {'auction_closing_time': 1774888200.0, 'created_time': 1774379339.108773, 'last_price_update_time': 1774501351.374608}
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690865') HTTP/1.1" 204 0
2026-03-26 05:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983
2026-03-26 05:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983
2026-03-26 05:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 837e41c1-f6a0-53d2-b0bf-c54a61855bb5 with identifier: 120692983 to the API
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692983?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '837e41c1-f6a0-53d2-b0bf-c54a61855bb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF63PHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692983',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'S-MAX DIESEL ESTATE',
'odometer': 100275,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-09',
'seller_name': 'UKCGR - Trade',
'title': 'FORD S-MAX DIESEL ESTATE 2.0 TDCi 163 Titanium 5dr Powershift',
'transmission': 'automatic',
'trim': '2.0 TDCi 163 Titanium 5dr Powershift',
'vin': None,
'year': 2014}
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692983%27 HTTP/1.1" 200 None
2026-03-26 05:02:31 [astonbarclay.gb] INFO: Saving data for 120692983: {'auction_closing_time': 1774888200.0, 'created_time': 1774379374.986187, 'last_price_update_time': 1774501351.778453}
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692983') HTTP/1.1" 204 0
2026-03-26 05:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200
2026-03-26 05:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200
2026-03-26 05:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 303457a9-af7c-598f-919b-6fc41d49760c with identifier: 120681200 to the API
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120681200?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '303457a9-af7c-598f-919b-6fc41d49760c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN67KZT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120681200',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'Q2 ESTATE',
'odometer': 25171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-22',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI Q2 ESTATE 1.0 TFSI Sport 5dr',
'transmission': 'manual',
'trim': '1.0 TFSI Sport 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681200%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Saving data for 120681200: {'auction_closing_time': 1774888200.0, 'created_time': 1774292529.765343, 'last_price_update_time': 1774501352.108444}
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120681200') HTTP/1.1" 204 0
2026-03-26 05:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223
2026-03-26 05:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223
2026-03-26 05:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b5ad94bf-51be-5287-a28c-3c653259503c with identifier: 120687223 to the API
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120687223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'b5ad94bf-51be-5287-a28c-3c653259503c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LN65NGY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120687223',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'TOURAN DIESEL ESTATE',
'odometer': 122665,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-04',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN TOURAN DIESEL ESTATE 1.6 TDI 105 BlueMotion Tech SE 5dr '
'DSG',
'transmission': 'automatic',
'trim': '1.6 TDI 105 BlueMotion Tech SE 5dr DSG',
'vin': None,
'year': 2015}
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687223%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Saving data for 120687223: {'auction_closing_time': 1774888200.0, 'created_time': 1774292561.401715, 'last_price_update_time': 1774501352.423305}
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120687223') HTTP/1.1" 204 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120454660
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120454660%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120454660: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120650626
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650626%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120650626: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120509974
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120509974%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120509974: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120585367
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585367%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120585367: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120503575
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120503575%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120503575: 2
2026-03-26 05:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688243?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120584213
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584213%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120584213: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120666509
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666509%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120666509: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120667917
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667917%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120667917: 2
2026-03-26 05:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120573970
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120573970%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120573970: 2
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120647284
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647284%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120647284: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120590454
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120590454%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120590454: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120547045
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120547045%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120547045: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120367074
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120367074%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120367074: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120667880
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667880%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120667880: 2
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120657493
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657493%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120657493: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120587864
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587864%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120587864: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120657113
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657113%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120657113: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120316229
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120316229%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120316229: 0
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120667468
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667468%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120667468: 2
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688243, 'registration': 'KL06VUY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'VECTRA HATCHBACK', 'derivative': '1.8i VVT SRi 5dr', 'mileage': 93382, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KL06VUY/2026-03-24/image/418eaece-f8e0-48cc-93c8-fbc4d963f378_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/90a02d1a-5cc1-4ddf-83c6-6e7ea431b86c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/f2a9b84a-8797-418c-a118-bc739593032d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/960a47dc-7116-4164-91b5-496a387a18fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/5c933435-06fd-41d7-9155-30896cfdc89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/8e76d4ef-751d-404e-a70f-eb776c5acfac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/07b607ed-ca44-45cd-8e1d-8c8feedfd434_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/df3e102c-91ee-4b97-aea8-060cb2f8722b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/991bea83-251e-4bc0-9595-1ade97ab66c5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/07 5K - 02/08 13K - 03/09 21K - ?? 41K - 03/14 44K - 03/15 48K - 03/18 58K - 03/19 63K - 03/21 67K - 03/22 81K', 'remarks': 'VOSA STATES 81K- 83K- 86K- 91K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d9f1be4-6811-46e4-a039-70cd7c68feba.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688243, 'registration': 'KL06VUY', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'VECTRA HATCHBACK', 'derivative': '1.8i VVT SRi 5dr', 'mileage': 93382, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KL06VUY/2026-03-24/image/418eaece-f8e0-48cc-93c8-fbc4d963f378_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/90a02d1a-5cc1-4ddf-83c6-6e7ea431b86c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/f2a9b84a-8797-418c-a118-bc739593032d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/960a47dc-7116-4164-91b5-496a387a18fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/5c933435-06fd-41d7-9155-30896cfdc89f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/8e76d4ef-751d-404e-a70f-eb776c5acfac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/07b607ed-ca44-45cd-8e1d-8c8feedfd434_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/df3e102c-91ee-4b97-aea8-060cb2f8722b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KL06VUY/2026-03-24/image/991bea83-251e-4bc0-9595-1ade97ab66c5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/07 5K - 02/08 13K - 03/09 21K - ?? 41K - 03/14 44K - 03/15 48K - 03/18 58K - 03/19 63K - 03/21 67K - 03/22 81K', 'remarks': 'VOSA STATES 81K- 83K- 86K- 91K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d9f1be4-6811-46e4-a039-70cd7c68feba.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243
2026-03-26 05:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with scrape type 2
2026-03-26 05:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with scrape type 2
2026-03-26 05:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba7bdd90-04dc-5023-aa10-b788fa1d08e5, identifier: 120688243
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Found listing with ID: 120475596
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475596%27 HTTP/1.1" 200 None
2026-03-26 05:02:32 [astonbarclay.gb] INFO: Scrape type for 120475596: 2
2026-03-26 05:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243
2026-03-26 05:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243
2026-03-26 05:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba7bdd90-04dc-5023-aa10-b788fa1d08e5 with identifier: 120688243 to the API
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688243?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ba7bdd90-04dc-5023-aa10-b788fa1d08e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KL06VUY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688243',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'VECTRA HATCHBACK',
'odometer': 93382,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-03-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL VECTRA HATCHBACK 1.8i VVT SRi 5dr',
'transmission': 'manual',
'trim': '1.8i VVT SRi 5dr',
'vin': None,
'year': 2006}
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688243%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Saving data for 120688243: {'auction_closing_time': 1774888200.0, 'created_time': 1774292537.445922, 'last_price_update_time': 1774501353.23145}
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688243') HTTP/1.1" 204 0
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120537066
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537066%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120537066: 2
2026-03-26 05:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120687954?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689230?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696584?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120688601
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688601%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120688601: 2
2026-03-26 05:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120582597
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582597%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120582597: 2
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120617178
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617178%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120617178: 2
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120543427
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120543427%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120543427: 2
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120540637
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120540637%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120540637: 2
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120540698
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120540698%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120540698: 2
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120688264
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688264%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120688264: 2
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120687954, 'registration': 'VO61UPJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SXi 5dr Auto [AC]', 'mileage': 99278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/6fd630c6-ea53-49db-bc64-e8c2e9ce8288_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/e24f2418-eace-4044-81ff-77f03bda3415_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/22c2a570-8d8e-4add-b47c-8a7d3a9f3589_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/087f7d05-a1e5-4903-9cc8-012146e1a6fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/f1b67960-dd0b-4aef-a8a6-5fd6c0281672_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/3dc19aaf-89ae-49b3-8f34-07fe8fa57788_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/8303b3a5-1ca8-41dd-8aec-c7b3b46697cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/a32b4528-5b68-4c9e-b1bc-15f33832fb09_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 80K - 84K - 89k - 94k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c9049b1-89af-477d-9b97-8fd4a790cc2c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120687954, 'registration': 'VO61UPJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SXi 5dr Auto [AC]', 'mileage': 99278, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2011-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/6fd630c6-ea53-49db-bc64-e8c2e9ce8288_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/e24f2418-eace-4044-81ff-77f03bda3415_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/22c2a570-8d8e-4add-b47c-8a7d3a9f3589_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/087f7d05-a1e5-4903-9cc8-012146e1a6fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/f1b67960-dd0b-4aef-a8a6-5fd6c0281672_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/3dc19aaf-89ae-49b3-8f34-07fe8fa57788_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/8303b3a5-1ca8-41dd-8aec-c7b3b46697cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO61UPJ/2026-03-24/image/a32b4528-5b68-4c9e-b1bc-15f33832fb09_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 80K - 84K - 89k - 94k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7c9049b1-89af-477d-9b97-8fd4a790cc2c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954
2026-03-26 05:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600, identifier: 120687954
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690055, 'registration': 'YK56MDO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr Auto [Climate Pack]', 'mileage': 118786, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK56MDO/2026-03-24/image/e082c72a-30be-432a-a927-5cb040d6b421_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c60ea31c-7b86-4736-8236-ea247f797989_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c2ab4789-da2e-437f-b3e0-889e736f2d76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/3bb777e4-923a-4d1f-8328-3124d64ccbd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/5b389913-aba5-475b-8b56-58b71976781d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/a9ccfdad-36c6-4190-9715-0584f0be3b6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/22b7aa95-0a78-4f10-8e90-2c8a7d0d7d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/951242da-0fc8-408b-8c9f-2b3b38d768cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/720ecaeb-0c93-417f-a87b-48ea98e66adb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 98K- 106K- 111K- 117K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690055, 'registration': 'YK56MDO', 'account': 'WBA004', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.6 Zetec 5dr Auto [Climate Pack]', 'mileage': 118786, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2006-09-25', 'fuel': 'Petrol', 'motExpiry': '2026-11-27', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YK56MDO/2026-03-24/image/e082c72a-30be-432a-a927-5cb040d6b421_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c60ea31c-7b86-4736-8236-ea247f797989_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/c2ab4789-da2e-437f-b3e0-889e736f2d76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/3bb777e4-923a-4d1f-8328-3124d64ccbd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/5b389913-aba5-475b-8b56-58b71976781d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/a9ccfdad-36c6-4190-9715-0584f0be3b6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/22b7aa95-0a78-4f10-8e90-2c8a7d0d7d47_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/951242da-0fc8-408b-8c9f-2b3b38d768cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YK56MDO/2026-03-24/image/720ecaeb-0c93-417f-a87b-48ea98e66adb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 98K- 106K- 111K- 117K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 184, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055
2026-03-26 05:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72df03a0-0898-5655-90d1-61f923b4c528 with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72df03a0-0898-5655-90d1-61f923b4c528 with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72df03a0-0898-5655-90d1-61f923b4c528, identifier: 120690055
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689230, 'registration': 'EX15FXH', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr x-shift', 'mileage': 143939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f8e95ea9-32b9-4ebf-8e67-8fb5a7c895db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/04dbd971-2520-41b5-b356-3078a02e8079_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/c95286cf-e8e3-4e64-8bae-2f1f7ee760bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/0b031150-d68c-4a96-8ce4-1598e994f72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/37596efa-1721-448e-b3ec-6e4a929e6f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/b5e0246b-0ca2-4636-9465-7f55a76095b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/9d047b6e-f52e-40de-8359-efe7e3800a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/171371a3-7234-4d9f-8506-9fcb7eb94efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f07c9425-ce19-4d9e-8a0c-540ef4ff37c7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/16 7K - 03/23 95K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 95K- 114K - 115K- 135K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/64bcc393-4a2e-44dd-b18a-c739a9873060.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689230, 'registration': 'EX15FXH', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i X-Pression 5dr x-shift', 'mileage': 143939, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-03-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-28', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f8e95ea9-32b9-4ebf-8e67-8fb5a7c895db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/04dbd971-2520-41b5-b356-3078a02e8079_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/c95286cf-e8e3-4e64-8bae-2f1f7ee760bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/0b031150-d68c-4a96-8ce4-1598e994f72e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/37596efa-1721-448e-b3ec-6e4a929e6f20_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/b5e0246b-0ca2-4636-9465-7f55a76095b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/9d047b6e-f52e-40de-8359-efe7e3800a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/171371a3-7234-4d9f-8506-9fcb7eb94efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX15FXH/2026-03-24/image/f07c9425-ce19-4d9e-8a0c-540ef4ff37c7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat S Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/16 7K - 03/23 95K', 'remarks': 'Category S Insurance Loss. Vehicle Structurally Damaged But Repairable-Insurer Decided Not to Repair VOSA STATES 95K- 114K - 115K- 135K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/64bcc393-4a2e-44dd-b18a-c739a9873060.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230
2026-03-26 05:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd4d0a82-37bb-5954-8e4f-4bf143482c6e with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd4d0a82-37bb-5954-8e4f-4bf143482c6e with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fd4d0a82-37bb-5954-8e4f-4bf143482c6e, identifier: 120689230
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696584, 'registration': 'FX63RYZ', 'account': 'WBA004', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h Premier 4dr CVT Auto', 'mileage': 90238, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-11-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-31', 'doors': 4, 'engineSize': 2493, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/cce5fa27-54cf-4d52-811f-393f1de0e03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/796e8589-6ba2-43da-a130-d1831c63c02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/2e78c12d-5f36-4c2a-89ae-e469136d4687_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/0d9f3d38-ac06-49b2-803e-09acef82434e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5a8b5eef-11b3-4d76-a115-6b6434ac337f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/442800e0-6613-4ab6-a1b1-670e4fbead57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/75a9833f-0e8f-45a5-b0c6-e450dd4dfff3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c23c28d4-45da-410d-88f2-c1a635827e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c06a0499-5d2f-471b-ba2e-c5c7aae89e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5b6115bb-f6dd-40d1-a1b5-31bc5b5ddcfc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14-9K, 09/15-16K, 02/17-28K, 04/18-42K, 07/19-53K, 07/20-64, 02/22-76K, 08/23-82K, 01/25-87K, 01/26-90K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K, 83K, 87K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696584, 'registration': 'FX63RYZ', 'account': 'WBA004', 'make': 'LEXUS', 'model': 'IS SALOON', 'derivative': '300h Premier 4dr CVT Auto', 'mileage': 90238, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-11-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-31', 'doors': 4, 'engineSize': 2493, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/cce5fa27-54cf-4d52-811f-393f1de0e03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/796e8589-6ba2-43da-a130-d1831c63c02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/2e78c12d-5f36-4c2a-89ae-e469136d4687_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/0d9f3d38-ac06-49b2-803e-09acef82434e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5a8b5eef-11b3-4d76-a115-6b6434ac337f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/442800e0-6613-4ab6-a1b1-670e4fbead57_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/75a9833f-0e8f-45a5-b0c6-e450dd4dfff3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c23c28d4-45da-410d-88f2-c1a635827e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/c06a0499-5d2f-471b-ba2e-c5c7aae89e6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX63RYZ/2026-03-24/image/5b6115bb-f6dd-40d1-a1b5-31bc5b5ddcfc_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/14-9K, 09/15-16K, 02/17-28K, 04/18-42K, 07/19-53K, 07/20-64, 02/22-76K, 08/23-82K, 01/25-87K, 01/26-90K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K, 83K, 87K, 90K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584
2026-03-26 05:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with scrape type 2
2026-03-26 05:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dced924f-5fe7-5e79-b5f3-f7593d8c7e99, identifier: 120696584
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Found listing with ID: 120582897
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582897%27 HTTP/1.1" 200 None
2026-03-26 05:02:33 [astonbarclay.gb] INFO: Scrape type for 120582897: 2
2026-03-26 05:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954
2026-03-26 05:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954
2026-03-26 05:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ed8394e-e9bb-52fb-a3e3-5e6f15d40600 with identifier: 120687954 to the API
2026-03-26 05:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120687954?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '2ed8394e-e9bb-52fb-a3e3-5e6f15d40600',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VO61UPJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120687954',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 99278,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-09-30',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SXi 5dr Auto [AC]',
'transmission': 'automatic',
'trim': '1.4 SXi 5dr Auto [AC]',
'vin': None,
'year': 2011}
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120687954%27 HTTP/1.1" 200 None
2026-03-26 05:02:34 [astonbarclay.gb] INFO: Saving data for 120687954: {'auction_closing_time': 1774888200.0, 'created_time': 1774292530.739381, 'last_price_update_time': 1774501354.167321}
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120687954') HTTP/1.1" 204 0
2026-03-26 05:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055
2026-03-26 05:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055
2026-03-26 05:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72df03a0-0898-5655-90d1-61f923b4c528 with identifier: 120690055 to the API
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690055?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 184,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '72df03a0-0898-5655-90d1-61f923b4c528',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YK56MDO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690055',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 118786,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-09-25',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FOCUS HATCHBACK 1.6 Zetec 5dr Auto [Climate Pack]',
'transmission': 'automatic',
'trim': '1.6 Zetec 5dr Auto [Climate Pack]',
'vin': None,
'year': 2006}
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690055%27 HTTP/1.1" 200 None
2026-03-26 05:02:34 [astonbarclay.gb] INFO: Saving data for 120690055: {'auction_closing_time': 1774888200.0, 'created_time': 1774292522.502367, 'last_price_update_time': 1774501354.496391}
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690055') HTTP/1.1" 204 0
2026-03-26 05:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230
2026-03-26 05:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230
2026-03-26 05:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fd4d0a82-37bb-5954-8e4f-4bf143482c6e with identifier: 120689230 to the API
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689230?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fd4d0a82-37bb-5954-8e4f-4bf143482c6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX15FXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689230',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 143939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-09',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i X-Pression 5dr x-shift',
'transmission': 'automatic',
'trim': '1.0 VVT-i X-Pression 5dr x-shift',
'vin': None,
'year': 2015}
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689230%27 HTTP/1.1" 200 None
2026-03-26 05:02:34 [astonbarclay.gb] INFO: Saving data for 120689230: {'auction_closing_time': 1774888200.0, 'created_time': 1774292566.653352, 'last_price_update_time': 1774501354.803631}
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689230') HTTP/1.1" 204 0
2026-03-26 05:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584
2026-03-26 05:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584
2026-03-26 05:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dced924f-5fe7-5e79-b5f3-f7593d8c7e99 with identifier: 120696584 to the API
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696584?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'dced924f-5fe7-5e79-b5f3-f7593d8c7e99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX63RYZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696584',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LEXUS',
'model': 'IS SALOON',
'odometer': 90238,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-19',
'seller_name': 'UKCGR - Trade',
'title': 'LEXUS IS SALOON 300h Premier 4dr CVT Auto',
'transmission': 'automatic',
'trim': '300h Premier 4dr CVT Auto',
'vin': None,
'year': 2013}
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696584%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Saving data for 120696584: {'auction_closing_time': 1774888200.0, 'created_time': 1774379386.27461, 'last_price_update_time': 1774501355.127183}
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696584') HTTP/1.1" 204 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120794268
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794268%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120794268: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120713991
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713991%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120713991: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120713746
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713746%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120713746: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120554208
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120554208%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120554208: 2
2026-03-26 05:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120678615?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120674268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120738966
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738966%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120738966: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120443000
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120443000%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120443000: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120477778
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477778%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120477778: 2
2026-03-26 05:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120754042
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120754042%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120754042: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120754325
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120754325%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120754325: 2
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120733681
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733681%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120733681: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120797287
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797287%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120797287: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120725778
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725778%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120725778: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120761485
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761485%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120761485: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120735135
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735135%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120735135: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120771073
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120771073%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120771073: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120751141
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751141%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120751141: 2
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120617192
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617192%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120617192: 2
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120678615, 'registration': 'EJ08UGM', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i Rhythm 5dr', 'mileage': 73750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-05-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/98d954b4-8b11-419b-a62f-cc48e3e3dede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c6e840c4-b2d0-4efa-bc53-2db87f616be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/b878f8e7-0c83-49e1-b508-526c47e3fb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c7de09ba-7f6f-489e-9bc9-149d038b12bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/e41fcc95-9146-4155-9af4-2c19e803850b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/251387c1-054c-4358-b71c-83e7325ccaba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/20f02324-38f3-4a60-be46-2b1982e7daf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/69a85e71-29ae-457b-95ec-a9bfffa4b224_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/09 - 5K, 05/11 - 13K, 04/14 - 26K, 06/17 - 36K, 06/25 - 71K', 'remarks': 'VOSA STATES - 57K, 59K, 62K, 69K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9eec2a14-79f0-4031-920c-731b7aa81da3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120678615, 'registration': 'EJ08UGM', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C1 HATCHBACK', 'derivative': '1.0i Rhythm 5dr', 'mileage': 73750, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-05-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/98d954b4-8b11-419b-a62f-cc48e3e3dede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c6e840c4-b2d0-4efa-bc53-2db87f616be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/b878f8e7-0c83-49e1-b508-526c47e3fb11_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/c7de09ba-7f6f-489e-9bc9-149d038b12bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/e41fcc95-9146-4155-9af4-2c19e803850b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/251387c1-054c-4358-b71c-83e7325ccaba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/20f02324-38f3-4a60-be46-2b1982e7daf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ08UGM/2026-03-23/image/69a85e71-29ae-457b-95ec-a9bfffa4b224_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 06/09 - 5K, 05/11 - 13K, 04/14 - 26K, 06/17 - 36K, 06/25 - 71K', 'remarks': 'VOSA STATES - 57K, 59K, 62K, 69K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9eec2a14-79f0-4031-920c-731b7aa81da3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615
2026-03-26 05:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with scrape type 2
2026-03-26 05:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with scrape type 2
2026-03-26 05:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7, identifier: 120678615
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120674268, 'registration': 'EF16OGD', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 81740, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-11', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF16OGD/2026-03-24/image/544838c0-12a5-485f-a59a-2b8a451d02dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/88bbd350-43b1-431e-8b4c-408188c768b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/eb22956f-d0d8-45e4-8950-bb1d8aa30527_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/90d20e64-5a35-403b-a4f4-bbcef148b3e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/71cdbf3f-1bcf-4dec-aa28-2da047a3c7c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/59452ca6-bcb4-4003-834c-7a6f4f856f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/e729f411-ae83-4351-9f39-49d1ca5f87c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/18cfbd94-3580-4e34-b795-0ef363f1ba5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/8796ef3b-890a-4e9a-9e96-4644b44b537e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/17 - 10K, 05/18 - 19K, 05/19 - 27K, 06/20 -36K', 'remarks': 'VOSA STATES - 51K, 63K, 72K, 81K SPARE KEY & SD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5be6cf4-452a-4598-bed7-16d6d368c4e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120674268, 'registration': 'EF16OGD', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 81740, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-06-11', 'fuel': 'Petrol', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF16OGD/2026-03-24/image/544838c0-12a5-485f-a59a-2b8a451d02dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/88bbd350-43b1-431e-8b4c-408188c768b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/eb22956f-d0d8-45e4-8950-bb1d8aa30527_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/90d20e64-5a35-403b-a4f4-bbcef148b3e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/71cdbf3f-1bcf-4dec-aa28-2da047a3c7c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/59452ca6-bcb4-4003-834c-7a6f4f856f47_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/e729f411-ae83-4351-9f39-49d1ca5f87c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/18cfbd94-3580-4e34-b795-0ef363f1ba5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF16OGD/2026-03-24/image/8796ef3b-890a-4e9a-9e96-4644b44b537e_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 05/17 - 10K, 05/18 - 19K, 05/19 - 27K, 06/20 -36K', 'remarks': 'VOSA STATES - 51K, 63K, 72K, 81K SPARE KEY & SD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e5be6cf4-452a-4598-bed7-16d6d368c4e6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268
2026-03-26 05:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88cf10a9-9af6-5f33-8037-d7e7c415a313 with scrape type 2
2026-03-26 05:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88cf10a9-9af6-5f33-8037-d7e7c415a313 with scrape type 2
2026-03-26 05:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 88cf10a9-9af6-5f33-8037-d7e7c415a313, identifier: 120674268
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120657830
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657830%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120657830: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120753919
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753919%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120753919: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120756115
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756115%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120756115: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120695565
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695565%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120695565: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120728398
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728398%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120728398: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120364358
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120364358%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120364358: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120794223
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794223%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120794223: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120240102
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120240102%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120240102: 0
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Found listing with ID: 120675196
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120675196%27 HTTP/1.1" 200 None
2026-03-26 05:02:35 [astonbarclay.gb] INFO: Scrape type for 120675196: 2
2026-03-26 05:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615
2026-03-26 05:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615
2026-03-26 05:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43d5ebd8-fa8a-5855-93db-c98714e0c9a7 with identifier: 120678615 to the API
2026-03-26 05:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120678615?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '43d5ebd8-fa8a-5855-93db-c98714e0c9a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ08UGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120678615',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C1 HATCHBACK',
'odometer': 73750,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-05-22',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C1 HATCHBACK 1.0i Rhythm 5dr',
'transmission': 'manual',
'trim': '1.0i Rhythm 5dr',
'vin': None,
'year': 2008}
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678615%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Saving data for 120678615: {'auction_closing_time': 1774888200.0, 'created_time': 1774292570.011261, 'last_price_update_time': 1774501356.127955}
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120678615') HTTP/1.1" 204 0
2026-03-26 05:02:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268
2026-03-26 05:02:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268
2026-03-26 05:02:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 88cf10a9-9af6-5f33-8037-d7e7c415a313 with identifier: 120674268 to the API
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120674268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '88cf10a9-9af6-5f33-8037-d7e7c415a313',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF16OGD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120674268',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'MAZDA3 HATCHBACK',
'odometer': 81740,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-11',
'seller_name': 'UKCGR - Trade',
'title': 'MAZDA MAZDA3 HATCHBACK 2.0 Sport Nav 5dr',
'transmission': 'manual',
'trim': '2.0 Sport Nav 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674268%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Saving data for 120674268: {'auction_closing_time': 1774888200.0, 'created_time': 1774292541.957377, 'last_price_update_time': 1774501356.502634}
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120674268') HTTP/1.1" 204 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120715559
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715559%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120715559: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120332629
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120332629%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120332629: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120596595
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596595%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120596595: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120596530
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596530%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120596530: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120596560
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596560%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120596560: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120476757
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476757%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120476757: 2
2026-03-26 05:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691178?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688426?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120725979?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120754078?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120657468
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657468%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120657468: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120506599
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120506599%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120506599: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120596518
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596518%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120596518: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120596540
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596540%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120596540: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120622377
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622377%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120622377: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120334042
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120334042%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120334042: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120617164
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617164%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120617164: 2
2026-03-26 05:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120192862
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120192862%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120192862: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120373468
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120373468%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120373468: 0
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120402526
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120402526%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120402526: 2
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Found listing with ID: 120402888
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120402888%27 HTTP/1.1" 200 None
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Scrape type for 120402888: 2
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691178, 'registration': 'SL09UWG', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'PRIUS HATCHBACK', 'derivative': '1.5 VVTi T3 Hybrid 5dr CVT Auto', 'mileage': 183303, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-05-20', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-01', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL09UWG/2026-03-25/image/b3f97f5e-7e3a-4dd7-932f-884fbdde57d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/d6aaf4ca-e9a8-4e23-bce1-01d3291848c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/24c4a1c8-1d85-4ff4-86b5-0d4af673166c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/c4f067a4-eafa-4185-8dda-8074e7e06b3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/7e2395b0-e277-4f16-bb59-6e75a5a710ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/83b9dba5-28b9-4116-9004-491461c7b17d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/ec38a680-66c0-4458-b1fb-f1be342344e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/e9b1aba1-6a14-48d5-a2bd-7f8ef5236389_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 163K- 170K - 175K- 181K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81d0a6a2-04a1-49ea-add9-e8f572163224.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691178, 'registration': 'SL09UWG', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'PRIUS HATCHBACK', 'derivative': '1.5 VVTi T3 Hybrid 5dr CVT Auto', 'mileage': 183303, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-05-20', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-01-01', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SL09UWG/2026-03-25/image/b3f97f5e-7e3a-4dd7-932f-884fbdde57d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/d6aaf4ca-e9a8-4e23-bce1-01d3291848c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/24c4a1c8-1d85-4ff4-86b5-0d4af673166c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/c4f067a4-eafa-4185-8dda-8074e7e06b3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/7e2395b0-e277-4f16-bb59-6e75a5a710ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/83b9dba5-28b9-4116-9004-491461c7b17d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/ec38a680-66c0-4458-b1fb-f1be342344e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SL09UWG/2026-03-25/image/e9b1aba1-6a14-48d5-a2bd-7f8ef5236389_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 163K- 170K - 175K- 181K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/81d0a6a2-04a1-49ea-add9-e8f572163224.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178
2026-03-26 05:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 143bad66-8632-5978-8ea2-b572cdbd178e with scrape type 2
2026-03-26 05:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 143bad66-8632-5978-8ea2-b572cdbd178e with scrape type 2
2026-03-26 05:02:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 143bad66-8632-5978-8ea2-b572cdbd178e, identifier: 120691178
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688426, 'registration': 'SE14GXT', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 27865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-22', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14GXT/2026-03-24/image/2ccfbc50-a593-4d55-80d8-5d92823ce9aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/058a4040-6e0f-4955-b468-d515bbd7443a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/e8271cd0-aab8-4f67-a73d-2a5c5d89ca00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/4637cc49-8960-4865-a135-61b77d5df039_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/a7b4e3dd-9079-413d-9ec6-44bd8a38833e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/5bc7ed12-8a60-4c16-9b82-6d1dda037d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/cf4eadd9-49ec-4227-94ad-e7e9a6104194_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/597b4cd0-fa51-447d-8212-6efd46bdb787_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/15-2K, 06/17-5K, 11/18-8K, 09/19-11K, 09/20-13K, 08/21-15K, 04/23-21K, 09/24-24K, 09/25-27K', 'remarks': 'VOSA STATES 19K, 22K, 24K, 27K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/360bd06c-dc7e-4710-a6cb-1d2430e3929b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688426, 'registration': 'SE14GXT', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 82 Zetec 5dr', 'mileage': 27865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-09-22', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14GXT/2026-03-24/image/2ccfbc50-a593-4d55-80d8-5d92823ce9aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/058a4040-6e0f-4955-b468-d515bbd7443a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/e8271cd0-aab8-4f67-a73d-2a5c5d89ca00_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/4637cc49-8960-4865-a135-61b77d5df039_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/a7b4e3dd-9079-413d-9ec6-44bd8a38833e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/5bc7ed12-8a60-4c16-9b82-6d1dda037d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/cf4eadd9-49ec-4227-94ad-e7e9a6104194_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14GXT/2026-03-24/image/597b4cd0-fa51-447d-8212-6efd46bdb787_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/15-2K, 06/17-5K, 11/18-8K, 09/19-11K, 09/20-13K, 08/21-15K, 04/23-21K, 09/24-24K, 09/25-27K', 'remarks': 'VOSA STATES 19K, 22K, 24K, 27K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/360bd06c-dc7e-4710-a6cb-1d2430e3929b.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426
2026-03-26 05:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with scrape type 2
2026-03-26 05:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with scrape type 2
2026-03-26 05:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02, identifier: 120688426
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120725979, 'registration': 'SV55OZG', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '4.4 V8 HSE 5dr Auto', 'mileage': 103818, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-09-15', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 4394, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV55OZG/2026-03-24/image/a6cdd04a-ad51-43d4-8b1a-2aff78c3826e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/d910ec20-3ca3-47b3-acf7-592f404f2a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/052292a9-57e3-475e-921a-cec4c2dfa0ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/82a2d8cf-4fef-4366-a203-82c9305099e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/7f1f557c-92df-499c-a136-61e6d5c1e6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/2dab1a5f-85cb-4021-a2b0-ba97591c7267_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/0fa8de10-0da3-4281-9f08-3c2bc7465d75_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/3c0ef39a-fb9b-4558-8d4e-57a534244ed4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print DISCREPANCY IN SERVICE HISTORY 09/15-418K, 09/16-45K, 09/24-89K', 'remarks': 'VOSA STATES 72K, 82K, 89K, 100K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 352, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cea4bbc-71d4-44f2-aa7d-1da49286ea21.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120725979, 'registration': 'SV55OZG', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER SPORT ESTATE', 'derivative': '4.4 V8 HSE 5dr Auto', 'mileage': 103818, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-09-15', 'fuel': 'Petrol', 'motExpiry': '2026-09-11', 'doors': 5, 'engineSize': 4394, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV55OZG/2026-03-24/image/a6cdd04a-ad51-43d4-8b1a-2aff78c3826e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/d910ec20-3ca3-47b3-acf7-592f404f2a58_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/052292a9-57e3-475e-921a-cec4c2dfa0ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/82a2d8cf-4fef-4366-a203-82c9305099e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/7f1f557c-92df-499c-a136-61e6d5c1e6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/2dab1a5f-85cb-4021-a2b0-ba97591c7267_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/0fa8de10-0da3-4281-9f08-3c2bc7465d75_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV55OZG/2026-03-24/image/3c0ef39a-fb9b-4558-8d4e-57a534244ed4_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print DISCREPANCY IN SERVICE HISTORY 09/15-418K, 09/16-45K, 09/24-89K', 'remarks': 'VOSA STATES 72K, 82K, 89K, 100K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 352, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cea4bbc-71d4-44f2-aa7d-1da49286ea21.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979
2026-03-26 05:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with scrape type 2
2026-03-26 05:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with scrape type 2
2026-03-26 05:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7cd243eb-0cc4-594d-9e93-5b9815bbb817, identifier: 120725979
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120754078, 'registration': 'SD62YGM', 'account': 'MAN037', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 57540, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-10-04', 'fuel': 'Petrol', 'motExpiry': '2026-08-18', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SD62YGM/2026-03-25/image/cf04b6e9-4ec2-486b-bcd5-d0ee6bf2957b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/0e0ca6f9-6139-4d88-aff2-ab4de5e5256e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/db756914-530d-4d56-b2ed-a098db92b6a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/838be8ed-11ff-4512-9954-c356ff2f8fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/3b2b79d6-6baf-4adc-95a6-3837a2317f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7a2624c5-44b4-4e54-9856-16bc663dbc3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7b26486f-fcb3-4e46-a9a5-ee1444467d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/d9059b8b-7b3b-4cd7-ac72-a8dad426f269_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 52K- 55K- 56K- 56K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d548364-a9d1-4863-ba43-fbc5ae5d6130.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120754078, 'registration': 'SD62YGM', 'account': 'MAN037', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 57540, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-10-04', 'fuel': 'Petrol', 'motExpiry': '2026-08-18', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SD62YGM/2026-03-25/image/cf04b6e9-4ec2-486b-bcd5-d0ee6bf2957b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/0e0ca6f9-6139-4d88-aff2-ab4de5e5256e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/db756914-530d-4d56-b2ed-a098db92b6a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/838be8ed-11ff-4512-9954-c356ff2f8fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/3b2b79d6-6baf-4adc-95a6-3837a2317f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7a2624c5-44b4-4e54-9856-16bc663dbc3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/7b26486f-fcb3-4e46-a9a5-ee1444467d21_removebg.jpg?w=600', 'https://abimg003.imgix.net/SD62YGM/2026-03-25/image/d9059b8b-7b3b-4cd7-ac72-a8dad426f269_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 52K- 55K- 56K- 56K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6d548364-a9d1-4863-ba43-fbc5ae5d6130.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078
2026-03-26 05:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4ab845-f51e-5bf4-8291-07f98a303085 with scrape type 2
2026-03-26 05:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4ab845-f51e-5bf4-8291-07f98a303085 with scrape type 2
2026-03-26 05:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fa4ab845-f51e-5bf4-8291-07f98a303085, identifier: 120754078
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Found listing with ID: 120616956
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616956%27 HTTP/1.1" 200 None
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Scrape type for 120616956: 2
2026-03-26 05:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178
2026-03-26 05:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178
2026-03-26 05:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 143bad66-8632-5978-8ea2-b572cdbd178e with identifier: 120691178 to the API
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691178?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '143bad66-8632-5978-8ea2-b572cdbd178e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SL09UWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691178',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'PRIUS HATCHBACK',
'odometer': 183303,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-20',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA PRIUS HATCHBACK 1.5 VVTi T3 Hybrid 5dr CVT Auto',
'transmission': 'automatic',
'trim': '1.5 VVTi T3 Hybrid 5dr CVT Auto',
'vin': None,
'year': 2009}
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691178%27 HTTP/1.1" 200 None
2026-03-26 05:02:37 [astonbarclay.gb] INFO: Saving data for 120691178: {'auction_closing_time': 1774888200.0, 'created_time': 1774292518.064625, 'last_price_update_time': 1774501357.622639}
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691178') HTTP/1.1" 204 0
2026-03-26 05:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426
2026-03-26 05:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426
2026-03-26 05:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43b9c127-cb5b-597a-8b1a-38e9aabb5c02 with identifier: 120688426 to the API
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688426?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '43b9c127-cb5b-597a-8b1a-38e9aabb5c02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE14GXT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688426',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 27865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-30',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 82 Zetec 5dr',
'transmission': 'manual',
'trim': '1.25 82 Zetec 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688426%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Saving data for 120688426: {'auction_closing_time': 1774888200.0, 'created_time': 1774379383.293329, 'last_price_update_time': 1774501358.00623}
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688426') HTTP/1.1" 204 0
2026-03-26 05:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979
2026-03-26 05:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979
2026-03-26 05:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7cd243eb-0cc4-594d-9e93-5b9815bbb817 with identifier: 120725979 to the API
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120725979?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 352,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '4.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '7cd243eb-0cc4-594d-9e93-5b9815bbb817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV55OZG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120725979',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER SPORT ESTATE',
'odometer': 103818,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-09-15',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER RANGE ROVER SPORT ESTATE 4.4 V8 HSE 5dr Auto',
'transmission': 'automatic',
'trim': '4.4 V8 HSE 5dr Auto',
'vin': None,
'year': 2005}
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120725979%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Saving data for 120725979: {'created_time': 1774379347.791581, 'last_price_update_time': 1774501358.33781, 'auction_closing_time': 1774888200.0}
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120725979') HTTP/1.1" 204 0
2026-03-26 05:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078
2026-03-26 05:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078
2026-03-26 05:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fa4ab845-f51e-5bf4-8291-07f98a303085 with identifier: 120754078 to the API
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120754078?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'fa4ab845-f51e-5bf4-8291-07f98a303085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SD62YGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120754078',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 57540,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-04',
'seller_name': 'Manamanx Ltd',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr [Start Stop]',
'vin': None,
'year': 2012}
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120754078%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Saving data for 120754078: {'auction_closing_time': 1774888200.0, 'created_time': 1774379356.580135, 'last_price_update_time': 1774501358.621372}
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120754078') HTTP/1.1" 204 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120406763
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406763%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120406763: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120397505
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120397505%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120397505: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120401206
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401206%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120401206: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120408375
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120408375%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120408375: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120439927
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120439927%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120439927: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120442309
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442309%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120442309: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120302568
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302568%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120302568: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120302654
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120302654%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120302654: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120254900
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120254900%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120254900: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120257030
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257030%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120257030: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120438101
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438101%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120438101: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120631151
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631151%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120631151: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120610324
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120610324%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120610324: 2
2026-03-26 05:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120750401?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120753086?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120632944
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632944%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120632944: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120647610
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120647610%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120647610: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120632848
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632848%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120632848: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120627305
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627305%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120627305: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120365355
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120365355%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120365355: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120621555
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621555%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120621555: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120650278
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650278%27 HTTP/1.1" 200 None
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Scrape type for 120650278: 0
2026-03-26 05:02:38 [astonbarclay.gb] INFO: Found listing with ID: 120653276
2026-03-26 05:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653276%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120653276: 2
2026-03-26 05:02:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120654283
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654283%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120654283: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120654113
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654113%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120654113: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120656222
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656222%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120656222: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120645930
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120645930%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120645930: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120654349
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654349%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120654349: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120668153
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668153%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120668153: 2
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120716187
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716187%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120716187: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120688219
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688219%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120688219: 2
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120750401, 'registration': 'RK05BNE', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C3 HATCHBACK SPECIAL EDITION', 'derivative': '1.1i Desire 5dr', 'mileage': 105508, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1124, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RK05BNE/2026-03-25/image/ae1c49b7-215a-4029-ad34-d6bc3eab9ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/3a35d2f4-e8e7-488d-913b-bb208b914a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/710e1540-73f8-4e14-93c0-798904c028e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/6fbceb3d-e9e0-4821-8be0-719d4fc94aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/468f0db9-6fbe-492a-8a28-d57b5590ebc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/803cc78c-05ac-4b59-98f2-b4f16adf3135_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/313d1829-8150-4767-98b3-b1e2a08f6300_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/09 19K - 05/10 24K - 05/11 29K - 05/12 34K 05/15 47K - 05/20 61K -05/21 65K 05/22 65K', 'remarks': 'VOSA STATES 69K- 72K- 76K- 92K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d7e3a54-64f6-4ff5-9f8d-7aeebda2dbda.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120750401, 'registration': 'RK05BNE', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C3 HATCHBACK SPECIAL EDITION', 'derivative': '1.1i Desire 5dr', 'mileage': 105508, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2005-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-21', 'doors': 5, 'engineSize': 1124, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RK05BNE/2026-03-25/image/ae1c49b7-215a-4029-ad34-d6bc3eab9ef5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/3a35d2f4-e8e7-488d-913b-bb208b914a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/710e1540-73f8-4e14-93c0-798904c028e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/6fbceb3d-e9e0-4821-8be0-719d4fc94aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/468f0db9-6fbe-492a-8a28-d57b5590ebc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/803cc78c-05ac-4b59-98f2-b4f16adf3135_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK05BNE/2026-03-25/image/313d1829-8150-4767-98b3-b1e2a08f6300_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/09 19K - 05/10 24K - 05/11 29K - 05/12 34K 05/15 47K - 05/20 61K -05/21 65K 05/22 65K', 'remarks': 'VOSA STATES 69K- 72K- 76K- 92K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7d7e3a54-64f6-4ff5-9f8d-7aeebda2dbda.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401
2026-03-26 05:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f187d374-596a-530f-90b7-0196a7baa6b1 with scrape type 2
2026-03-26 05:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f187d374-596a-530f-90b7-0196a7baa6b1 with scrape type 2
2026-03-26 05:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f187d374-596a-530f-90b7-0196a7baa6b1, identifier: 120750401
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120753086, 'registration': 'DF66TMV', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 81635, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-14', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DF66TMV/2026-03-25/image/9dcc3178-e86a-4aaf-b00f-f44731b28714_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/6e75afaa-2e2a-43e9-8a19-e0963a11e624_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/73e95115-ef66-40be-bddc-28057603bdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/895cf397-d695-4a42-b77a-5a92a097d67f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/2bd174fa-a48b-4a1f-a908-433bdffb65be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/ed29345a-dce9-4148-b96e-6b6a2f2ccbf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/eebe0bac-81f9-4fab-afc6-de8de9085800_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/17 11K - 01/19 26K - 10/25 76K', 'remarks': 'VOSA STATES 59K- 67K- 74K 76K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/987e9bcf-b44b-4878-9ba0-6ef298f93704.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120753086, 'registration': 'DF66TMV', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.5 TDCi 120 Titanium 5dr', 'mileage': 81635, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-11-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-14', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DF66TMV/2026-03-25/image/9dcc3178-e86a-4aaf-b00f-f44731b28714_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/6e75afaa-2e2a-43e9-8a19-e0963a11e624_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/73e95115-ef66-40be-bddc-28057603bdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/895cf397-d695-4a42-b77a-5a92a097d67f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/2bd174fa-a48b-4a1f-a908-433bdffb65be_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/ed29345a-dce9-4148-b96e-6b6a2f2ccbf0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DF66TMV/2026-03-25/image/eebe0bac-81f9-4fab-afc6-de8de9085800_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 12/17 11K - 01/19 26K - 10/25 76K', 'remarks': 'VOSA STATES 59K- 67K- 74K 76K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/987e9bcf-b44b-4878-9ba0-6ef298f93704.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086
2026-03-26 05:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with scrape type 2
2026-03-26 05:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with scrape type 2
2026-03-26 05:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c, identifier: 120753086
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120024515
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120024515%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120024515: 0
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Found listing with ID: 120690793
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690793%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Scrape type for 120690793: 2
2026-03-26 05:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401
2026-03-26 05:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401
2026-03-26 05:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f187d374-596a-530f-90b7-0196a7baa6b1 with identifier: 120750401 to the API
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120750401?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f187d374-596a-530f-90b7-0196a7baa6b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RK05BNE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120750401',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 HATCHBACK SPECIAL EDITION',
'odometer': 105508,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-07-29',
'seller_name': 'Manamanx Ltd',
'title': 'CITROEN C3 HATCHBACK SPECIAL EDITION 1.1i Desire 5dr',
'transmission': 'manual',
'trim': '1.1i Desire 5dr',
'vin': None,
'year': 2005}
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750401%27 HTTP/1.1" 200 None
2026-03-26 05:02:39 [astonbarclay.gb] INFO: Saving data for 120750401: {'auction_closing_time': 1774888200.0, 'created_time': 1774379370.107078, 'last_price_update_time': 1774501359.696147}
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120750401') HTTP/1.1" 204 0
2026-03-26 05:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086
2026-03-26 05:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086
2026-03-26 05:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c with identifier: 120753086 to the API
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120753086?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '15aa5c35-0b49-52c1-a0b0-dc3e6fc1df9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DF66TMV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120753086',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 81635,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-30',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS DIESEL ESTATE 1.5 TDCi 120 Titanium 5dr',
'transmission': 'manual',
'trim': '1.5 TDCi 120 Titanium 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753086%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Saving data for 120753086: {'auction_closing_time': 1774888200.0, 'created_time': 1774379347.146609, 'last_price_update_time': 1774501360.10424}
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120753086') HTTP/1.1" 204 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120713969
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120713969%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120713969: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120581417
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581417%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120581417: 2
2026-03-26 05:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693407?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120698448?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120581824
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581824%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120581824: 2
2026-03-26 05:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120681802
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681802%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120681802: 2
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120689970
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689970%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120689970: 2
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120691804
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691804%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120691804: 2
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120408135
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120408135%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120408135: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120738792
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738792%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120738792: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120751343
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751343%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120751343: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120753082
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753082%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120753082: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120595651
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595651%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120595651: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120747915
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120747915%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120747915: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120794574
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794574%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120794574: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120436090
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120436090%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120436090: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120615597
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615597%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120615597: 2
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120696944
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696944%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120696944: 2
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693407, 'registration': 'KP15WXR', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C250 BlueTEC SE 4dr Auto', 'mileage': 136107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-05-13', 'fuel': 'Diesel', 'motExpiry': '2027-02-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KP15WXR/2026-03-25/image/6ac4aabe-0d57-446c-896b-d7ec0b98d791_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/0855fe20-8153-4541-aeb7-107198325fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/5543a372-4728-40cc-85a1-f485d7ee5cd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/006fa554-cb1b-4305-9947-a4314ea5de84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/7968c92f-9d7f-4971-8268-2fbb505a67fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/c8b587f2-55f3-4b45-b822-340a7b6f7713_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/ba08f6f5-9121-4fc2-9abd-b7f07ea6b1f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/f3309877-4af0-4f97-a290-1c5c776acc4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/99c0bdf7-0747-40ad-9c84-bd86510f10a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/34be1ed4-c8bf-4f0a-9575-b8402104806c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 102K- 110K- 124K 136 KSPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a7afeeb-bae4-44c1-bbd6-23c72a01d94e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693407, 'registration': 'KP15WXR', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL SALOON', 'derivative': 'C250 BlueTEC SE 4dr Auto', 'mileage': 136107, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2015-05-13', 'fuel': 'Diesel', 'motExpiry': '2027-02-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KP15WXR/2026-03-25/image/6ac4aabe-0d57-446c-896b-d7ec0b98d791_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/0855fe20-8153-4541-aeb7-107198325fac_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/5543a372-4728-40cc-85a1-f485d7ee5cd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/006fa554-cb1b-4305-9947-a4314ea5de84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/7968c92f-9d7f-4971-8268-2fbb505a67fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/c8b587f2-55f3-4b45-b822-340a7b6f7713_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/ba08f6f5-9121-4fc2-9abd-b7f07ea6b1f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/f3309877-4af0-4f97-a290-1c5c776acc4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/99c0bdf7-0747-40ad-9c84-bd86510f10a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP15WXR/2026-03-25/image/34be1ed4-c8bf-4f0a-9575-b8402104806c_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 102K- 110K- 124K 136 KSPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6a7afeeb-bae4-44c1-bbd6-23c72a01d94e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407
2026-03-26 05:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5841b85-f3ef-5546-80e7-bd5f874524b9 with scrape type 2
2026-03-26 05:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5841b85-f3ef-5546-80e7-bd5f874524b9 with scrape type 2
2026-03-26 05:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5841b85-f3ef-5546-80e7-bd5f874524b9, identifier: 120693407
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120698448, 'registration': 'HK08THU', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'CLC CLASS COUPE', 'derivative': 'CLC 180K Sport 3dr Auto', 'mileage': 113452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-09-05', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Coupe', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 05/09-7K, 05/10-16K, 09/11-18K, 04/12-29K, 11/12-39K, 08/13-50K, 08/14-55K, 02/16-62K, 02/17-67K, 02/18-72K, 02/19-78K, 03/20-83K, 04/21-85K, 05/22-93K, 05/23-96K, 05/24-101K', 'remarks': 'VOSA STATES 90K, 98K, 103K, 110K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f0afcac-5193-4475-a42d-732d9fc7ed33.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120698448, 'registration': 'HK08THU', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'CLC CLASS COUPE', 'derivative': 'CLC 180K Sport 3dr Auto', 'mileage': 113452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2008-07-04', 'fuel': 'Petrol', 'motExpiry': '2026-09-05', 'doors': 3, 'engineSize': 1796, 'bodyType': 'Coupe', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 05/09-7K, 05/10-16K, 09/11-18K, 04/12-29K, 11/12-39K, 08/13-50K, 08/14-55K, 02/16-62K, 02/17-67K, 02/18-72K, 02/19-78K, 03/20-83K, 04/21-85K, 05/22-93K, 05/23-96K, 05/24-101K', 'remarks': 'VOSA STATES 90K, 98K, 103K, 110K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '7', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8f0afcac-5193-4475-a42d-732d9fc7ed33.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448
2026-03-26 05:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aa09657-33cf-5020-aca6-40d4be035825 with scrape type 2
2026-03-26 05:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aa09657-33cf-5020-aca6-40d4be035825 with scrape type 2
2026-03-26 05:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0aa09657-33cf-5020-aca6-40d4be035825, identifier: 120698448
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120756805
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756805%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120756805: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120652440
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120652440%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120652440: 0
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Found listing with ID: 120540667
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120540667%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Scrape type for 120540667: 2
2026-03-26 05:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407
2026-03-26 05:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407
2026-03-26 05:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5841b85-f3ef-5546-80e7-bd5f874524b9 with identifier: 120693407 to the API
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693407?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c5841b85-f3ef-5546-80e7-bd5f874524b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KP15WXR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693407',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL SALOON',
'odometer': 136107,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-13',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ C CLASS DIESEL SALOON C250 BlueTEC SE 4dr Auto',
'transmission': 'automatic',
'trim': 'C250 BlueTEC SE 4dr Auto',
'vin': None,
'year': 2015}
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693407%27 HTTP/1.1" 200 None
2026-03-26 05:02:40 [astonbarclay.gb] INFO: Saving data for 120693407: {'auction_closing_time': 1774888200.0, 'created_time': 1774379369.577201, 'last_price_update_time': 1774501360.973151}
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693407') HTTP/1.1" 204 0
2026-03-26 05:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448
2026-03-26 05:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448
2026-03-26 05:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0aa09657-33cf-5020-aca6-40d4be035825 with identifier: 120698448 to the API
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120698448?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 198,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0aa09657-33cf-5020-aca6-40d4be035825',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HK08THU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120698448',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLC CLASS COUPE',
'odometer': 113452,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-07-04',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ CLC CLASS COUPE CLC 180K Sport 3dr Auto',
'transmission': 'automatic',
'trim': 'CLC 180K Sport 3dr Auto',
'vin': None,
'year': 2008}
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120698448%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Saving data for 120698448: {'auction_closing_time': 1774888200.0, 'created_time': 1774379322.704417, 'last_price_update_time': 1774501361.375817}
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120698448') HTTP/1.1" 204 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120657364
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657364%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120657364: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120199126
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120199126%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120199126: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120473894
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473894%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120473894: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120102055
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120102055%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120102055: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120595660
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595660%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120595660: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120691012
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691012%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120691012: 2
2026-03-26 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667880?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120503575?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120537066?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120753553
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753553%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120753553: 2
2026-03-26 05:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120475596?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120737032
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120737032%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120737032: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120738444
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738444%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120738444: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120753346
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753346%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120753346: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120746149
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120746149%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120746149: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120595642
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595642%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120595642: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120582058
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582058%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120582058: 2
2026-03-26 05:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120793723
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120793723%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120793723: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120793900
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120793900%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120793900: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120797674
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797674%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120797674: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120797399
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797399%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120797399: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120794477
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794477%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120794477: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120257231
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257231%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120257231: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120020047
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120020047%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120020047: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120526347
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526347%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120526347: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120619082
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619082%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120619082: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120619150
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619150%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120619150: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120619141
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619141%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120619141: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120619100
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619100%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120619100: 0
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Found listing with ID: 120688561
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688561%27 HTTP/1.1" 200 None
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Scrape type for 120688561: 2
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667880, 'registration': 'WP58UGS', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'COMBO DIESEL', 'derivative': '1700 1.3CDTi 16V Van [75PS]', 'mileage': 92616, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-02-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-03', 'doors': None, 'engineSize': 1248, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WP58UGS/2026-03-24/image/bb5bb054-f278-4ed1-b06d-075c8ac40ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4ea9aba0-60e6-4f8e-a4c8-4bb9cd9b0958_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/1cea25bc-d55a-40d9-b80a-f1cc4018ac0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/c79083ab-3030-4e8a-80de-da99c4e6c05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/0a3bccb8-60b0-48fc-b1dd-092d65d582c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4dfc3d0d-2c4c-43c1-808e-b4e19ccfa895_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/92542b2a-649d-45e2-829a-58600af6b46b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/278c1f2f-8e04-4bf6-8598-6ff2c63e4aeb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 73K - 79K- 80K - 87K - **NO VAT**', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dcb6fd8c-fe34-4919-b706-8053697f890d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667880, 'registration': 'WP58UGS', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'COMBO DIESEL', 'derivative': '1700 1.3CDTi 16V Van [75PS]', 'mileage': 92616, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-02-18', 'fuel': 'Diesel', 'motExpiry': '2026-08-03', 'doors': None, 'engineSize': 1248, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/WP58UGS/2026-03-24/image/bb5bb054-f278-4ed1-b06d-075c8ac40ea6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4ea9aba0-60e6-4f8e-a4c8-4bb9cd9b0958_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/1cea25bc-d55a-40d9-b80a-f1cc4018ac0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/c79083ab-3030-4e8a-80de-da99c4e6c05e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/0a3bccb8-60b0-48fc-b1dd-092d65d582c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/4dfc3d0d-2c4c-43c1-808e-b4e19ccfa895_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/92542b2a-649d-45e2-829a-58600af6b46b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP58UGS/2026-03-24/image/278c1f2f-8e04-4bf6-8598-6ff2c63e4aeb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 73K - 79K- 80K - 87K - **NO VAT**', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dcb6fd8c-fe34-4919-b706-8053697f890d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880
2026-03-26 05:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04dfd531-6704-5d90-8a2d-59371fa85348 with scrape type 2
2026-03-26 05:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04dfd531-6704-5d90-8a2d-59371fa85348 with scrape type 2
2026-03-26 05:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04dfd531-6704-5d90-8a2d-59371fa85348, identifier: 120667880
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120503575, 'registration': 'BT57WTG', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '320i SE [170] 4dr Auto', 'mileage': 170869, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-12-03', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BT57WTG/2026-03-17/image/c17e016d-869d-4cb0-8357-d29fdb7de687_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/486193e5-48a0-44cd-98e1-590fb0c22b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/cc4631bb-8b96-4e30-a466-9eac4d2190f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/2ee9360f-d674-4d89-8d56-a264b4ce55fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/7f65b152-c487-4af6-88ab-7fe8a4feb49d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/0c6e7913-46c7-436e-9aaf-b1806fbfed74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/398562e0-4242-429d-a1e4-2114fc7d0278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/a067ef54-5959-4907-8594-6469f40db1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/e1e4c349-fb91-4700-9054-a69c10132b6f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/09- 17K, 11/09- 22K, 10/10- 33K, 12/11- 44K, 10/13- 66K, 07/15- 85K, 11/15- 90K, 10/21- 120K, ??/23-136K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear OUTSTANDING RECALL, VOSA STATES 122K, 136K, 143K, 162K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ea677ce-71b2-428d-934b-892ce95b61b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120503575, 'registration': 'BT57WTG', 'account': 'WBA004', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '320i SE [170] 4dr Auto', 'mileage': 170869, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2007-12-03', 'fuel': 'Petrol', 'motExpiry': '2026-04-09', 'doors': 4, 'engineSize': 1995, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BT57WTG/2026-03-17/image/c17e016d-869d-4cb0-8357-d29fdb7de687_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/486193e5-48a0-44cd-98e1-590fb0c22b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/cc4631bb-8b96-4e30-a466-9eac4d2190f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/2ee9360f-d674-4d89-8d56-a264b4ce55fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/7f65b152-c487-4af6-88ab-7fe8a4feb49d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/0c6e7913-46c7-436e-9aaf-b1806fbfed74_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/398562e0-4242-429d-a1e4-2114fc7d0278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/a067ef54-5959-4907-8594-6469f40db1ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT57WTG/2026-03-17/image/e1e4c349-fb91-4700-9054-a69c10132b6f_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 05/09- 17K, 11/09- 22K, 10/10- 33K, 12/11- 44K, 10/13- 66K, 07/15- 85K, 11/15- 90K, 10/21- 120K, ??/23-136K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and normal wear OUTSTANDING RECALL, VOSA STATES 122K, 136K, 143K, 162K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ea677ce-71b2-428d-934b-892ce95b61b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575
2026-03-26 05:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6ed31c3-fea9-5cd6-9992-05df550215a0 with scrape type 2
2026-03-26 05:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6ed31c3-fea9-5cd6-9992-05df550215a0 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6ed31c3-fea9-5cd6-9992-05df550215a0, identifier: 120503575
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120537066, 'registration': 'DB18JMB', 'account': 'MAN037', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] R-Dynamic HSE 5dr Auto', 'mileage': 61903, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-04-28', 'fuel': 'Diesel', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DB18JMB/2026-03-18/image/fd1bfaa0-6e28-4885-9112-d39d0f5eb4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2a85debd-6e40-4610-8e7c-15898552f797_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/318a9c0c-f29e-463f-aab5-5c0bf0436d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/8d0d091c-727e-475b-a64e-c2ef6ceea663_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/bec2db6e-bc80-4b0b-b2f8-38940785c212_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2e3db10c-ab79-496b-928d-6899ab4b2c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/08490972-c832-4666-b7bf-b79c6a488a6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/1d9f159a-dd58-4212-94d2-47fa9e7dd96a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/46ff3ca3-380d-4efe-ad38-847eed3d3a58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/20-15k, 07/22-32k', 'remarks': 'VOSA STATES 32K - 39K- 50K- 58K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22b8581f-6dba-478a-a428-dd3f29ea8e4e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120537066, 'registration': 'DB18JMB', 'account': 'MAN037', 'make': 'JAGUAR', 'model': 'E-PACE DIESEL ESTATE', 'derivative': '2.0d [180] R-Dynamic HSE 5dr Auto', 'mileage': 61903, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-04-28', 'fuel': 'Diesel', 'motExpiry': '2026-07-18', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DB18JMB/2026-03-18/image/fd1bfaa0-6e28-4885-9112-d39d0f5eb4b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2a85debd-6e40-4610-8e7c-15898552f797_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/318a9c0c-f29e-463f-aab5-5c0bf0436d82_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/8d0d091c-727e-475b-a64e-c2ef6ceea663_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/bec2db6e-bc80-4b0b-b2f8-38940785c212_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/2e3db10c-ab79-496b-928d-6899ab4b2c61_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/08490972-c832-4666-b7bf-b79c6a488a6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/1d9f159a-dd58-4212-94d2-47fa9e7dd96a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DB18JMB/2026-03-18/image/46ff3ca3-380d-4efe-ad38-847eed3d3a58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 01/20-15k, 07/22-32k', 'remarks': 'VOSA STATES 32K - 39K- 50K- 58K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/22b8581f-6dba-478a-a428-dd3f29ea8e4e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066
2026-03-26 05:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe55a45b-d3ef-5b96-ab92-e5e17a731083 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe55a45b-d3ef-5b96-ab92-e5e17a731083 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fe55a45b-d3ef-5b96-ab92-e5e17a731083, identifier: 120537066
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667468, 'registration': 'RA06XZX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.6 SE FSI 5dr', 'mileage': 101455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-08-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d2c99335-e1b3-4ab5-b433-37c2050559f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/80be9741-5044-411c-a929-8f149c4b404d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/3f0bdf42-b7a8-4d41-a9d2-011cfd560b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/f335c323-9ed4-4f79-bd0b-9f5d3ac3f45b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/fe8aec66-7201-452e-8c95-3b5260226a14_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/294ee912-4ed1-488a-acdf-dd771ab32ecd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d5073252-b039-49b0-9b01-2261ecd21ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/29582af2-8047-47e2-a986-0b4417b73e27_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/07 7K - 08/08 14K - 08/09 20K - 08/10 27K - 05/11 32K - 05/12 38K - 05/13 45K - 06/14 53K - 04/15 58K - 05/16 64K - 04/17 69K - 04/18 72K - 04/19 77K - 06/20 82K - 05/21 83K - 02/25 ??', 'remarks': 'VOSA STATES, 86k, 89k, 91k, 96k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/788ad561-4747-4614-aa2d-9c517618638a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667468, 'registration': 'RA06XZX', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.6 SE FSI 5dr', 'mileage': 101455, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2006-08-25', 'fuel': 'Petrol', 'motExpiry': '2026-07-23', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d2c99335-e1b3-4ab5-b433-37c2050559f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/80be9741-5044-411c-a929-8f149c4b404d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/3f0bdf42-b7a8-4d41-a9d2-011cfd560b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/f335c323-9ed4-4f79-bd0b-9f5d3ac3f45b_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/fe8aec66-7201-452e-8c95-3b5260226a14_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/294ee912-4ed1-488a-acdf-dd771ab32ecd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/d5073252-b039-49b0-9b01-2261ecd21ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RA06XZX/2026-03-24/image/29582af2-8047-47e2-a986-0b4417b73e27_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/07 7K - 08/08 14K - 08/09 20K - 08/10 27K - 05/11 32K - 05/12 38K - 05/13 45K - 06/14 53K - 04/15 58K - 05/16 64K - 04/17 69K - 04/18 72K - 04/19 77K - 06/20 82K - 05/21 83K - 02/25 ??', 'remarks': 'VOSA STATES, 86k, 89k, 91k, 96k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 166, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/788ad561-4747-4614-aa2d-9c517618638a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468
2026-03-26 05:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f474fbb4-13dc-540b-8d62-f5917b8db8f7 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f474fbb4-13dc-540b-8d62-f5917b8db8f7 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f474fbb4-13dc-540b-8d62-f5917b8db8f7, identifier: 120667468
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120475596, 'registration': 'SA68LDK', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Elite Nav 5dr', 'mileage': 86546, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA68LDK/2026-03-16/image/6317a8dd-bc5b-48c6-830f-f7986af53fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/f131c5cd-97e7-42f2-8699-114adb69ea80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/c8f11053-57d5-4fa0-91c2-5b384805046f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/ac833aac-3431-4d81-8757-3d9d91dc4927_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8c586d79-369e-4fff-9c86-8577c43ee409_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/a7ef3825-3ae0-4302-8b2f-87e872c35f52_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/05256df5-895f-4704-b6c9-9e2ab301fd11_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8917a333-72d2-44f4-98a5-acc9465f3ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/d510e5e6-8775-4e68-89dd-f9af8f50f877_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 - 9K, 08/20 - 20K, 07/21 - 32K, 05/22 - 42K, 03/23 - 55K, 01/24 - 67K', 'remarks': 'VOSA STATES 38K, 50K, 65K, 79K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/517341c4-cd23-424b-a052-0c003cf544e7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120475596, 'registration': 'SA68LDK', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'MOKKA X HATCHBACK', 'derivative': '1.4T ecoTEC Elite Nav 5dr', 'mileage': 86546, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-09-12', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 5, 'engineSize': 1364, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA68LDK/2026-03-16/image/6317a8dd-bc5b-48c6-830f-f7986af53fd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/f131c5cd-97e7-42f2-8699-114adb69ea80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/c8f11053-57d5-4fa0-91c2-5b384805046f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/ac833aac-3431-4d81-8757-3d9d91dc4927_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8c586d79-369e-4fff-9c86-8577c43ee409_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/a7ef3825-3ae0-4302-8b2f-87e872c35f52_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/05256df5-895f-4704-b6c9-9e2ab301fd11_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/8917a333-72d2-44f4-98a5-acc9465f3ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA68LDK/2026-03-16/image/d510e5e6-8775-4e68-89dd-f9af8f50f877_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 - 9K, 08/20 - 20K, 07/21 - 32K, 05/22 - 42K, 03/23 - 55K, 01/24 - 67K', 'remarks': 'VOSA STATES 38K, 50K, 65K, 79K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 150, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/517341c4-cd23-424b-a052-0c003cf544e7.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596
2026-03-26 05:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 235711b9-cc50-5404-b1ff-2c52b3c9d384 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 235711b9-cc50-5404-b1ff-2c52b3c9d384 with scrape type 2
2026-03-26 05:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 235711b9-cc50-5404-b1ff-2c52b3c9d384, identifier: 120475596
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 120619091
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120619091%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 120619091: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 119252663
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119252663%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 119252663: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 120476160
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476160%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 120476160: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 119855237
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119855237%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 119855237: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 120650675
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120650675%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 120650675: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 119140877
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119140877%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 119140877: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 118453640
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118453640%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 118453640: 0
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Found listing with ID: 120752694
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120752694%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Scrape type for 120752694: 2
2026-03-26 05:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880
2026-03-26 05:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880
2026-03-26 05:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04dfd531-6704-5d90-8a2d-59371fa85348 with identifier: 120667880 to the API
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667880?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '04dfd531-6704-5d90-8a2d-59371fa85348',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WP58UGS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667880',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'COMBO DIESEL',
'odometer': 92616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-02-18',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL COMBO DIESEL 1700 1.3CDTi 16V Van [75PS]',
'transmission': 'manual',
'trim': '1700 1.3CDTi 16V Van [75PS]',
'vin': None,
'year': 2009}
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667880%27 HTTP/1.1" 200 None
2026-03-26 05:02:42 [astonbarclay.gb] INFO: Saving data for 120667880: {'auction_closing_time': 1774888200.0, 'created_time': 1774271729.157161, 'last_price_update_time': 1774501362.83406}
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667880') HTTP/1.1" 204 0
2026-03-26 05:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575
2026-03-26 05:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575
2026-03-26 05:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6ed31c3-fea9-5cd6-9992-05df550215a0 with identifier: 120503575 to the API
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120503575?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd6ed31c3-fea9-5cd6-9992-05df550215a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BT57WTG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120503575',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 170869,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-12-03',
'seller_name': 'UKCGR - Trade',
'title': 'BMW 3 SERIES SALOON 320i SE [170] 4dr Auto',
'transmission': 'automatic',
'trim': '320i SE [170] 4dr Auto',
'vin': None,
'year': 2007}
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120503575%27 HTTP/1.1" 200 None
2026-03-26 05:02:43 [astonbarclay.gb] INFO: Saving data for 120503575: {'auction_closing_time': 1774888200.0, 'created_time': 1773752522.988589, 'last_price_update_time': 1774501363.263451}
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120503575') HTTP/1.1" 204 0
2026-03-26 05:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066
2026-03-26 05:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066
2026-03-26 05:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fe55a45b-d3ef-5b96-ab92-e5e17a731083 with identifier: 120537066 to the API
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120537066?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'fe55a45b-d3ef-5b96-ab92-e5e17a731083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DB18JMB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120537066',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'E-PACE DIESEL ESTATE',
'odometer': 61903,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-28',
'seller_name': 'Manamanx Ltd',
'title': 'JAGUAR E-PACE DIESEL ESTATE 2.0d [180] R-Dynamic HSE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0d [180] R-Dynamic HSE 5dr Auto',
'vin': None,
'year': 2018}
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537066%27 HTTP/1.1" 200 None
2026-03-26 05:02:43 [astonbarclay.gb] INFO: Saving data for 120537066: {'auction_closing_time': 1774612800.0, 'created_time': 1773774124.373368, 'last_price_update_time': 1774501363.611744}
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120537066') HTTP/1.1" 204 0
2026-03-26 05:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468
2026-03-26 05:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468
2026-03-26 05:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f474fbb4-13dc-540b-8d62-f5917b8db8f7 with identifier: 120667468 to the API
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667468?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 166,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f474fbb4-13dc-540b-8d62-f5917b8db8f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RA06XZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667468',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 101455,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-08-25',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.6 SE FSI 5dr',
'transmission': 'manual',
'trim': '1.6 SE FSI 5dr',
'vin': None,
'year': 2006}
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667468%27 HTTP/1.1" 200 None
2026-03-26 05:02:43 [astonbarclay.gb] INFO: Saving data for 120667468: {'auction_closing_time': 1774888200.0, 'created_time': 1774271756.973907, 'last_price_update_time': 1774501363.978737}
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667468') HTTP/1.1" 204 0
2026-03-26 05:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596
2026-03-26 05:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596
2026-03-26 05:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 235711b9-cc50-5404-b1ff-2c52b3c9d384 with identifier: 120475596 to the API
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120475596?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 150,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '235711b9-cc50-5404-b1ff-2c52b3c9d384',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SA68LDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120475596',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'MOKKA X HATCHBACK',
'odometer': 86546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-12',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL MOKKA X HATCHBACK 1.4T ecoTEC Elite Nav 5dr',
'transmission': 'manual',
'trim': '1.4T ecoTEC Elite Nav 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120475596%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Saving data for 120475596: {'auction_closing_time': 1774612800.0, 'created_time': 1773667458.469344, 'last_price_update_time': 1774501364.410643}
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120475596') HTTP/1.1" 204 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 119971941
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119971941%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 119971941: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120763986
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763986%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120763986: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120717264
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717264%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120717264: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120674999
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674999%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120674999: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120476170
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476170%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120476170: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120600138
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120600138%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120600138: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120337279
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120337279%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120337279: 2
2026-03-26 05:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582897?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120554208?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120797261
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797261%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120797261: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120631698
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631698%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120631698: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120630009
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630009%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120630009: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120598413
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598413%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120598413: 2
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120763511
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763511%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120763511: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120693399
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693399%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120693399: 2
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120693503
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693503%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120693503: 2
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120582897, 'registration': 'YB19RKA', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 EcoBlue 120 Zetec 5dr', 'mileage': 99155, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4a6535df-0644-4f3c-a728-293b1d141d48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/57a8587e-e205-4a4d-a2f0-6d24ff4dc61f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/b2f1cbd3-ade7-400b-ad0f-657eb0671fd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/66042b72-29c5-4ca7-91b2-94c7619fe669_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/86b9d295-19b0-4827-a2a5-ad955a190c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/485c1f75-71a4-4b6a-9c1e-8874ec362a3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/412d703d-a86c-4834-b20b-fe97cde6cfd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/d417402e-ff2c-4748-81e8-fdcc08414474_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4b1046e3-0c11-40a1-99d8-05f92073e7d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 7K - 11/19 9K - 06/20 19K - 01/21 30K - 06/21 40K - 11/21 52K - 09/22 72K', 'remarks': 'VOSA STATES 72K- 77K- 85K- 95K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 93, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a771bf1-3e99-445a-a4ed-4903d88dd58c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120582897, 'registration': 'YB19RKA', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL HATCHBACK', 'derivative': '1.5 EcoBlue 120 Zetec 5dr', 'mileage': 99155, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-29', 'fuel': 'Diesel', 'motExpiry': '2026-09-25', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4a6535df-0644-4f3c-a728-293b1d141d48_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/57a8587e-e205-4a4d-a2f0-6d24ff4dc61f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/b2f1cbd3-ade7-400b-ad0f-657eb0671fd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/66042b72-29c5-4ca7-91b2-94c7619fe669_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/86b9d295-19b0-4827-a2a5-ad955a190c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/485c1f75-71a4-4b6a-9c1e-8874ec362a3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/412d703d-a86c-4834-b20b-fe97cde6cfd9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/d417402e-ff2c-4748-81e8-fdcc08414474_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB19RKA/2026-03-19/image/4b1046e3-0c11-40a1-99d8-05f92073e7d2_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/19 7K - 11/19 9K - 06/20 19K - 01/21 30K - 06/21 40K - 11/21 52K - 09/22 72K', 'remarks': 'VOSA STATES 72K- 77K- 85K- 95K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 93, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a771bf1-3e99-445a-a4ed-4903d88dd58c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897
2026-03-26 05:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0506bd05-e68e-5179-9db5-f1863432131b with scrape type 2
2026-03-26 05:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0506bd05-e68e-5179-9db5-f1863432131b with scrape type 2
2026-03-26 05:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0506bd05-e68e-5179-9db5-f1863432131b, identifier: 120582897
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120554208, 'registration': 'EJ67USX', 'account': 'ALL022', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 69917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ67USX/2026-03-19/image/c6b12e82-4ad3-4c08-bd3e-d2172575215b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/576a0f81-2cb3-41e8-9c2e-712dd81ed0e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/5c75f598-a3a2-42b8-bd7f-401e28feaed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/22bd310f-123e-4810-9179-1b92c2467b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/f582e135-f2c1-4f89-a324-b23b37e18c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/ae2883de-7bd2-4660-8c21-1da1f1f38cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/75b6166c-14b6-4362-923c-8219b15751e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/96a97fd7-fc2e-468c-8fa0-249464bfaaeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/02712ba4-5d18-4e80-8c46-a3de668219f8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 11/21 44K', 'remarks': 'VOSA STATES, 54K, 59K, 64K, 68K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1e9442f1-940b-4e65-9ae8-a92ddb9a61ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120554208, 'registration': 'EJ67USX', 'account': 'ALL022', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.1 Zetec 3dr', 'mileage': 69917, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-30', 'fuel': 'Petrol', 'motExpiry': '2026-11-29', 'doors': 3, 'engineSize': 1084, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ67USX/2026-03-19/image/c6b12e82-4ad3-4c08-bd3e-d2172575215b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/576a0f81-2cb3-41e8-9c2e-712dd81ed0e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/5c75f598-a3a2-42b8-bd7f-401e28feaed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/22bd310f-123e-4810-9179-1b92c2467b21_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/f582e135-f2c1-4f89-a324-b23b37e18c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/ae2883de-7bd2-4660-8c21-1da1f1f38cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/75b6166c-14b6-4362-923c-8219b15751e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/96a97fd7-fc2e-468c-8fa0-249464bfaaeb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ67USX/2026-03-19/image/02712ba4-5d18-4e80-8c46-a3de668219f8_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service book 11/21 44K', 'remarks': 'VOSA STATES, 54K, 59K, 64K, 68K - SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 101, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1e9442f1-940b-4e65-9ae8-a92ddb9a61ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208
2026-03-26 05:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3868c150-bec9-5550-9edd-23090557ed97 with scrape type 2
2026-03-26 05:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3868c150-bec9-5550-9edd-23090557ed97 with scrape type 2
2026-03-26 05:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3868c150-bec9-5550-9edd-23090557ed97, identifier: 120554208
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120438207
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120438207%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120438207: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120719635
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120719635%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120719635: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120654534
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654534%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120654534: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120763578
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763578%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120763578: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120615995
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615995%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120615995: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120599433
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120599433%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120599433: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120591190
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591190%27 HTTP/1.1" 200 None
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Scrape type for 120591190: 0
2026-03-26 05:02:44 [astonbarclay.gb] INFO: Found listing with ID: 120763418
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763418%27 HTTP/1.1" 200 None
2026-03-26 05:02:45 [astonbarclay.gb] INFO: Scrape type for 120763418: 0
2026-03-26 05:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120586010
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120586010%27 HTTP/1.1" 200 None
2026-03-26 05:02:45 [astonbarclay.gb] INFO: Scrape type for 120586010: 0
2026-03-26 05:02:45 [astonbarclay.gb] INFO: Found listing with ID: 120643521
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643521%27 HTTP/1.1" 200 None
2026-03-26 05:02:45 [astonbarclay.gb] INFO: Scrape type for 120643521: 2
2026-03-26 05:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897
2026-03-26 05:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897
2026-03-26 05:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0506bd05-e68e-5179-9db5-f1863432131b with identifier: 120582897 to the API
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582897?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 93,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '0506bd05-e68e-5179-9db5-f1863432131b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB19RKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582897',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL HATCHBACK',
'odometer': 99155,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-29',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS DIESEL HATCHBACK 1.5 EcoBlue 120 Zetec 5dr',
'transmission': 'manual',
'trim': '1.5 EcoBlue 120 Zetec 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582897%27 HTTP/1.1" 200 None
2026-03-26 05:02:45 [astonbarclay.gb] INFO: Saving data for 120582897: {'auction_closing_time': 1774612800.0, 'created_time': 1773838882.430766, 'last_price_update_time': 1774501365.382034}
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582897') HTTP/1.1" 204 0
2026-03-26 05:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208
2026-03-26 05:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208
2026-03-26 05:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3868c150-bec9-5550-9edd-23090557ed97 with identifier: 120554208 to the API
2026-03-26 05:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120554208?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 101,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '3868c150-bec9-5550-9edd-23090557ed97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ67USX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120554208',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 69917,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-30',
'seller_name': 'SMC Group',
'title': 'FORD FIESTA HATCHBACK 1.1 Zetec 3dr',
'transmission': 'manual',
'trim': '1.1 Zetec 3dr',
'vin': None,
'year': 2017}
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120554208%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Saving data for 120554208: {'auction_closing_time': 1774612800.0, 'created_time': 1773947154.54594, 'last_price_update_time': 1774501367.565204}
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120554208') HTTP/1.1" 204 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120674953
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674953%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120674953: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120415233
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415233%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120415233: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120574476
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120574476%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120574476: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120686836
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686836%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120686836: 2
2026-03-26 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120616956?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120675196?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02: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:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120751141?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617192?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120537829
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120537829%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120537829: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120526272
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526272%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120526272: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120256989
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120256989%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120256989: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120616160
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616160%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120616160: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120526253
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120526253%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120526253: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120715097
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715097%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120715097: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120379756
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120379756%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120379756: 0
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120654469
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654469%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120654469: 2
2026-03-26 05:02: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:02: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:02: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:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120623468
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623468%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120623468: 2
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Found listing with ID: 120600680
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120600680%27 HTTP/1.1" 200 None
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Scrape type for 120600680: 2
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120616956, 'registration': 'GV14OYC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C3 PICASSO ESTATE', 'derivative': '1.6 VTi 16V Exclusive 5dr EGS6', 'mileage': 81787, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0c998eb2-cdcd-4ce4-af44-27db136a3d34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/dc96b997-32f9-4143-9aa5-3fed7ce50ded_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/69a7b702-d90f-471e-9b04-bb839fb6e767_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/d0efc2ed-2f6b-4e86-8001-4e40319930f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/2d4cb592-809e-4cf2-91d8-4e5f9809a0ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0b33654a-9101-4403-93df-b0b579a0ccef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/84d30ab0-512d-492b-9cdf-3eda049e805b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0deed4c9-cd83-4eb9-a626-20a8a6bc895f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/15- 3K, 08/18- 23K, 08/19- 33K, 08/20- 43K, 10/21- 53K, 11/23- 71K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and VOSA STATES 61K, 69K, 76K, 81K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9281250c-9194-45b5-b7ad-b452a4c220ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120616956, 'registration': 'GV14OYC', 'account': 'WBA004', 'make': 'CITROEN', 'model': 'C3 PICASSO ESTATE', 'derivative': '1.6 VTi 16V Exclusive 5dr EGS6', 'mileage': 81787, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0c998eb2-cdcd-4ce4-af44-27db136a3d34_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/dc96b997-32f9-4143-9aa5-3fed7ce50ded_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/69a7b702-d90f-471e-9b04-bb839fb6e767_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/d0efc2ed-2f6b-4e86-8001-4e40319930f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/2d4cb592-809e-4cf2-91d8-4e5f9809a0ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0b33654a-9101-4403-93df-b0b579a0ccef_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/84d30ab0-512d-492b-9cdf-3eda049e805b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV14OYC/2026-03-19/image/0deed4c9-cd83-4eb9-a626-20a8a6bc895f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/15- 3K, 08/18- 23K, 08/19- 33K, 08/20- 43K, 10/21- 53K, 11/23- 71K', 'remarks': 'USED UNRECORDED - Damage is minor dents/scratches and VOSA STATES 61K, 69K, 76K, 81K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9281250c-9194-45b5-b7ad-b452a4c220ca.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956
2026-03-26 05:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43054f6-2d84-5f9a-b470-2fd82fb88817 with scrape type 2
2026-03-26 05:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f43054f6-2d84-5f9a-b470-2fd82fb88817 with scrape type 2
2026-03-26 05:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f43054f6-2d84-5f9a-b470-2fd82fb88817, identifier: 120616956
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120675196, 'registration': 'LS64ZHF', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220 BlueTEC SE 4dr 7G-Tronic', 'mileage': 90370, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/e6340035-4bb3-43b8-b2f3-efc12c6b9deb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/04805030-bac4-467a-8745-f9411f0a76fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/aafcc122-f6d9-4353-9ffc-3650a1bbebe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/c55b5cdb-d1a8-46aa-ac9c-4e109109aece_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/96578078-81c1-4073-9499-c9170c1acd49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64249d60-3f42-4a30-b34a-08d9a3082b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/a0fb82e4-2391-4025-b3cf-26d4c163de42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64497fa5-fb60-4906-889c-23fa97d307ef_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/15 17K - 07/15 31K - 06/16 37K - 06/17 42K - 03/18 46K', 'remarks': 'Ex-Private Hire - VOSA STATES, 74K, 79K, 86K, 89K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3f3b27f-422d-4b8c-aba9-e364bfc78599.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120675196, 'registration': 'LS64ZHF', 'account': 'CAR001', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E220 BlueTEC SE 4dr 7G-Tronic', 'mileage': 90370, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-12-23', 'doors': 4, 'engineSize': 2143, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/e6340035-4bb3-43b8-b2f3-efc12c6b9deb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/04805030-bac4-467a-8745-f9411f0a76fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/aafcc122-f6d9-4353-9ffc-3650a1bbebe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/c55b5cdb-d1a8-46aa-ac9c-4e109109aece_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/96578078-81c1-4073-9499-c9170c1acd49_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64249d60-3f42-4a30-b34a-08d9a3082b8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/a0fb82e4-2391-4025-b3cf-26d4c163de42_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS64ZHF/2026-03-23/image/64497fa5-fb60-4906-889c-23fa97d307ef_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 05/15 17K - 07/15 31K - 06/16 37K - 06/17 42K - 03/18 46K', 'remarks': 'Ex-Private Hire - VOSA STATES, 74K, 79K, 86K, 89K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'CarGiant', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c3f3b27f-422d-4b8c-aba9-e364bfc78599.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196
2026-03-26 05:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with scrape type 2
2026-03-26 05:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977, identifier: 120675196
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476757, 'registration': 'KN63VGM', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream VTR+ 5dr', 'mileage': 83746, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KN63VGM/2026-03-16/image/922655d4-0d7d-42e9-87b2-2186eefd6795_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/21abf344-2804-43a6-8484-d42eadf0e25c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/0dc8b015-596e-4377-84d6-a81c2edb91d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/26b59890-d556-4b8d-a1cc-f4950134100e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/10fd7e52-8e5f-4789-9ff2-5ef4102714ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/5d85296a-a648-4b82-b906-d9545e341537_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/d718e11b-819e-4904-ac57-7c3ada1f9644_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/1bf60165-0986-47c5-bdb7-519d888e13a7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14 10K - 09/15 15K- 09/16 19K- 09/17 23K - 09/18 28K - 11/20 37K - 11/21 43K - 10/23 51K - 03/25 71K', 'remarks': 'VOSA STATES 49K- 56K- 60K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2bc0dec-6065-4d9e-9575-074c137ff280.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476757, 'registration': 'KN63VGM', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'C4 PICASSO DIESEL ESTATE', 'derivative': '1.6 e-HDi 115 Airdream VTR+ 5dr', 'mileage': 83746, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-17', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KN63VGM/2026-03-16/image/922655d4-0d7d-42e9-87b2-2186eefd6795_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/21abf344-2804-43a6-8484-d42eadf0e25c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/0dc8b015-596e-4377-84d6-a81c2edb91d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/26b59890-d556-4b8d-a1cc-f4950134100e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/10fd7e52-8e5f-4789-9ff2-5ef4102714ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/5d85296a-a648-4b82-b906-d9545e341537_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/d718e11b-819e-4904-ac57-7c3ada1f9644_removebg.jpg?w=600', 'https://abimg003.imgix.net/KN63VGM/2026-03-16/image/1bf60165-0986-47c5-bdb7-519d888e13a7_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/14 10K - 09/15 15K- 09/16 19K- 09/17 23K - 09/18 28K - 11/20 37K - 11/21 43K - 10/23 51K - 03/25 71K', 'remarks': 'VOSA STATES 49K- 56K- 60K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f2bc0dec-6065-4d9e-9575-074c137ff280.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757
2026-03-26 05:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00d520c6-f06a-5cb4-9c53-535fb79e96ac with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00d520c6-f06a-5cb4-9c53-535fb79e96ac with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 00d520c6-f06a-5cb4-9c53-535fb79e96ac, identifier: 120476757
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120751141, 'registration': 'YC17OTK', 'account': 'MAN037', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 EX Navi 5dr', 'mileage': 61956, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-29', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1318, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC17OTK/2026-03-25/image/9596fb0c-4374-43d7-8413-9e2af31366bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/85903949-69f1-4e9a-b3fd-97fd504d7121_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/800b0d0f-9805-4a3e-9903-17e2a37e8daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/f0d6b555-9a18-433f-a02b-08f81f570868_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/3bd314d3-85ff-41c1-b26c-20c4be09a975_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/84366e24-ffa8-4b1b-8a93-cbce5f451133_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/dbd7b99f-b02c-4d9e-b2bb-b42608ead4c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/fb6bdadf-01a5-4edc-9c8d-497fb5c66997_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/108f13f2-1e09-4ba8-afab-c08c2ef326d0_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 11K - 03/19 18K - 03/20 28K - 09/24 602K - 03/26 61K-', 'remarks': 'VOSA STATES 50K- 60K- 61K- 61K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ac04c6c-37a7-490a-9a3f-7b3771e6c354.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120751141, 'registration': 'YC17OTK', 'account': 'MAN037', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.3 EX Navi 5dr', 'mileage': 61956, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-29', 'fuel': 'Petrol', 'motExpiry': '2027-03-03', 'doors': 5, 'engineSize': 1318, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YC17OTK/2026-03-25/image/9596fb0c-4374-43d7-8413-9e2af31366bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/85903949-69f1-4e9a-b3fd-97fd504d7121_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/800b0d0f-9805-4a3e-9903-17e2a37e8daa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/f0d6b555-9a18-433f-a02b-08f81f570868_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/3bd314d3-85ff-41c1-b26c-20c4be09a975_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/84366e24-ffa8-4b1b-8a93-cbce5f451133_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/dbd7b99f-b02c-4d9e-b2bb-b42608ead4c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/fb6bdadf-01a5-4edc-9c8d-497fb5c66997_removebg.jpg?w=600', 'https://abimg003.imgix.net/YC17OTK/2026-03-25/image/108f13f2-1e09-4ba8-afab-c08c2ef326d0_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 11K - 03/19 18K - 03/20 28K - 09/24 602K - 03/26 61K-', 'remarks': 'VOSA STATES 50K- 60K- 61K- 61K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5ac04c6c-37a7-490a-9a3f-7b3771e6c354.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141
2026-03-26 05:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f006c913-889c-57e5-a750-df6be353865d with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f006c913-889c-57e5-a750-df6be353865d with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f006c913-889c-57e5-a750-df6be353865d, identifier: 120751141
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617192, 'registration': 'YR67OVS', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 Limited Edition 5dr', 'mileage': 61404, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR67OVS/2026-03-20/image/7e22603b-7337-459a-8d8c-aacbb07b0a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/137bfb83-2f95-4565-9265-f0fa03dc7b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/47f3c23c-1203-4070-a6bc-fe94276ebc9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/b928df6a-047f-45e4-98da-b8e91ba55f37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/ecb25516-4f27-4b02-b4dc-44b70b8bda14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/58457831-721e-4033-9f56-acf782b9608d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/48d80d65-e11f-4838-915e-f8e323020d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/0224376d-06d0-4845-8c0f-f688e894ccd3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/18 5K - 08/19 10K', 'remarks': 'VOSA STATES 29K-37K- 47K- 57K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/53e41a0a-8c8e-49b5-b17e-1d4e79ecccb6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617192, 'registration': 'YR67OVS', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK SPECIAL EDS', 'derivative': '1.4 Limited Edition 5dr', 'mileage': 61404, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YR67OVS/2026-03-20/image/7e22603b-7337-459a-8d8c-aacbb07b0a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/137bfb83-2f95-4565-9265-f0fa03dc7b6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/47f3c23c-1203-4070-a6bc-fe94276ebc9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/b928df6a-047f-45e4-98da-b8e91ba55f37_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/ecb25516-4f27-4b02-b4dc-44b70b8bda14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/58457831-721e-4033-9f56-acf782b9608d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/48d80d65-e11f-4838-915e-f8e323020d1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR67OVS/2026-03-20/image/0224376d-06d0-4845-8c0f-f688e894ccd3_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/18 5K - 08/19 10K', 'remarks': 'VOSA STATES 29K-37K- 47K- 57K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/53e41a0a-8c8e-49b5-b17e-1d4e79ecccb6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192
2026-03-26 05:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc6a103-c030-5693-91be-f94cafeb5975 with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bc6a103-c030-5693-91be-f94cafeb5975 with scrape type 2
2026-03-26 05:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0bc6a103-c030-5693-91be-f94cafeb5975, identifier: 120617192
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Found listing with ID: 120313737
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120313737%27 HTTP/1.1" 200 None
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Scrape type for 120313737: 2
2026-03-26 05:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956
2026-03-26 05:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956
2026-03-26 05:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f43054f6-2d84-5f9a-b470-2fd82fb88817 with identifier: 120616956 to the API
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120616956?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f43054f6-2d84-5f9a-b470-2fd82fb88817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV14OYC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120616956',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C3 PICASSO ESTATE',
'odometer': 81787,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-31',
'seller_name': 'UKCGR - Trade',
'title': 'CITROEN C3 PICASSO ESTATE 1.6 VTi 16V Exclusive 5dr EGS6',
'transmission': 'automatic',
'trim': '1.6 VTi 16V Exclusive 5dr EGS6',
'vin': None,
'year': 2014}
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120616956%27 HTTP/1.1" 200 None
2026-03-26 05:02:48 [astonbarclay.gb] INFO: Saving data for 120616956: {'auction_closing_time': 1774888200.0, 'created_time': 1773947010.831517, 'last_price_update_time': 1774501368.709041}
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120616956') HTTP/1.1" 204 0
2026-03-26 05:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196
2026-03-26 05:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196
2026-03-26 05:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4f52bdee-7c93-5f5f-9d71-2e4ed8856977 with identifier: 120675196 to the API
2026-03-26 05:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120675196?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '4f52bdee-7c93-5f5f-9d71-2e4ed8856977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS64ZHF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120675196',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL SALOON',
'odometer': 90370,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-30',
'seller_name': 'CarGiant',
'title': 'MERCEDES-BENZ E CLASS DIESEL SALOON E220 BlueTEC SE 4dr 7G-Tronic',
'transmission': 'automatic',
'trim': 'E220 BlueTEC SE 4dr 7G-Tronic',
'vin': None,
'year': 2014}
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120675196%27 HTTP/1.1" 200 None
2026-03-26 05:02:50 [astonbarclay.gb] INFO: Saving data for 120675196: {'auction_closing_time': 1774888200.0, 'created_time': 1774272222.984773, 'last_price_update_time': 1774501370.134338}
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120675196') HTTP/1.1" 204 0
2026-03-26 05:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757
2026-03-26 05:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757
2026-03-26 05:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 00d520c6-f06a-5cb4-9c53-535fb79e96ac with identifier: 120476757 to the API
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476757?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '00d520c6-f06a-5cb4-9c53-535fb79e96ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KN63VGM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476757',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'C4 PICASSO DIESEL ESTATE',
'odometer': 83746,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'CITROEN C4 PICASSO DIESEL ESTATE 1.6 e-HDi 115 Airdream VTR+ 5dr',
'transmission': 'manual',
'trim': '1.6 e-HDi 115 Airdream VTR+ 5dr',
'vin': None,
'year': 2013}
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476757%27 HTTP/1.1" 200 None
2026-03-26 05:02:50 [astonbarclay.gb] INFO: Saving data for 120476757: {'auction_closing_time': 1774888200.0, 'created_time': 1773667462.748851, 'last_price_update_time': 1774501370.44332}
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476757') HTTP/1.1" 204 0
2026-03-26 05:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:02:50 [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:02:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141
2026-03-26 05:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f006c913-889c-57e5-a750-df6be353865d with identifier: 120751141 to the API
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120751141?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f006c913-889c-57e5-a750-df6be353865d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YC17OTK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120751141',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 61956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seller_name': 'Manamanx Ltd',
'title': 'HONDA JAZZ HATCHBACK 1.3 EX Navi 5dr',
'transmission': 'manual',
'trim': '1.3 EX Navi 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751141%27 HTTP/1.1" 200 None
2026-03-26 05:02:50 [astonbarclay.gb] INFO: Saving data for 120751141: {'auction_closing_time': 1774888200.0, 'created_time': 1774379348.571178, 'last_price_update_time': 1774501370.841603}
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120751141') HTTP/1.1" 204 0
2026-03-26 05:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192
2026-03-26 05:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192
2026-03-26 05:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0bc6a103-c030-5693-91be-f94cafeb5975 with identifier: 120617192 to the API
2026-03-26 05:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617192?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '0bc6a103-c030-5693-91be-f94cafeb5975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YR67OVS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617192',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK SPECIAL EDS',
'odometer': 61404,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-18',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL CORSA HATCHBACK SPECIAL EDS 1.4 Limited Edition 5dr',
'transmission': 'manual',
'trim': '1.4 Limited Edition 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617192%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Saving data for 120617192: {'auction_closing_time': 1774888200.0, 'created_time': 1773947611.784189, 'last_price_update_time': 1774501372.089368}
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617192') HTTP/1.1" 204 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 118105567
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118105567%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 118105567: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120598564
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598564%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120598564: 2
2026-03-26 05:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120581417?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120610324?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02: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:02: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:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120684046?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120476214
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476214%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120476214: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120643499
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643499%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120643499: 2
2026-03-26 05:02: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:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120643469
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643469%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120643469: 2
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120588960
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120588960%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120588960: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120098624
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098624%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120098624: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120502714
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502714%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120502714: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120258041
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120258041%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120258041: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120684601
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684601%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120684601: 2
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120099413
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120099413%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120099413: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120253498
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120253498%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120253498: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120632405
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632405%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120632405: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 119964768
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119964768%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 119964768: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 119920282
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119920282%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 119920282: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120612662
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120612662%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120612662: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120735060
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735060%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120735060: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120674631
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674631%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120674631: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120690364
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690364%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120690364: 2
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120581417, 'registration': 'CJ17HYA', 'account': 'MAN037', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 GT Line 5dr', 'mileage': 105814, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-08-10', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/7717c562-41b6-4b6e-85ee-7839503b8d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/9879906b-f036-418b-8c9f-48974289ec82_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/bdf1517d-5f5c-426c-9516-e0998cfd4c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/37cd0004-36de-4092-b644-079707944d3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/352df23f-2d3c-4059-b926-120d959bd802_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/a5f6eb70-bd60-4036-86b7-4fa9fcc20720_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/cd7d51e9-c152-4cb8-bb01-cb25bea9777f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/18 15K - 06/19 24K - 02/20 39K - 02/21 53K - 12/21 69K -', 'remarks': 'VOSA STATES 75K- 83K- 91K - 100K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb1274fa-b3dd-48d5-8aeb-e1ee8637cf4d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120581417, 'registration': 'CJ17HYA', 'account': 'MAN037', 'make': 'PEUGEOT', 'model': '3008 DIESEL ESTATE', 'derivative': '1.6 BlueHDi 120 GT Line 5dr', 'mileage': 105814, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-08-10', 'fuel': 'Diesel', 'motExpiry': '2026-07-09', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/7717c562-41b6-4b6e-85ee-7839503b8d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/9879906b-f036-418b-8c9f-48974289ec82_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/bdf1517d-5f5c-426c-9516-e0998cfd4c9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/37cd0004-36de-4092-b644-079707944d3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/352df23f-2d3c-4059-b926-120d959bd802_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/a5f6eb70-bd60-4036-86b7-4fa9fcc20720_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ17HYA/2026-03-18/image/cd7d51e9-c152-4cb8-bb01-cb25bea9777f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 07/18 15K - 06/19 24K - 02/20 39K - 02/21 53K - 12/21 69K -', 'remarks': 'VOSA STATES 75K- 83K- 91K - 100K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fb1274fa-b3dd-48d5-8aeb-e1ee8637cf4d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417
2026-03-26 05:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with scrape type 2
2026-03-26 05:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with scrape type 2
2026-03-26 05:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1961b3c2-0df2-58f2-91f1-22e2d0746a66, identifier: 120581417
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120610324, 'registration': 'EX10AUH', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO COUPE', 'derivative': 'Passion 2dr Auto [84]', 'mileage': 73893, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 2, 'engineSize': 999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EX10AUH/2026-03-19/image/93f17d4c-4c58-418c-b2d6-4edf562713b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/f3473a4a-87c6-46a7-a12d-012cc9b6cd5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/0d523be2-9d5a-4ce1-81f2-f4561b27a704_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/95816f6d-19a7-46e6-8b13-c4e75489292a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/4415085e-dec4-4526-99f8-ff2b75e4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/6496245f-8295-499c-967e-b38fad243fbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/d3eb9576-195e-4b52-aabe-1cae3acd0598_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/162766fc-8fa7-4ed3-9e08-d2d3da43c4d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/b11cdb6a-8545-4301-a892-b68ac580becd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/11- 11K, 02/12- 20K, 08/13- 29K, 08/14- ??, 09/15- 38K,', 'remarks': 'VOSA STATES 53K, 59K, 66K, 70K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f291b2f-7f8b-476a-b0d0-8991e65b0e5c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120610324, 'registration': 'EX10AUH', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO COUPE', 'derivative': 'Passion 2dr Auto [84]', 'mileage': 73893, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-01', 'fuel': 'Petrol', 'motExpiry': '2026-06-15', 'doors': 2, 'engineSize': 999, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/EX10AUH/2026-03-19/image/93f17d4c-4c58-418c-b2d6-4edf562713b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/f3473a4a-87c6-46a7-a12d-012cc9b6cd5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/0d523be2-9d5a-4ce1-81f2-f4561b27a704_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/95816f6d-19a7-46e6-8b13-c4e75489292a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/4415085e-dec4-4526-99f8-ff2b75e4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/6496245f-8295-499c-967e-b38fad243fbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/d3eb9576-195e-4b52-aabe-1cae3acd0598_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/162766fc-8fa7-4ed3-9e08-d2d3da43c4d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX10AUH/2026-03-19/image/b11cdb6a-8545-4301-a892-b68ac580becd_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/11- 11K, 02/12- 20K, 08/13- 29K, 08/14- ??, 09/15- 38K,', 'remarks': 'VOSA STATES 53K, 59K, 66K, 70K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f291b2f-7f8b-476a-b0d0-8991e65b0e5c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324
2026-03-26 05:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bf56d02-1675-5e54-a688-354982416d79 with scrape type 2
2026-03-26 05:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bf56d02-1675-5e54-a688-354982416d79 with scrape type 2
2026-03-26 05:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1bf56d02-1675-5e54-a688-354982416d79, identifier: 120610324
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120684046, 'registration': 'RO12LCT', 'account': 'WBA002', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d 5dr Step Auto', 'mileage': 93020, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1148, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RO12LCT/2026-03-24/image/c0a33414-8634-4e43-b20b-c5b9c558c452_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/63e54737-bb55-40af-8437-1cde230910bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/e434b54a-9510-462f-af35-e42eec5f1918_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/7dbe59ef-7a05-4838-b29f-43133f048693_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/38039a4d-75c3-45fb-818e-a5193657363a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/5015fb7e-07ac-4458-8f67-a29f6b3538e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/76cf3079-c64f-4b0d-a6f5-20fc830a3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/b2e3809a-c891-423d-9a68-9335bd3bf738_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14 15K - 07/16 41K -', 'remarks': 'VOSA STATES 76K- 82K- 85K -89K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9d77bc66-8c3d-4529-a42b-f3f475c201b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120684046, 'registration': 'RO12LCT', 'account': 'WBA002', 'make': 'BMW', 'model': 'X6 DIESEL ESTATE', 'derivative': 'xDrive40d 5dr Step Auto', 'mileage': 93020, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1148, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-03-24', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 2993, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RO12LCT/2026-03-24/image/c0a33414-8634-4e43-b20b-c5b9c558c452_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/63e54737-bb55-40af-8437-1cde230910bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/e434b54a-9510-462f-af35-e42eec5f1918_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/7dbe59ef-7a05-4838-b29f-43133f048693_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/38039a4d-75c3-45fb-818e-a5193657363a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/5015fb7e-07ac-4458-8f67-a29f6b3538e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/76cf3079-c64f-4b0d-a6f5-20fc830a3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO12LCT/2026-03-24/image/b2e3809a-c891-423d-9a68-9335bd3bf738_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/14 15K - 07/16 41K -', 'remarks': 'VOSA STATES 76K- 82K- 85K -89K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 198, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9d77bc66-8c3d-4529-a42b-f3f475c201b9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046
2026-03-26 05:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe7c11e-8f55-5604-9960-972539db9220 with scrape type 2
2026-03-26 05:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe7c11e-8f55-5604-9960-972539db9220 with scrape type 2
2026-03-26 05:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1fe7c11e-8f55-5604-9960-972539db9220, identifier: 120684046
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120798777
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798777%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120798777: 0
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Found listing with ID: 120693859
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693859%27 HTTP/1.1" 200 None
2026-03-26 05:02:52 [astonbarclay.gb] INFO: Scrape type for 120693859: 2
2026-03-26 05:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417
2026-03-26 05:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417
2026-03-26 05:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1961b3c2-0df2-58f2-91f1-22e2d0746a66 with identifier: 120581417 to the API
2026-03-26 05:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120581417?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '1961b3c2-0df2-58f2-91f1-22e2d0746a66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CJ17HYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120581417',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '3008 DIESEL ESTATE',
'odometer': 105814,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-10',
'seller_name': 'Manamanx Ltd',
'title': 'PEUGEOT 3008 DIESEL ESTATE 1.6 BlueHDi 120 GT Line 5dr',
'transmission': 'manual',
'trim': '1.6 BlueHDi 120 GT Line 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581417%27 HTTP/1.1" 200 None
2026-03-26 05:02:53 [astonbarclay.gb] INFO: Saving data for 120581417: {'auction_closing_time': 1774888200.0, 'created_time': 1773839076.844974, 'last_price_update_time': 1774501373.616656}
2026-03-26 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581417') HTTP/1.1" 204 0
2026-03-26 05:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324
2026-03-26 05:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324
2026-03-26 05:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1bf56d02-1675-5e54-a688-354982416d79 with identifier: 120610324 to the API
2026-03-26 05:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120610324?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1bf56d02-1675-5e54-a688-354982416d79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX10AUH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120610324',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SMART',
'model': 'FORTWO COUPE',
'odometer': 73893,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'SMART FORTWO COUPE Passion 2dr Auto [84]',
'transmission': 'automatic',
'trim': 'Passion 2dr Auto [84]',
'vin': None,
'year': 2010}
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120610324%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Saving data for 120610324: {'auction_closing_time': 1774888200.0, 'created_time': 1773947052.102586, 'last_price_update_time': 1774501374.089982}
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120610324') HTTP/1.1" 204 0
2026-03-26 05:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046
2026-03-26 05:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046
2026-03-26 05:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1fe7c11e-8f55-5604-9960-972539db9220 with identifier: 120684046 to the API
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120684046?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 198,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '1fe7c11e-8f55-5604-9960-972539db9220',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RO12LCT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120684046',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X6 DIESEL ESTATE',
'odometer': 93020,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-24',
'seller_name': 'UKCGR - Premium',
'title': 'BMW X6 DIESEL ESTATE xDrive40d 5dr Step Auto',
'transmission': 'automatic',
'trim': 'xDrive40d 5dr Step Auto',
'vin': None,
'year': 2012}
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684046%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Saving data for 120684046: {'auction_closing_time': 1774861200.0, 'created_time': 1774292568.959757, 'last_price_update_time': 1774501374.417782}
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684046') HTTP/1.1" 204 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120674944
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674944%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120674944: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120468770
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120468770%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120468770: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120692160
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692160%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120692160: 2
2026-03-26 05:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690793?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120794341
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794341%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120794341: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120678867
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678867%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120678867: 2
2026-03-26 05:02: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:02:54 [astonbarclay.gb] INFO: Found listing with ID: 119360639
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119360639%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 119360639: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120801534
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120801534%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120801534: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120797717
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797717%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120797717: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120766889
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120766889%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120766889: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120745996
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120745996%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120745996: 2
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120796024
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120796024%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120796024: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120762830
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762830%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120762830: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120622731
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622731%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120622731: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120784658
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120784658%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120784658: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120502627
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120502627%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120502627: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120686052
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686052%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120686052: 2
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690793, 'registration': 'FV11MZE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'FOX HATCHBACK', 'derivative': '1.2 60 Urban Fox 3dr', 'mileage': 91010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-08-07', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV11MZE/2026-03-24/image/4f49786b-6e24-473f-9380-d451bb9ee441_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/f1a31822-6540-4e31-be39-d01f33f7f8f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/041771a6-59f2-4021-9fa2-eecfa6348998_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/1080b2dc-8073-4343-b8d7-e2e5608678ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/b09b839c-e2d5-47f6-ad12-696f66e1fccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/dcfb5a84-6de9-41b4-8217-a9a0c094bea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/218968a7-a264-4fe7-8544-b46fd52bc236_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/d6131d0a-b7eb-4e47-b3eb-5f135a9962e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/94876076-88e2-4ecf-8c30-87accc97687a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/e8dd0cb2-3eff-4527-bd07-058388a450f5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCREPANCY VOSA STATES 13K- 20K- 26K - 28K- 30K (FAIL) 30K - 42K- 55K- 64K (FAIL) 64K- 70K (FAIL) 70K- 180K (FAIL)180K- 82K- 88K(FAIL) - 88K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3467e1fb-64cc-4be6-b749-a2be24f99d88.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690793, 'registration': 'FV11MZE', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'FOX HATCHBACK', 'derivative': '1.2 60 Urban Fox 3dr', 'mileage': 91010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-08-07', 'doors': 3, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FV11MZE/2026-03-24/image/4f49786b-6e24-473f-9380-d451bb9ee441_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/f1a31822-6540-4e31-be39-d01f33f7f8f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/041771a6-59f2-4021-9fa2-eecfa6348998_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/1080b2dc-8073-4343-b8d7-e2e5608678ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/b09b839c-e2d5-47f6-ad12-696f66e1fccf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/dcfb5a84-6de9-41b4-8217-a9a0c094bea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/218968a7-a264-4fe7-8544-b46fd52bc236_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/d6131d0a-b7eb-4e47-b3eb-5f135a9962e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/94876076-88e2-4ecf-8c30-87accc97687a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV11MZE/2026-03-24/image/e8dd0cb2-3eff-4527-bd07-058388a450f5_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA DISCREPANCY VOSA STATES 13K- 20K- 26K - 28K- 30K (FAIL) 30K - 42K- 55K- 64K (FAIL) 64K- 70K (FAIL) 70K- 180K (FAIL)180K- 82K- 88K(FAIL) - 88K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3467e1fb-64cc-4be6-b749-a2be24f99d88.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793
2026-03-26 05:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d37f3bd-6058-52f0-8cf0-7de4172af26d with scrape type 2
2026-03-26 05:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d37f3bd-6058-52f0-8cf0-7de4172af26d with scrape type 2
2026-03-26 05:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d37f3bd-6058-52f0-8cf0-7de4172af26d, identifier: 120690793
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120714267
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714267%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120714267: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120718931
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120718931%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120718931: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120780001
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120780001%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120780001: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120789938
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120789938%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120789938: 0
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Found listing with ID: 120746884
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120746884%27 HTTP/1.1" 200 None
2026-03-26 05:02:54 [astonbarclay.gb] INFO: Scrape type for 120746884: 2
2026-03-26 05:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793
2026-03-26 05:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793
2026-03-26 05:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d37f3bd-6058-52f0-8cf0-7de4172af26d with identifier: 120690793 to the API
2026-03-26 05:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690793?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3d37f3bd-6058-52f0-8cf0-7de4172af26d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FV11MZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690793',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'FOX HATCHBACK',
'odometer': 91010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-17',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN FOX HATCHBACK 1.2 60 Urban Fox 3dr',
'transmission': 'manual',
'trim': '1.2 60 Urban Fox 3dr',
'vin': None,
'year': 2011}
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690793%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Saving data for 120690793: {'auction_closing_time': 1774888200.0, 'created_time': 1774379361.033784, 'last_price_update_time': 1774501375.165414}
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690793') HTTP/1.1" 204 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120368220
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368220%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120368220: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120645609
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120645609%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120645609: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120642269
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120642269%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120642269: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120538818
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538818%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120538818: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120467224
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120467224%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120467224: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120542922
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120542922%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120542922: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120656631
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656631%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120656631: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120651328
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120651328%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120651328: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120673292
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673292%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120673292: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120797356
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120797356%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120797356: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 119635262
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119635262%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 119635262: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120674884
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674884%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120674884: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120722644
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120722644%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120722644: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120691186
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691186%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120691186: 2
2026-03-26 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120540667?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120615597?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696944?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691012?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120693178
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693178%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120693178: 2
2026-03-26 05:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120752694?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688561?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120638250
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120638250%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120638250: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120717471
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717471%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120717471: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120733148
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733148%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120733148: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120714111
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714111%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120714111: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120629963
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629963%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120629963: 2
2026-03-26 05:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120482947
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120482947%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120482947: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120603430
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120603430%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120603430: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120466643
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466643%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120466643: 0
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Found listing with ID: 120696015
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696015%27 HTTP/1.1" 200 None
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Scrape type for 120696015: 2
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120540667, 'registration': 'AK66AEU', 'account': 'MAN037', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0T GDI Turbo Edition 5dr', 'mileage': 93105, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK66AEU/2026-03-18/image/1eea0415-9c60-40a0-8d79-8cedbfd5f9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/c88b8a12-6c50-4d98-8df1-2b88d423c7bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/e6400ca1-f275-4b82-8dfe-d4ee9714419b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/8b29320a-0049-4585-b48a-368c2627a1a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/48b8feca-ba71-4f79-8d78-c2f3706fb98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/2da03e81-fa40-4c6c-9cf9-a716cfad5e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/bb8e28f2-567f-401f-85d7-adf7290654e7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 5K - 09/19 17K - 10/21 43K - 10/22 54K - 10/23 66K - 10/24 78K - 10/25 88K -', 'remarks': 'VOSA STATES 54K- 66K - 78K- 88K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7fe38a6a-d65d-43aa-b7f9-6fcff2b9f2e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120540667, 'registration': 'AK66AEU', 'account': 'MAN037', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0T GDI Turbo Edition 5dr', 'mileage': 93105, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AK66AEU/2026-03-18/image/1eea0415-9c60-40a0-8d79-8cedbfd5f9b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/c88b8a12-6c50-4d98-8df1-2b88d423c7bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/e6400ca1-f275-4b82-8dfe-d4ee9714419b_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/8b29320a-0049-4585-b48a-368c2627a1a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/48b8feca-ba71-4f79-8d78-c2f3706fb98f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/2da03e81-fa40-4c6c-9cf9-a716cfad5e7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AK66AEU/2026-03-18/image/bb8e28f2-567f-401f-85d7-adf7290654e7_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 5K - 09/19 17K - 10/21 43K - 10/22 54K - 10/23 66K - 10/24 78K - 10/25 88K -', 'remarks': 'VOSA STATES 54K- 66K - 78K- 88K- SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7fe38a6a-d65d-43aa-b7f9-6fcff2b9f2e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667
2026-03-26 05:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32aff954-4eae-5d71-9e2d-bcd431187b36 with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32aff954-4eae-5d71-9e2d-bcd431187b36 with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 32aff954-4eae-5d71-9e2d-bcd431187b36, identifier: 120540667
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120615597, 'registration': 'EN10UHW', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Titanium 5dr', 'mileage': 122430, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-02-12', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN10UHW/2026-03-19/image/3f6da336-35bb-40c8-9f2d-8747129aa2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/69784837-6101-4e0f-afed-5c30fb6c9412_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/120626d4-2277-41bb-9a5b-269c13bf9ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/b251a285-ac68-4e80-9816-83415feccea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/8f31ae28-60aa-409b-a35d-600732f032bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/f7e9bc60-9c4e-4e7d-9f0b-1580a60abfb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/15735349-25eb-46e1-af5e-ed3a01d52ede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/27cd1003-0520-431a-8d78-b4cdd35237da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/2b2c899b-1090-4c0c-b638-b8997c0e490d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 86k, 95k, 108k, 115k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df970824-11a1-4cd6-a676-9dfae34ce8f2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120615597, 'registration': 'EN10UHW', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.6 Titanium 5dr', 'mileage': 122430, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-07-16', 'fuel': 'Petrol', 'motExpiry': '2026-02-12', 'doors': 5, 'engineSize': 1596, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN10UHW/2026-03-19/image/3f6da336-35bb-40c8-9f2d-8747129aa2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/69784837-6101-4e0f-afed-5c30fb6c9412_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/120626d4-2277-41bb-9a5b-269c13bf9ea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/b251a285-ac68-4e80-9816-83415feccea8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/8f31ae28-60aa-409b-a35d-600732f032bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/f7e9bc60-9c4e-4e7d-9f0b-1580a60abfb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/15735349-25eb-46e1-af5e-ed3a01d52ede_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/27cd1003-0520-431a-8d78-b4cdd35237da_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN10UHW/2026-03-19/image/2b2c899b-1090-4c0c-b638-b8997c0e490d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 86k, 95k, 108k, 115k', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df970824-11a1-4cd6-a676-9dfae34ce8f2.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597
2026-03-26 05:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b, identifier: 120615597
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696944, 'registration': 'RE22JVO', 'account': 'WBA003', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto', 'mileage': 94419, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-04-20', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': None, 'engineSize': 1996, 'bodyType': 'Double Cab Pick-up', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 01/23 36K -05/23 50K - 11/23 64K - 0', 'remarks': 'VOSA DISCREPANCY VOSA IN MILES AND KM 137KM - 94K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 278, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68761878-5566-40e9-b87f-bf49f29e2213.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696944, 'registration': 'RE22JVO', 'account': 'WBA003', 'make': 'FORD', 'model': 'RANGER DIESEL', 'derivative': 'Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto', 'mileage': 94419, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-04-20', 'fuel': 'Diesel', 'motExpiry': '2027-03-02', 'doors': None, 'engineSize': 1996, 'bodyType': 'Double Cab Pick-up', 'images': None, 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 01/23 36K -05/23 50K - 11/23 64K - 0', 'remarks': 'VOSA DISCREPANCY VOSA IN MILES AND KM 137KM - 94K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 278, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/68761878-5566-40e9-b87f-bf49f29e2213.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944
2026-03-26 05:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595, identifier: 120696944
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691012, 'registration': 'RY65PYO', 'account': 'LIN021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EcoBoost 140 Zetec S Red 3dr', 'mileage': 40470, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-29', 'fuel': 'Petrol', 'motExpiry': '2021-05-17', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ff6c48c-4e8a-441f-b3ad-fcba58ed95a1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691012, 'registration': 'RY65PYO', 'account': 'LIN021', 'make': 'FORD', 'model': 'FIESTA HATCHBACK SPECIAL EDITIONS', 'derivative': '1.0 EcoBoost 140 Zetec S Red 3dr', 'mileage': 40470, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-02-29', 'fuel': 'Petrol', 'motExpiry': '2021-05-17', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ff6c48c-4e8a-441f-b3ad-fcba58ed95a1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012
2026-03-26 05:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with scrape type 2
2026-03-26 05:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with scrape type 2
2026-03-26 05:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da, identifier: 120691012
2026-03-26 05:02:56 [astonbarclay.gb] INFO: Found listing with ID: 120674696
2026-03-26 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120674696%27 HTTP/1.1" 200 None
2026-03-26 05:02:56 [astonbarclay.gb] INFO: Scrape type for 120674696: 0
2026-03-26 05:02:56 [astonbarclay.gb] INFO: Found listing with ID: 120682131
2026-03-26 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120682131%27 HTTP/1.1" 200 None
2026-03-26 05:02:56 [astonbarclay.gb] INFO: Scrape type for 120682131: 2
2026-03-26 05:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667
2026-03-26 05:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667
2026-03-26 05:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 32aff954-4eae-5d71-9e2d-bcd431187b36 with identifier: 120540667 to the API
2026-03-26 05:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120540667?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '32aff954-4eae-5d71-9e2d-bcd431187b36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AK66AEU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120540667',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK SPECIAL EDITIONS',
'odometer': 93105,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-31',
'seller_name': 'Manamanx Ltd',
'title': 'HYUNDAI I20 HATCHBACK SPECIAL EDITIONS 1.0T GDI Turbo Edition 5dr',
'transmission': 'manual',
'trim': '1.0T GDI Turbo Edition 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120540667%27 HTTP/1.1" 200 None
2026-03-26 05:02:57 [astonbarclay.gb] INFO: Saving data for 120540667: {'auction_closing_time': 1774612800.0, 'created_time': 1773774206.670566, 'last_price_update_time': 1774501377.360108}
2026-03-26 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120540667') HTTP/1.1" 204 0
2026-03-26 05:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597
2026-03-26 05:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597
2026-03-26 05:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3e79f3ce-2421-52f6-ba1d-e6776bf8e25b with identifier: 120615597 to the API
2026-03-26 05:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120615597?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3e79f3ce-2421-52f6-ba1d-e6776bf8e25b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN10UHW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120615597',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 122430,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-07-16',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.6 Titanium 5dr',
'transmission': 'manual',
'trim': '1.6 Titanium 5dr',
'vin': None,
'year': 2010}
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615597%27 HTTP/1.1" 200 None
2026-03-26 05:02:58 [astonbarclay.gb] INFO: Saving data for 120615597: {'auction_closing_time': 1774888200.0, 'created_time': 1773947139.528851, 'last_price_update_time': 1774501378.394789}
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120615597') HTTP/1.1" 204 0
2026-03-26 05:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944
2026-03-26 05:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944
2026-03-26 05:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f7cf9e4-6a86-5201-9694-eca0c4f6a595 with identifier: 120696944 to the API
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696944?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 278,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '7f7cf9e4-6a86-5201-9694-eca0c4f6a595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RE22JVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696944',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'RANGER DIESEL',
'odometer': 94419,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-20',
'seller_name': 'UKCGR - Select',
'title': 'FORD RANGER DIESEL Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto',
'transmission': 'automatic',
'trim': 'Pick Up Double Cab Raptor 2.0 EcoBlue 213 Auto',
'vin': None,
'year': 2022}
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696944%27 HTTP/1.1" 200 None
2026-03-26 05:02:58 [astonbarclay.gb] INFO: Saving data for 120696944: {'auction_closing_time': 1774888200.0, 'created_time': 1774379353.158811, 'last_price_update_time': 1774501378.775913}
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696944') HTTP/1.1" 204 0
2026-03-26 05:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012
2026-03-26 05:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012
2026-03-26 05:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da with identifier: 120691012 to the API
2026-03-26 05:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691012?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '79bb81af-e0d1-5242-bdfe-a8e0d7f1e4da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RY65PYO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691012',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK SPECIAL EDITIONS',
'odometer': 40470,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-29',
'seller_name': 'Link Financial',
'title': 'FORD FIESTA HATCHBACK SPECIAL EDITIONS 1.0 EcoBoost 140 Zetec S Red '
'3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 Zetec S Red 3dr',
'vin': None,
'year': 2016}
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691012%27 HTTP/1.1" 200 None
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Saving data for 120691012: {'auction_closing_time': 1774888200.0, 'created_time': 1774379374.398597, 'last_price_update_time': 1774501379.064776}
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691012') HTTP/1.1" 204 0
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120752694, 'registration': 'YF64AAN', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 92979, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/19 49K', 'remarks': 'SPARE KEY - VOSA STATES 30K 43K 61K 71K 77K 80K 83K 87K 90K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc151bd9-672b-406f-9f38-f96c60726ca8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120752694, 'registration': 'YF64AAN', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 92979, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-11-17', 'fuel': 'Diesel', 'motExpiry': '2026-07-03', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': None, 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 02/19 49K', 'remarks': 'SPARE KEY - VOSA STATES 30K 43K 61K 71K 77K 80K 83K 87K 90K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc151bd9-672b-406f-9f38-f96c60726ca8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694
2026-03-26 05:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with scrape type 2
2026-03-26 05:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with scrape type 2
2026-03-26 05:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e60f6ab-329e-5d67-b99f-01a4e2b91357, identifier: 120752694
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688561, 'registration': 'PX69MXL', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q2 DIESEL ESTATE', 'derivative': '30 TDI Sport 5dr S Tronic', 'mileage': 62411, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2eca0875-0254-409a-be93-cc8638170ae1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688561, 'registration': 'PX69MXL', 'account': 'MOT075', 'make': 'AUDI', 'model': 'Q2 DIESEL ESTATE', 'derivative': '30 TDI Sport 5dr S Tronic', 'mileage': 62411, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2019-09-16', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2eca0875-0254-409a-be93-cc8638170ae1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561
2026-03-26 05:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca7834d4-f12f-58f1-bcc9-f076dec1afcb with scrape type 2
2026-03-26 05:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca7834d4-f12f-58f1-bcc9-f076dec1afcb with scrape type 2
2026-03-26 05:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ca7834d4-f12f-58f1-bcc9-f076dec1afcb, identifier: 120688561
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Found listing with ID: 120694262
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694262%27 HTTP/1.1" 200 None
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Scrape type for 120694262: 2
2026-03-26 05:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694
2026-03-26 05:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694
2026-03-26 05:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e60f6ab-329e-5d67-b99f-01a4e2b91357 with identifier: 120752694 to the API
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:02: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:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120752694?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '2e60f6ab-329e-5d67-b99f-01a4e2b91357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF64AAN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120752694',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 92979,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-17',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Acenta Premium 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120752694%27 HTTP/1.1" 200 None
2026-03-26 05:02:59 [astonbarclay.gb] INFO: Saving data for 120752694: {'auction_closing_time': 1774947600.0, 'created_time': 1774379667.114574, 'last_price_update_time': 1774501379.588738}
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120752694') HTTP/1.1" 204 0
2026-03-26 05:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561
2026-03-26 05:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561
2026-03-26 05:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ca7834d4-f12f-58f1-bcc9-f076dec1afcb with identifier: 120688561 to the API
2026-03-26 05:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688561?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'ca7834d4-f12f-58f1-bcc9-f076dec1afcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX69MXL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688561',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q2 DIESEL ESTATE',
'odometer': 62411,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-16',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI Q2 DIESEL ESTATE 30 TDI Sport 5dr S Tronic',
'transmission': 'automatic',
'trim': '30 TDI Sport 5dr S Tronic',
'vin': None,
'year': 2019}
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688561%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Saving data for 120688561: {'created_time': 1774292521.490401, 'last_price_update_time': 1774501380.408053, 'auction_closing_time': 1774947600.0}
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688561') HTTP/1.1" 204 0
2026-03-26 05:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120753553?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686836?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120714103
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714103%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120714103: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120724959
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120724959%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120724959: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120673273
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673273%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120673273: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120649181
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120649181%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120649181: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120735340
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735340%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120735340: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120417765
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417765%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120417765: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120679073
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679073%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120679073: 2
2026-03-26 05:03: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:03: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:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120686669
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686669%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120686669: 2
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120680251
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680251%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120680251: 2
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120753553, 'registration': 'ND58CZH', 'account': 'MAN037', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Classic SE 5dr', 'mileage': 162018, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-15', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND58CZH/2026-03-25/image/6a760aa2-9204-4cbb-aa99-6918bf220709_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/3c4f7ae8-fe17-4809-9f19-6e044893b39e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/d539571e-368c-41b3-8286-18b3656e53a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/dfed3407-2581-4a8a-96d7-e65d6a0fdcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/71338b27-4e57-48e4-a4a7-0fa3bf48c589_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/ed3dd34f-0aea-4f06-8aec-da7a59c437c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/31ea0b1f-79bc-49b6-9cd1-0ab67c4d0b43_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/14 40K - 10/23 11K - 06/24 ??', 'remarks': 'NO V5 HPI SHOWING 2 FORMER KEEPERS - VOSA STATES 96K- 106K- 127K- 149K -', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef8664f3-01f5-43da-b8ef-69154fa93323.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120753553, 'registration': 'ND58CZH', 'account': 'MAN037', 'make': 'MERCEDES-BENZ', 'model': 'A CLASS HATCHBACK', 'derivative': 'A150 Classic SE 5dr', 'mileage': 162018, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2008-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-15', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ND58CZH/2026-03-25/image/6a760aa2-9204-4cbb-aa99-6918bf220709_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/3c4f7ae8-fe17-4809-9f19-6e044893b39e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/d539571e-368c-41b3-8286-18b3656e53a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/dfed3407-2581-4a8a-96d7-e65d6a0fdcb6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/71338b27-4e57-48e4-a4a7-0fa3bf48c589_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/ed3dd34f-0aea-4f06-8aec-da7a59c437c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND58CZH/2026-03-25/image/31ea0b1f-79bc-49b6-9cd1-0ab67c4d0b43_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/14 40K - 10/23 11K - 06/24 ??', 'remarks': 'NO V5 HPI SHOWING 2 FORMER KEEPERS - VOSA STATES 96K- 106K- 127K- 149K -', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ef8664f3-01f5-43da-b8ef-69154fa93323.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553
2026-03-26 05:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae5501b3-1892-5486-917f-e0ac731047d1 with scrape type 2
2026-03-26 05:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae5501b3-1892-5486-917f-e0ac731047d1 with scrape type 2
2026-03-26 05:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae5501b3-1892-5486-917f-e0ac731047d1, identifier: 120753553
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686836, 'registration': 'NX71UFJ', 'account': '442001', 'make': 'AUDI', 'model': 'A5 DIESEL SPORTBACK', 'derivative': '40 TDI 204 Quattro S Line 5dr S Tronic', 'mileage': 99791, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/fe6ee2fa-de54-4980-84f5-a3f908ba25a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/ab0a362e-3da2-4490-bc2b-1c9302542a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/36f2d193-3ca1-48da-a932-18ed27f9529f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/d61f18ef-1162-4540-ac9e-64e51fa72fa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/a3e9c8e0-9f5e-4f0b-b1a5-38ae8b918ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/47762559-6535-4801-8693-f0914e73f87f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/bb9d2887-f431-459e-a470-a67dcb05e616_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/b1b95b3b-ee20-4512-b704-427dcc147b40_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/22 16K 01/23 25K 12/23 35K 12/23 47K 03/25 80K', 'remarks': 'VOSA STATES 63K 91K SPARE KEY', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ade5620-edf7-4cd0-ba73-1acc09348e40.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686836, 'registration': 'NX71UFJ', 'account': '442001', 'make': 'AUDI', 'model': 'A5 DIESEL SPORTBACK', 'derivative': '40 TDI 204 Quattro S Line 5dr S Tronic', 'mileage': 99791, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-09-02', 'fuel': 'Diesel', 'motExpiry': '2026-09-01', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/fe6ee2fa-de54-4980-84f5-a3f908ba25a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/ab0a362e-3da2-4490-bc2b-1c9302542a43_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/36f2d193-3ca1-48da-a932-18ed27f9529f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/d61f18ef-1162-4540-ac9e-64e51fa72fa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/a3e9c8e0-9f5e-4f0b-b1a5-38ae8b918ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/47762559-6535-4801-8693-f0914e73f87f_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/bb9d2887-f431-459e-a470-a67dcb05e616_removebg.jpg?w=600', 'https://abimg003.imgix.net/NX71UFJ/2026-03-23/image/b1b95b3b-ee20-4512-b704-427dcc147b40_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/22 16K 01/23 25K 12/23 35K 12/23 47K 03/25 80K', 'remarks': 'VOSA STATES 63K 91K SPARE KEY', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 146, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ade5620-edf7-4cd0-ba73-1acc09348e40.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836
2026-03-26 05:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with scrape type 2
2026-03-26 05:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with scrape type 2
2026-03-26 05:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da2f12f3-36f3-52eb-9930-c6f1cb6972a2, identifier: 120686836
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120772588
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120772588%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120772588: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120766205
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120766205%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120766205: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120397393
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120397393%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120397393: 0
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Found listing with ID: 120755977
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120755977%27 HTTP/1.1" 200 None
2026-03-26 05:03:00 [astonbarclay.gb] INFO: Scrape type for 120755977: 2
2026-03-26 05:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553
2026-03-26 05:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553
2026-03-26 05:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae5501b3-1892-5486-917f-e0ac731047d1 with identifier: 120753553 to the API
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120753553?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ae5501b3-1892-5486-917f-e0ac731047d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND58CZH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120753553',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'A CLASS HATCHBACK',
'odometer': 162018,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'MERCEDES-BENZ A CLASS HATCHBACK A150 Classic SE 5dr',
'transmission': 'manual',
'trim': 'A150 Classic SE 5dr',
'vin': None,
'year': 2008}
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753553%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Saving data for 120753553: {'auction_closing_time': 1774888200.0, 'created_time': 1774379332.431592, 'last_price_update_time': 1774501381.306205}
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120753553') HTTP/1.1" 204 0
2026-03-26 05:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836
2026-03-26 05:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836
2026-03-26 05:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da2f12f3-36f3-52eb-9930-c6f1cb6972a2 with identifier: 120686836 to the API
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686836?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 146,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'da2f12f3-36f3-52eb-9930-c6f1cb6972a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NX71UFJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686836',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A5 DIESEL SPORTBACK',
'odometer': 99791,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-02',
'seller_name': 'Part of United Rental Group',
'title': 'AUDI A5 DIESEL SPORTBACK 40 TDI 204 Quattro S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '40 TDI 204 Quattro S Line 5dr S Tronic',
'vin': None,
'year': 2021}
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686836%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Saving data for 120686836: {'auction_closing_time': 1774947600.0, 'created_time': 1774271250.913392, 'last_price_update_time': 1774501381.695272}
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686836') HTTP/1.1" 204 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120675722
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120675722%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120675722: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120680236
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680236%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120680236: 2
2026-03-26 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693399?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120313737?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693503?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120598413?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120643521?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120598564?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120765714
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765714%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120765714: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120535728
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120535728%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120535728: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120641887
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120641887%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120641887: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120673681
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673681%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120673681: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120730333
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120730333%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120730333: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120657755
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657755%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120657755: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120732811
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732811%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120732811: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120592964
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592964%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120592964: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120777798
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120777798%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120777798: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120780354
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120780354%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120780354: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120788824
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120788824%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120788824: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120788446
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120788446%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120788446: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120519091
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120519091%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120519091: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120783893
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120783893%27 HTTP/1.1" 200 None
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Scrape type for 120783893: 0
2026-03-26 05:03:01 [astonbarclay.gb] INFO: Found listing with ID: 120629981
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629981%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120629981: 2
2026-03-26 05:03: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:03: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:03: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:03: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:03: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:03: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:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120673241
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673241%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120673241: 2
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120786178
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120786178%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120786178: 0
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120679803
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679803%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120679803: 0
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120673220
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673220%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120673220: 2
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693399, 'registration': 'FN18ERO', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line 5dr', 'mileage': 54147, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e10a75b3-088d-4265-b19c-b26c4b58b73b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e80be726-33bf-4427-8fdf-cb12f54fee61_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/b3cbdb10-c8f8-49d8-9925-e814d68badca_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/83b7678c-61b0-4d54-932d-bb5343ddb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/6f5876d2-f808-4917-a526-58aeb831e4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/508757f5-4a75-4a6b-a656-880297117131_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/89701232-4c4e-4337-865a-4022b044fa7b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 7k 02/21 16k', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNOWN, VOSA STATES 16K 22K 30K 37K 46K 53K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/602697e2-b3ad-4555-ad79-8874d3d7cd3d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693399, 'registration': 'FN18ERO', 'account': 'MOT075', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line 5dr', 'mileage': 54147, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-03-03', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e10a75b3-088d-4265-b19c-b26c4b58b73b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/e80be726-33bf-4427-8fdf-cb12f54fee61_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/b3cbdb10-c8f8-49d8-9925-e814d68badca_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/83b7678c-61b0-4d54-932d-bb5343ddb9ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/6f5876d2-f808-4917-a526-58aeb831e4ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/508757f5-4a75-4a6b-a656-880297117131_removebg.jpg?w=600', 'https://abimg003.imgix.net/FN18ERO/2026-03-24/image/89701232-4c4e-4337-865a-4022b044fa7b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/19 7k 02/21 16k', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNOWN, VOSA STATES 16K 22K 30K 37K 46K 53K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/602697e2-b3ad-4555-ad79-8874d3d7cd3d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399
2026-03-26 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8, identifier: 120693399
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120313737, 'registration': 'YJ69XNZ', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 1, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-15', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/b37d8554-61ff-4e96-8225-58c293cff637_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/4787e7ee-494c-4172-80b3-9c8297a1a906_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/6084c383-fa64-437b-bd67-b8f82454670c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/28dc1c7e-b316-4fde-a6ca-9b09ed88d75f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/561b07d6-3fc4-4bee-9ea4-5324adf3623e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/7c5c5d0f-1a69-4acc-9916-d1141658e8ea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'INTERMITTENT STARTS', 'virtual': False, 'seller': 'Northside Truck & Van Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120313737, 'registration': 'YJ69XNZ', 'account': 'NOR038', 'make': 'MERCEDES-BENZ', 'model': 'SPRINTER 311CDI L3 DIESEL RWD', 'derivative': '3.5t H2 Van', 'mileage': 1, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-04-15', 'doors': None, 'engineSize': 2143, 'bodyType': 'High Volume/High Roof Van', 'images': ['https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/b37d8554-61ff-4e96-8225-58c293cff637_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/4787e7ee-494c-4172-80b3-9c8297a1a906_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/6084c383-fa64-437b-bd67-b8f82454670c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/28dc1c7e-b316-4fde-a6ca-9b09ed88d75f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/561b07d6-3fc4-4bee-9ea4-5324adf3623e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ69XNZ/2026-03-25/image/7c5c5d0f-1a69-4acc-9916-d1141658e8ea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'INTERMITTENT STARTS', 'virtual': False, 'seller': 'Northside Truck & Van Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 204, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23ec4e55-2389-53ab-bd7e-999081885517 with identifier: 120313737
2026-03-26 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23ec4e55-2389-53ab-bd7e-999081885517 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23ec4e55-2389-53ab-bd7e-999081885517 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23ec4e55-2389-53ab-bd7e-999081885517, identifier: 120313737
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693503, 'registration': 'BF14HWG', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL COUPE', 'derivative': 'C250 CDI AMG Sport Edition 2dr Auto [Premium Plus]', 'mileage': 148242, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BF14HWG/2026-03-24/image/dc2b8351-f191-4689-83bf-bcc03ae053ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/7cda52aa-a8c2-47d1-b791-e7b0081abcb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/916bf2ae-2d76-43e4-a494-3e5bc93a6178_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/f406e85f-b7cc-4e15-a0c3-b1f062c3f4b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/535864e0-21e8-49f5-bcd6-1a3b9039190a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/c489ec92-dd72-4e0b-a5d4-40dd0f97766a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/29f87a6d-2cbe-4ca4-a8f0-6aef298ac4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/697a55d5-3279-4d1a-809d-d89330cb6b22_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/15 8K 11/19 75K 01/23 89K 12/25 143K', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNWON, VOSA STATES 29K 53K 67K 77K 78K 78K 82K 88K 89K 109K 129K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4e84111-7079-41b5-b699-5b08b26b5bbf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693503, 'registration': 'BF14HWG', 'account': 'MOT075', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS DIESEL COUPE', 'derivative': 'C250 CDI AMG Sport Edition 2dr Auto [Premium Plus]', 'mileage': 148242, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2014-03-12', 'fuel': 'Diesel', 'motExpiry': '2026-03-30', 'doors': 2, 'engineSize': 2143, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/BF14HWG/2026-03-24/image/dc2b8351-f191-4689-83bf-bcc03ae053ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/7cda52aa-a8c2-47d1-b791-e7b0081abcb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/916bf2ae-2d76-43e4-a494-3e5bc93a6178_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/f406e85f-b7cc-4e15-a0c3-b1f062c3f4b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/535864e0-21e8-49f5-bcd6-1a3b9039190a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/c489ec92-dd72-4e0b-a5d4-40dd0f97766a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/29f87a6d-2cbe-4ca4-a8f0-6aef298ac4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF14HWG/2026-03-24/image/697a55d5-3279-4d1a-809d-d89330cb6b22_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/15 8K 11/19 75K 01/23 89K 12/25 143K', 'remarks': 'SPARE KEY NUMBER OF FORMER KEEPERS UNKNWON, VOSA STATES 29K 53K 67K 77K 78K 78K 82K 88K 89K 109K 129K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f4e84111-7079-41b5-b699-5b08b26b5bbf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503
2026-03-26 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da0b04a1-73ba-57b5-a483-e9d6be4a1409 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da0b04a1-73ba-57b5-a483-e9d6be4a1409 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da0b04a1-73ba-57b5-a483-e9d6be4a1409, identifier: 120693503
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120598413, 'registration': 'YR71VFA', 'account': 'TRA016', 'make': 'VOLKSWAGEN', 'model': 'CRAFTER CR35 LWB DIESEL FWD', 'derivative': '2.0 TDI 140PS Startline Chassis cab', 'mileage': 107542, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-21', 'fuel': 'Diesel', 'motExpiry': '2027-01-30', 'doors': None, 'engineSize': 1968, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6b62e8cb-02ec-419c-8148-41d4d0683457_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/09c9fd4c-abd2-45c1-b3d6-bf79ae830741_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/99507721-7624-40e6-a2a1-6b3ff67509e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/3fd32072-afb6-4c06-96fd-7466c68ccd90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6697f613-290d-4d2d-b943-a9b3d6940ff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/0bf88af3-bade-413d-a24c-91cdc5d6b4e5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 05/22 10K 09/22 16K 01/23 27K 10/23 51K 02/24 62K 06/24 76K 06/25 90K', 'remarks': 'VOSA STATES 79K 105K - SPARE KEY new engine by Volkswagen under warranty on 11/03/2025 @ 79,000 Miles, inclusive of the cambelt', 'virtual': False, 'seller': 'Company Direct', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 267, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e10a24b7-5cf9-428b-803f-7f0c97e1b8c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120598413, 'registration': 'YR71VFA', 'account': 'TRA016', 'make': 'VOLKSWAGEN', 'model': 'CRAFTER CR35 LWB DIESEL FWD', 'derivative': '2.0 TDI 140PS Startline Chassis cab', 'mileage': 107542, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-10-21', 'fuel': 'Diesel', 'motExpiry': '2027-01-30', 'doors': None, 'engineSize': 1968, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6b62e8cb-02ec-419c-8148-41d4d0683457_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/09c9fd4c-abd2-45c1-b3d6-bf79ae830741_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/99507721-7624-40e6-a2a1-6b3ff67509e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/3fd32072-afb6-4c06-96fd-7466c68ccd90_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/6697f613-290d-4d2d-b943-a9b3d6940ff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YR71VFA/2026-03-25/image/0bf88af3-bade-413d-a24c-91cdc5d6b4e5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 05/22 10K 09/22 16K 01/23 27K 10/23 51K 02/24 62K 06/24 76K 06/25 90K', 'remarks': 'VOSA STATES 79K 105K - SPARE KEY new engine by Volkswagen under warranty on 11/03/2025 @ 79,000 Miles, inclusive of the cambelt', 'virtual': False, 'seller': 'Company Direct', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 267, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e10a24b7-5cf9-428b-803f-7f0c97e1b8c1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413
2026-03-26 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1001ed27-947e-5e23-aad5-4b7ff736c2b5, identifier: 120598413
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120643521, 'registration': 'FX19YTT', 'account': 'REA001', 'make': 'HYUNDAI', 'model': 'I800 DIESEL ESTATE', 'derivative': '2.5 CRDi SE Nav 5dr', 'mileage': 77616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-30', 'fuel': 'Diesel', 'motExpiry': '2025-08-10', 'doors': 5, 'engineSize': 2497, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX19YTT/2026-03-25/image/735f9ef9-01a9-4707-857d-ebc90069ce1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/48c5fadd-418d-4cf1-b678-905594283f3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d4f2f6d-b673-4c5c-90c3-f0ab38bd96e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d79e1d5-5195-4294-b74c-23263d986749_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/24b18494-3497-459f-b332-f7bbf8e5c778_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/a7db675c-65b2-4ea3-acbf-f5272865ca08_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/f6f36959-5938-4479-a068-fcf2ea3ac108_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/25e1f1eb-addb-4c5e-85b5-393b5755f6f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/e80f73ba-b525-46d2-bb8c-ed899688e492_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 34K 11/22 53K 09/23 63K 08/24 73K', 'remarks': 'SPARE KEY VOSA STATES 49K 62K 73K 77K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/999ee41a-3844-4fd4-a934-8aae35665f76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120643521, 'registration': 'FX19YTT', 'account': 'REA001', 'make': 'HYUNDAI', 'model': 'I800 DIESEL ESTATE', 'derivative': '2.5 CRDi SE Nav 5dr', 'mileage': 77616, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-04-30', 'fuel': 'Diesel', 'motExpiry': '2025-08-10', 'doors': 5, 'engineSize': 2497, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX19YTT/2026-03-25/image/735f9ef9-01a9-4707-857d-ebc90069ce1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/48c5fadd-418d-4cf1-b678-905594283f3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d4f2f6d-b673-4c5c-90c3-f0ab38bd96e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/7d79e1d5-5195-4294-b74c-23263d986749_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/24b18494-3497-459f-b332-f7bbf8e5c778_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/a7db675c-65b2-4ea3-acbf-f5272865ca08_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/f6f36959-5938-4479-a068-fcf2ea3ac108_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/25e1f1eb-addb-4c5e-85b5-393b5755f6f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX19YTT/2026-03-25/image/e80f73ba-b525-46d2-bb8c-ed899688e492_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/21 34K 11/22 53K 09/23 63K 08/24 73K', 'remarks': 'SPARE KEY VOSA STATES 49K 62K 73K 77K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 222, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/999ee41a-3844-4fd4-a934-8aae35665f76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521
2026-03-26 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd, identifier: 120643521
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120598564, 'registration': 'FY70KXV', 'account': 'TOY101', 'make': 'TOYOTA', 'model': 'PROACE LONG DIESEL', 'derivative': '2.0D 120 Active Van', 'mileage': 77975, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FY70KXV/2026-03-24/image/52b4f66d-0f06-4e90-b4b2-055ec73c2c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b096a0a-2051-4e67-b5d4-b0e159faafc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/9ece0098-b2f6-4584-bbb4-3cf6f48df989_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/b9a66fc6-15a2-4ace-9ba6-49e8812d9bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/db8bbb2f-9755-4c45-98c4-b7ea03a4559e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/4fddb034-7314-41a9-9b23-ed36fd1258f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b35c575-075b-4ffc-8bb2-7b29effa67f3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 09/22 15K 09/23 40K 11/24 64K', 'remarks': 'SPARE KEY V5 SCAN ONLY - VOSA STATES 40K 64K 73K', 'virtual': False, 'seller': 'Toyota Material Handling', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dab950b-f88d-40bd-9c21-3f8414f1738a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120598564, 'registration': 'FY70KXV', 'account': 'TOY101', 'make': 'TOYOTA', 'model': 'PROACE LONG DIESEL', 'derivative': '2.0D 120 Active Van', 'mileage': 77975, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-10-07', 'fuel': 'Diesel', 'motExpiry': '2026-11-10', 'doors': None, 'engineSize': 1997, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FY70KXV/2026-03-24/image/52b4f66d-0f06-4e90-b4b2-055ec73c2c33_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b096a0a-2051-4e67-b5d4-b0e159faafc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/9ece0098-b2f6-4584-bbb4-3cf6f48df989_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/b9a66fc6-15a2-4ace-9ba6-49e8812d9bb7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/db8bbb2f-9755-4c45-98c4-b7ea03a4559e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/4fddb034-7314-41a9-9b23-ed36fd1258f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FY70KXV/2026-03-24/image/6b35c575-075b-4ffc-8bb2-7b29effa67f3_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service book 09/22 15K 09/23 40K 11/24 64K', 'remarks': 'SPARE KEY V5 SCAN ONLY - VOSA STATES 40K 64K 73K', 'virtual': False, 'seller': 'Toyota Material Handling', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7dab950b-f88d-40bd-9c21-3f8414f1738a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564
2026-03-26 05:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c5784f5-6360-5f75-9664-2010e237e044 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c5784f5-6360-5f75-9664-2010e237e044 with scrape type 2
2026-03-26 05:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9c5784f5-6360-5f75-9664-2010e237e044, identifier: 120598564
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120694445
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694445%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120694445: 0
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120655506
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120655506%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120655506: 0
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120679722
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679722%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120679722: 0
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 120620461
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620461%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 120620461: 0
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Found listing with ID: 119902516
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119902516%27 HTTP/1.1" 200 None
2026-03-26 05:03:02 [astonbarclay.gb] INFO: Scrape type for 119902516: 2
2026-03-26 05:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399
2026-03-26 05:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399
2026-03-26 05:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8 with identifier: 120693399 to the API
2026-03-26 05:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693399?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Petrol',
'id': '725c1ab7-b9f1-5d70-bc4f-23b1171b9bf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FN18ERO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693399',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 54147,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-03',
'seller_name': 'MotoNovo Finance',
'title': 'PEUGEOT 3008 ESTATE 1.2 PureTech GT Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech GT Line 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693399%27 HTTP/1.1" 200 None
2026-03-26 05:03:03 [astonbarclay.gb] INFO: Saving data for 120693399: {'auction_closing_time': 1774947600.0, 'created_time': 1774292602.859428, 'last_price_update_time': 1774501383.030278}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693399') HTTP/1.1" 204 0
2026-03-26 05:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23ec4e55-2389-53ab-bd7e-999081885517 with identifier: 120313737
2026-03-26 05:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23ec4e55-2389-53ab-bd7e-999081885517 with identifier: 120313737
2026-03-26 05:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23ec4e55-2389-53ab-bd7e-999081885517 with identifier: 120313737 to the API
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120313737?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 204,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '23ec4e55-2389-53ab-bd7e-999081885517',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YJ69XNZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120313737',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'SPRINTER 311CDI L3 DIESEL RWD',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Northside Truck & Van Ltd',
'title': 'MERCEDES-BENZ SPRINTER 311CDI L3 DIESEL RWD 3.5t H2 Van',
'transmission': 'manual',
'trim': '3.5t H2 Van',
'vin': None,
'year': 2019}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120313737%27 HTTP/1.1" 200 None
2026-03-26 05:03:03 [astonbarclay.gb] INFO: Saving data for 120313737: {'auction_closing_time': 1774947600.0, 'created_time': 1774271254.250719, 'last_price_update_time': 1774501383.414563}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120313737') HTTP/1.1" 204 0
2026-03-26 05:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503
2026-03-26 05:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503
2026-03-26 05:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da0b04a1-73ba-57b5-a483-e9d6be4a1409 with identifier: 120693503 to the API
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693503?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.1L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'da0b04a1-73ba-57b5-a483-e9d6be4a1409',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BF14HWG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693503',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS DIESEL COUPE',
'odometer': 148242,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-12',
'seller_name': 'MotoNovo Finance',
'title': 'MERCEDES-BENZ C CLASS DIESEL COUPE C250 CDI AMG Sport Edition 2dr '
'Auto [Premium Plus]',
'transmission': 'automatic',
'trim': 'C250 CDI AMG Sport Edition 2dr Auto [Premium Plus]',
'vin': None,
'year': 2014}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693503%27 HTTP/1.1" 200 None
2026-03-26 05:03:03 [astonbarclay.gb] INFO: Saving data for 120693503: {'auction_closing_time': 1774947600.0, 'created_time': 1774292603.428021, 'last_price_update_time': 1774501383.722543}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693503') HTTP/1.1" 204 0
2026-03-26 05:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413
2026-03-26 05:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413
2026-03-26 05:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1001ed27-947e-5e23-aad5-4b7ff736c2b5 with identifier: 120598413 to the API
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120598413?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 267,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '1001ed27-947e-5e23-aad5-4b7ff736c2b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YR71VFA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120598413',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'CRAFTER CR35 LWB DIESEL FWD',
'odometer': 107542,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seller_name': 'Company Direct',
'title': 'VOLKSWAGEN CRAFTER CR35 LWB DIESEL FWD 2.0 TDI 140PS Startline '
'Chassis cab',
'transmission': 'manual',
'trim': '2.0 TDI 140PS Startline Chassis cab',
'vin': None,
'year': 2021}
2026-03-26 05:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598413%27 HTTP/1.1" 200 None
2026-03-26 05:03:04 [astonbarclay.gb] INFO: Saving data for 120598413: {'auction_closing_time': 1774947600.0, 'created_time': 1774379277.053424, 'last_price_update_time': 1774501384.007465}
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120598413') HTTP/1.1" 204 0
2026-03-26 05:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521
2026-03-26 05:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521
2026-03-26 05:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd with identifier: 120643521 to the API
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120643521?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 222,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'b1539e06-6c1f-523d-b3fe-4c2f6bb12ecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX19YTT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120643521',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'I800 DIESEL ESTATE',
'odometer': 77616,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-30',
'seller_name': 'Ready Rent A Car',
'title': 'HYUNDAI I800 DIESEL ESTATE 2.5 CRDi SE Nav 5dr',
'transmission': 'manual',
'trim': '2.5 CRDi SE Nav 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643521%27 HTTP/1.1" 200 None
2026-03-26 05:03:04 [astonbarclay.gb] INFO: Saving data for 120643521: {'auction_closing_time': 1774947600.0, 'created_time': 1774379415.548034, 'last_price_update_time': 1774501384.30261}
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120643521') HTTP/1.1" 204 0
2026-03-26 05:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564
2026-03-26 05:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564
2026-03-26 05:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9c5784f5-6360-5f75-9664-2010e237e044 with identifier: 120598564 to the API
2026-03-26 05:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120598564?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '9c5784f5-6360-5f75-9664-2010e237e044',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY70KXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120598564',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'PROACE LONG DIESEL',
'odometer': 77975,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seller_name': 'Toyota Material Handling',
'title': 'TOYOTA PROACE LONG DIESEL 2.0D 120 Active Van',
'transmission': 'manual',
'trim': '2.0D 120 Active Van',
'vin': None,
'year': 2020}
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598564%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Saving data for 120598564: {'auction_closing_time': 1774947600.0, 'created_time': 1774292608.718547, 'last_price_update_time': 1774501385.373024}
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120598564') HTTP/1.1" 204 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120584241
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584241%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120584241: 2
2026-03-26 05:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120600680?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120666826
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666826%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120666826: 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120296653
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120296653%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120296653: 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120743971
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743971%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120743971: 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120779999
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120779999%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120779999: 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120627674
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627674%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120627674: 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120592174
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592174%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120592174: 2
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120591393
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591393%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120591393: 2
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120714990
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714990%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120714990: 0
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120592922
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592922%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120592922: 2
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120600680, 'registration': 'HJ70SDY', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 280 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 105ps Low Roof Leader Van', 'mileage': 93026, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/98a74d48-5e31-463c-a49c-f8d7afd5a11d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/19c71790-0b13-44a3-b46b-9c610768af09_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/d5f4033b-36a3-4bc4-9ebf-85b05860300c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/88ba32ab-8b22-4c8a-8ece-770e89e1250c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/b6826832-5526-48cb-b591-c7d4a1be124d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/fef21aba-0f40-4f4c-8ded-7cfb108d64d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/23989061-7b75-4d96-9fd3-c26d84f39a0d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 55K 71K 84K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d91f9748-35c8-4571-b0ab-b3cf2de9630f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120600680, 'registration': 'HJ70SDY', 'account': 'GAP001', 'make': 'FORD', 'model': 'TRANSIT CUSTOM 280 L1 DIESEL FWD', 'derivative': '2.0 EcoBlue 105ps Low Roof Leader Van', 'mileage': 93026, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-09-30', 'fuel': 'Diesel', 'motExpiry': '2026-09-29', 'doors': None, 'engineSize': 1995, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/98a74d48-5e31-463c-a49c-f8d7afd5a11d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/19c71790-0b13-44a3-b46b-9c610768af09_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/d5f4033b-36a3-4bc4-9ebf-85b05860300c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/88ba32ab-8b22-4c8a-8ece-770e89e1250c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/b6826832-5526-48cb-b591-c7d4a1be124d_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/fef21aba-0f40-4f4c-8ded-7cfb108d64d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ70SDY/2026-03-24/image/23989061-7b75-4d96-9fd3-c26d84f39a0d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 55K 71K 84K', 'virtual': False, 'seller': 'SIXT Van & Truck', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 161, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d91f9748-35c8-4571-b0ab-b3cf2de9630f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680
2026-03-26 05:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30521e7a-5989-5d43-974e-7c9b31d69cec with scrape type 2
2026-03-26 05:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30521e7a-5989-5d43-974e-7c9b31d69cec with scrape type 2
2026-03-26 05:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 30521e7a-5989-5d43-974e-7c9b31d69cec, identifier: 120600680
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Found listing with ID: 120590755
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120590755%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Scrape type for 120590755: 2
2026-03-26 05:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680
2026-03-26 05:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680
2026-03-26 05:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 30521e7a-5989-5d43-974e-7c9b31d69cec with identifier: 120600680 to the API
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120600680?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 161,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '30521e7a-5989-5d43-974e-7c9b31d69cec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HJ70SDY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120600680',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'TRANSIT CUSTOM 280 L1 DIESEL FWD',
'odometer': 93026,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-30',
'seller_name': 'SIXT Van & Truck',
'title': 'FORD TRANSIT CUSTOM 280 L1 DIESEL FWD 2.0 EcoBlue 105ps Low Roof '
'Leader Van',
'transmission': 'manual',
'trim': '2.0 EcoBlue 105ps Low Roof Leader Van',
'vin': None,
'year': 2020}
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120600680%27 HTTP/1.1" 200 None
2026-03-26 05:03:05 [astonbarclay.gb] INFO: Saving data for 120600680: {'auction_closing_time': 1774947600.0, 'created_time': 1774271277.72783, 'last_price_update_time': 1774501385.983202}
2026-03-26 05:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120600680') HTTP/1.1" 204 0
2026-03-26 05:03:06 [scrapy.extensions.logstats] INFO: Crawled 201 pages (at 90 pages/min), scraped 199 items (at 91 items/min)
2026-03-26 05:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120787044
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120787044%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120787044: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120794313
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794313%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120794313: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120591143
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591143%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120591143: 2
2026-03-26 05:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692160?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120591357
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591357%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120591357: 2
2026-03-26 05:03: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:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120693161
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693161%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120693161: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120695095
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695095%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120695095: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120685886
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685886%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120685886: 2
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120787611
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120787611%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120787611: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120784424
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120784424%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120784424: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120798257
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798257%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120798257: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120696108
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696108%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120696108: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120587587
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587587%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120587587: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120696081
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696081%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120696081: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120728416
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728416%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120728416: 2
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120717479
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120717479%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120717479: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120792348
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120792348%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120792348: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120794514
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794514%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120794514: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120795336
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120795336%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120795336: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120798154
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798154%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120798154: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120798460
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798460%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120798460: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120798831
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798831%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120798831: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120798881
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798881%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120798881: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120799701
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120799701%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120799701: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120673229
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673229%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120673229: 2
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692160, 'registration': 'EMZ7104', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 36273, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-06-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EMZ7104/2026-03-24/image/980eedd2-0363-4905-b048-f496b98b2cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/1606c6cd-b9a0-4a1b-b677-88a1fe84914e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/78a79599-415a-413c-a8ab-f15a5586b68c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/83c6151d-d74a-4c92-934d-794aba6a285f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/2050eca5-b8bf-4542-825c-d1c7e2316ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/03e302c7-572d-4167-b2a2-3db78b18edef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/f7f46ee6-b164-43e9-91c6-194597a68637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/eba2ca28-d5dc-4472-ac25-c053d33ddbc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/25- 24k', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/694c32e5-3a13-4c0d-89cf-53a4189a945a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692160, 'registration': 'EMZ7104', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Extreme 5dr Auto', 'mileage': 36273, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-06-21', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/EMZ7104/2026-03-24/image/980eedd2-0363-4905-b048-f496b98b2cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/1606c6cd-b9a0-4a1b-b677-88a1fe84914e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/78a79599-415a-413c-a8ab-f15a5586b68c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/83c6151d-d74a-4c92-934d-794aba6a285f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/2050eca5-b8bf-4542-825c-d1c7e2316ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/03e302c7-572d-4167-b2a2-3db78b18edef_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/f7f46ee6-b164-43e9-91c6-194597a68637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EMZ7104/2026-03-24/image/eba2ca28-d5dc-4472-ac25-c053d33ddbc7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 07/25- 24k', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/694c32e5-3a13-4c0d-89cf-53a4189a945a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160
2026-03-26 05:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d854071e-547e-5d48-8139-41e841e954a7 with scrape type 2
2026-03-26 05:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d854071e-547e-5d48-8139-41e841e954a7 with scrape type 2
2026-03-26 05:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d854071e-547e-5d48-8139-41e841e954a7, identifier: 120692160
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120439259
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120439259%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120439259: 0
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Found listing with ID: 120430055
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120430055%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Scrape type for 120430055: 2
2026-03-26 05:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160
2026-03-26 05:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160
2026-03-26 05:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d854071e-547e-5d48-8139-41e841e954a7 with identifier: 120692160 to the API
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692160?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd854071e-547e-5d48-8139-41e841e954a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EMZ7104',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692160',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 36273,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-21',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Extreme 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Extreme 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692160%27 HTTP/1.1" 200 None
2026-03-26 05:03:06 [astonbarclay.gb] INFO: Saving data for 120692160: {'auction_closing_time': 1774948500.0, 'created_time': 1774292590.562514, 'last_price_update_time': 1774501386.982498}
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692160') HTTP/1.1" 204 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120629972
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629972%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120629972: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120763014
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763014%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120763014: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120693940
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693940%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120693940: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120484566
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484566%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120484566: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120416058
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120416058%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120416058: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120632648
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120632648%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120632648: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 119052103
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119052103%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 119052103: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120063239
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120063239%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120063239: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120484612
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484612%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120484612: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120659102
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120659102%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120659102: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120748122
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748122%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120748122: 2
2026-03-26 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120746884?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691186?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120678867?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693178?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686052?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120461368
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461368%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120461368: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120484555
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484555%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120484555: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120686475
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686475%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120686475: 2
2026-03-26 05:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120694262?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120257902
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257902%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120257902: 2
2026-03-26 05:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120693929
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693929%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120693929: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 119594883
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119594883%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 119594883: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120718650
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120718650%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120718650: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120669991
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120669991%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120669991: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120762800
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762800%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120762800: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120684736
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684736%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120684736: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120696943
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696943%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120696943: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120686558
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686558%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120686558: 2
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120747504
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120747504%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120747504: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 119432954
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119432954%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 119432954: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 119936725
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119936725%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 119936725: 0
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Found listing with ID: 120658712
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658712%27 HTTP/1.1" 200 None
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Scrape type for 120658712: 2
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120746884, 'registration': 'PK72XNB', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr', 'mileage': 14761, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 13k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120746884, 'registration': 'PK72XNB', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr', 'mileage': 14761, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2022-12-28', 'fuel': 'Petrol', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 13k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884
2026-03-26 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54575d20-1d73-5880-b82c-a158234912e6 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54575d20-1d73-5880-b82c-a158234912e6 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54575d20-1d73-5880-b82c-a158234912e6, identifier: 120746884
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691186, 'registration': 'LT72ZDC', 'account': 'MOT070', 'make': 'LEXUS', 'model': 'UX HATCHBACK', 'derivative': '250h 2.0 F-Sport Design 5dr CVT', 'mileage': 31567, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-11-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/5f6ead84-5c8e-40bf-a6af-e2d632aa492c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47b23eda-7404-4502-8e60-943be2a268aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/795238ec-3824-472e-a04f-566f5cb55ea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/7a339af6-7e3e-491b-8707-83436ff55cb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/44cc8688-b577-4f1f-be1c-1e9b68bb3bf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47c0d8b5-1af2-4d67-b96a-749daf758b86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/077808b7-269a-47fe-911d-132de382eef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/cb51fd81-45a2-4a35-b8d6-2320da555b8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/b701da07-2ae6-491b-9724-d15c06af66f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/da63016e-8328-43a2-b127-844fa6a41996_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23-10K, 11/24-19K, 11/25-29K', 'remarks': 'vosa - 29k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e6aa2ee-0dbb-43fd-b76d-cd8ca6b5aef8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691186, 'registration': 'LT72ZDC', 'account': 'MOT070', 'make': 'LEXUS', 'model': 'UX HATCHBACK', 'derivative': '250h 2.0 F-Sport Design 5dr CVT', 'mileage': 31567, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-11-29', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': 1987, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/5f6ead84-5c8e-40bf-a6af-e2d632aa492c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47b23eda-7404-4502-8e60-943be2a268aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/795238ec-3824-472e-a04f-566f5cb55ea9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/7a339af6-7e3e-491b-8707-83436ff55cb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/44cc8688-b577-4f1f-be1c-1e9b68bb3bf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/47c0d8b5-1af2-4d67-b96a-749daf758b86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/077808b7-269a-47fe-911d-132de382eef1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/cb51fd81-45a2-4a35-b8d6-2320da555b8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/b701da07-2ae6-491b-9724-d15c06af66f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT72ZDC/2026-03-24/image/da63016e-8328-43a2-b127-844fa6a41996_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23-10K, 11/24-19K, 11/25-29K', 'remarks': 'vosa - 29k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5e6aa2ee-0dbb-43fd-b76d-cd8ca6b5aef8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186
2026-03-26 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bbdfa1-3816-50ec-a971-0c213c49b483 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7bbdfa1-3816-50ec-a971-0c213c49b483 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7bbdfa1-3816-50ec-a971-0c213c49b483, identifier: 120691186
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120678867, 'registration': 'MW72RVO', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 1565, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-06', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72RVO/2026-03-23/image/666a44a0-f22b-4559-83ca-8c45db16c886_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc0561f0-56e8-4828-9991-27cddf88fec5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/af2ee265-0c3d-4634-bf4e-504531054f39_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/11a195b2-21f3-4994-82cc-d0ecd89780e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/005ac3dc-561a-43d5-b957-fc1f5bb209fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/7f73581c-8224-45a9-8e5d-6396a42b4278_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/c42eef1b-d36d-4547-a319-333379c301b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/ccd4c6b3-6428-404b-a5ce-bb995c99aa54_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/27696f66-4a99-4286-881e-bc3bbebd9b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc866693-b0cd-4994-b250-202e53792579_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/f0179b98-1cde-469b-9a97-0e1db3c6e396_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/84440d03-6aee-462c-85c2-f299b38d4a4c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa - 1k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/053716c3-0994-4d4e-8acc-d7adf7e047c3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120678867, 'registration': 'MW72RVO', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 1565, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-04', 'fuel': 'Petrol', 'motExpiry': '2027-01-06', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72RVO/2026-03-23/image/666a44a0-f22b-4559-83ca-8c45db16c886_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc0561f0-56e8-4828-9991-27cddf88fec5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/af2ee265-0c3d-4634-bf4e-504531054f39_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/11a195b2-21f3-4994-82cc-d0ecd89780e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/005ac3dc-561a-43d5-b957-fc1f5bb209fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/7f73581c-8224-45a9-8e5d-6396a42b4278_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/c42eef1b-d36d-4547-a319-333379c301b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/ccd4c6b3-6428-404b-a5ce-bb995c99aa54_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/27696f66-4a99-4286-881e-bc3bbebd9b90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/bc866693-b0cd-4994-b250-202e53792579_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/f0179b98-1cde-469b-9a97-0e1db3c6e396_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72RVO/2026-03-23/image/84440d03-6aee-462c-85c2-f299b38d4a4c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa - 1k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/053716c3-0994-4d4e-8acc-d7adf7e047c3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867
2026-03-26 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6, identifier: 120678867
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693178, 'registration': 'ND72ZWU', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.0 TCe 90 Evolution 5dr', 'mileage': 33256, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-16', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 01/24-10K, 12/24-20K,', 'remarks': 'vosa - 30k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693178, 'registration': 'ND72ZWU', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.0 TCe 90 Evolution 5dr', 'mileage': 33256, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-01-16', 'fuel': 'Petrol', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': None, 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 01/24-10K, 12/24-20K,', 'remarks': 'vosa - 30k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178
2026-03-26 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54, identifier: 120693178
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686052, 'registration': 'MV23BXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 44717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV23BXW/2026-03-24/image/ceb7c0c3-e1c4-4f61-8999-a9c81300759b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f74658c9-ad5b-4abd-8b6d-ed2ce4cd4c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/4ac6e79f-e431-4efb-ad94-8ab19ddc0938_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/8a317da4-5172-49b3-9e53-5cb709950c8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f4aee667-6c88-4927-b758-e164c0d61ed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/5ae64352-ae57-4428-b8b2-147fad8b7eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/a7ecc901-52cd-477e-b0b5-e9a5505fe988_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/fa571c32-6c7c-4f3f-9b40-88ce1ce20cf1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-15K, 04/25-31K,', 'remarks': 'vosa - 42k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b6897245-a90c-44d8-bf6b-33662425552a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686052, 'registration': 'MV23BXW', 'account': 'MOT070', 'make': 'FORD', 'model': 'ECOSPORT HATCHBACK', 'derivative': '1.0 EcoBoost 125 ST-Line 5dr', 'mileage': 44717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV23BXW/2026-03-24/image/ceb7c0c3-e1c4-4f61-8999-a9c81300759b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f74658c9-ad5b-4abd-8b6d-ed2ce4cd4c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/4ac6e79f-e431-4efb-ad94-8ab19ddc0938_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/8a317da4-5172-49b3-9e53-5cb709950c8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/f4aee667-6c88-4927-b758-e164c0d61ed9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/5ae64352-ae57-4428-b8b2-147fad8b7eb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/a7ecc901-52cd-477e-b0b5-e9a5505fe988_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV23BXW/2026-03-24/image/fa571c32-6c7c-4f3f-9b40-88ce1ce20cf1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24-15K, 04/25-31K,', 'remarks': 'vosa - 42k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b6897245-a90c-44d8-bf6b-33662425552a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052
2026-03-26 05:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15968fde-3899-500a-bfb5-b1ce056e9287 with scrape type 2
2026-03-26 05:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15968fde-3899-500a-bfb5-b1ce056e9287 with scrape type 2
2026-03-26 05:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 15968fde-3899-500a-bfb5-b1ce056e9287, identifier: 120686052
2026-03-26 05:03:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120694262, 'registration': 'YX72WDT', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'E-C4 ELECTRIC HATCHBACK', 'derivative': '100kW Shine Plus 50kWh 5dr Auto', 'mileage': 27953, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-29', 'fuel': 'Electric', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX72WDT/2026-03-24/image/f2e60384-5c88-4d82-badb-084ea3c00103_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/4dce1fff-d445-4654-aa5e-c2e93ee69703_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/b235a3da-db47-4eb7-b241-d42505725681_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/db08d640-59d6-4666-b3d3-bba6c5c54129_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/cf42f5ec-5dcf-4ad3-9fd4-0ba91be9c718_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/44ce5af2-87df-43e3-a82e-71b1a16cef65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/747c2b7c-394b-45a6-8c8b-aef18a06f18b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/1471de40-a835-4ee8-b2d2-ad46d5a5f942_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-8K, 06/24-16K', 'remarks': '***OUTSTANDING RECALL*** vosa @ 27k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45bd8e5b-65f2-4baf-9c0f-9fe902b44111.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120694262, 'registration': 'YX72WDT', 'account': 'MOT070', 'make': 'CITROEN', 'model': 'E-C4 ELECTRIC HATCHBACK', 'derivative': '100kW Shine Plus 50kWh 5dr Auto', 'mileage': 27953, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-29', 'fuel': 'Electric', 'motExpiry': '2027-02-11', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YX72WDT/2026-03-24/image/f2e60384-5c88-4d82-badb-084ea3c00103_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/4dce1fff-d445-4654-aa5e-c2e93ee69703_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/b235a3da-db47-4eb7-b241-d42505725681_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/db08d640-59d6-4666-b3d3-bba6c5c54129_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/cf42f5ec-5dcf-4ad3-9fd4-0ba91be9c718_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/44ce5af2-87df-43e3-a82e-71b1a16cef65_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/747c2b7c-394b-45a6-8c8b-aef18a06f18b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX72WDT/2026-03-24/image/1471de40-a835-4ee8-b2d2-ad46d5a5f942_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23-8K, 06/24-16K', 'remarks': '***OUTSTANDING RECALL*** vosa @ 27k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/45bd8e5b-65f2-4baf-9c0f-9fe902b44111.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262
2026-03-26 05:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with scrape type 2
2026-03-26 05:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with scrape type 2
2026-03-26 05:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed, identifier: 120694262
2026-03-26 05:03:08 [astonbarclay.gb] INFO: Found listing with ID: 120658630
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658630%27 HTTP/1.1" 200 None
2026-03-26 05:03:08 [astonbarclay.gb] INFO: Scrape type for 120658630: 2
2026-03-26 05:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884
2026-03-26 05:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884
2026-03-26 05:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54575d20-1d73-5880-b82c-a158234912e6 with identifier: 120746884 to the API
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120746884?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '54575d20-1d73-5880-b82c-a158234912e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PK72XNB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120746884',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 14761,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 N-Connecta 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120746884%27 HTTP/1.1" 200 None
2026-03-26 05:03:08 [astonbarclay.gb] INFO: Saving data for 120746884: {'auction_closing_time': 1774948500.0, 'created_time': 1774379208.67975, 'last_price_update_time': 1774501388.461525}
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120746884') HTTP/1.1" 204 0
2026-03-26 05:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186
2026-03-26 05:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186
2026-03-26 05:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a7bbdfa1-3816-50ec-a971-0c213c49b483 with identifier: 120691186 to the API
2026-03-26 05:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691186?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'a7bbdfa1-3816-50ec-a971-0c213c49b483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT72ZDC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691186',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'LEXUS',
'model': 'UX HATCHBACK',
'odometer': 31567,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-29',
'seller_name': 'Motability Operations',
'title': 'LEXUS UX HATCHBACK 250h 2.0 F-Sport Design 5dr CVT',
'transmission': 'automatic',
'trim': '250h 2.0 F-Sport Design 5dr CVT',
'vin': None,
'year': 2022}
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691186%27 HTTP/1.1" 200 None
2026-03-26 05:03:09 [astonbarclay.gb] INFO: Saving data for 120691186: {'auction_closing_time': 1774948500.0, 'created_time': 1774292601.113826, 'last_price_update_time': 1774501389.485438}
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691186') HTTP/1.1" 204 0
2026-03-26 05:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867
2026-03-26 05:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867
2026-03-26 05:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9907b4f5-e255-5a7f-9071-ef2c97ba33d6 with identifier: 120678867 to the API
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120678867?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '9907b4f5-e255-5a7f-9071-ef2c97ba33d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW72RVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120678867',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 1565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-04',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Excite 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Excite 5dr DCT',
'vin': None,
'year': 2023}
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678867%27 HTTP/1.1" 200 None
2026-03-26 05:03:09 [astonbarclay.gb] INFO: Saving data for 120678867: {'auction_closing_time': 1774948500.0, 'created_time': 1774271253.167704, 'last_price_update_time': 1774501389.761311}
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120678867') HTTP/1.1" 204 0
2026-03-26 05:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178
2026-03-26 05:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178
2026-03-26 05:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18a43c97-dacb-54f7-8b64-ea16f4fc2c54 with identifier: 120693178 to the API
2026-03-26 05:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693178?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '18a43c97-dacb-54f7-8b64-ea16f4fc2c54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ND72ZWU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693178',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 33256,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-16',
'seller_name': 'Motability Operations',
'title': 'RENAULT CLIO HATCHBACK 1.0 TCe 90 Evolution 5dr',
'transmission': 'manual',
'trim': '1.0 TCe 90 Evolution 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693178%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Saving data for 120693178: {'auction_closing_time': 1774948500.0, 'created_time': 1774292598.790191, 'last_price_update_time': 1774501390.057626}
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693178') HTTP/1.1" 204 0
2026-03-26 05:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052
2026-03-26 05:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052
2026-03-26 05:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 15968fde-3899-500a-bfb5-b1ce056e9287 with identifier: 120686052 to the API
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686052?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '15968fde-3899-500a-bfb5-b1ce056e9287',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV23BXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686052',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'ECOSPORT HATCHBACK',
'odometer': 44717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seller_name': 'Motability Operations',
'title': 'FORD ECOSPORT HATCHBACK 1.0 EcoBoost 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686052%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Saving data for 120686052: {'auction_closing_time': 1774948500.0, 'created_time': 1774271218.363168, 'last_price_update_time': 1774501390.352506}
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686052') HTTP/1.1" 204 0
2026-03-26 05:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262
2026-03-26 05:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262
2026-03-26 05:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2700510f-5d23-5f32-9cf2-4a6fa843f1ed with identifier: 120694262 to the API
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120694262?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Electric',
'id': '2700510f-5d23-5f32-9cf2-4a6fa843f1ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX72WDT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120694262',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'CITROEN',
'model': 'E-C4 ELECTRIC HATCHBACK',
'odometer': 27953,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seller_name': 'Motability Operations',
'title': 'CITROEN E-C4 ELECTRIC HATCHBACK 100kW Shine Plus 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW Shine Plus 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694262%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Saving data for 120694262: {'auction_closing_time': 1774948500.0, 'created_time': 1774292600.59533, 'last_price_update_time': 1774501390.637993}
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120694262') HTTP/1.1" 204 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120694542
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120694542%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120694542: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120798480
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798480%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120798480: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695495
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695495%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695495: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120465157
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465157%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120465157: 2
2026-03-26 05:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120745996?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120682131?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120410795
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410795%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120410795: 2
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120714788
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714788%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120714788: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120439198
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120439198%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120439198: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695365
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695365%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695365: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120731867
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731867%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120731867: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120716273
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716273%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120716273: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120716318
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716318%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120716318: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120676801
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120676801%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120676801: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120716378
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716378%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120716378: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120716291
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716291%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120716291: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120716362
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120716362%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120716362: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695242
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695242%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695242: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695251
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695251%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695251: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695260
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695260%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695260: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695273
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695273%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695273: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 120695286
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695286%27 HTTP/1.1" 200 None
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Scrape type for 120695286: 0
2026-03-26 05:03:10 [astonbarclay.gb] INFO: Found listing with ID: 115487581
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27115487581%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 115487581: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120695356
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120695356%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120695356: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120714940
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714940%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120714940: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120714950
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714950%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120714950: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120714966
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714966%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120714966: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120714980
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714980%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120714980: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120715027
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715027%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120715027: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120715036
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715036%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120715036: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120715046
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120715046%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120715046: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120670779
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120670779%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120670779: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120678881
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678881%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120678881: 2
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120690985
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690985%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120690985: 2
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120644493
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120644493%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120644493: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120693949
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693949%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120693949: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120221428
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120221428%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120221428: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120556298
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120556298%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120556298: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120681551
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681551%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120681551: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120471411
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471411%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120471411: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120799191
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120799191%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120799191: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120714757
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120714757%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120714757: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120756781
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756781%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120756781: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120789909
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120789909%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120789909: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120592412
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592412%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120592412: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120788099
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120788099%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120788099: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120466492
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466492%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120466492: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120794232
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794232%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120794232: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120693919
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693919%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120693919: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120587610
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120587610%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120587610: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120774627
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120774627%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120774627: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120693961
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693961%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120693961: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120789695
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120789695%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120789695: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120794416
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120794416%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120794416: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120791424
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120791424%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120791424: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 120466479
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120466479%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 120466479: 0
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Found listing with ID: 118688338
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118688338%27 HTTP/1.1" 200 None
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Scrape type for 118688338: 2
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120745996, 'registration': 'GF23AJU', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 84638, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 82k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120745996, 'registration': 'GF23AJU', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 84638, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-03-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa @ 82k SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996
2026-03-26 05:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 268408d1-041e-5e08-8952-10d84a519e11 with scrape type 2
2026-03-26 05:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 268408d1-041e-5e08-8952-10d84a519e11 with scrape type 2
2026-03-26 05:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 268408d1-041e-5e08-8952-10d84a519e11, identifier: 120745996
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120682131, 'registration': 'SK23UKU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.5 VTi-TECH Exclusive 5dr', 'mileage': 57578, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK23UKY/2026-03-23/image/a695daba-e413-49d8-8509-2113495ab113_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/f8eb965d-ece9-4c4f-bb87-555080e72587_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ac248f7-18c0-4394-93b9-0f59bb737009_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/fbc418fb-2c56-4832-8d2b-f1924397b3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/56349af3-119a-44da-8690-ffd1ad815ec6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ef7458e-6a81-4963-9fd9-2a0dc91c89ad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24-28K, 07/25-44K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5da7b277-5e11-4684-b8ab-0e5b3478797e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120682131, 'registration': 'SK23UKU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'ZS HATCHBACK', 'derivative': '1.5 VTi-TECH Exclusive 5dr', 'mileage': 57578, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2023-03-07', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SK23UKY/2026-03-23/image/a695daba-e413-49d8-8509-2113495ab113_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/f8eb965d-ece9-4c4f-bb87-555080e72587_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ac248f7-18c0-4394-93b9-0f59bb737009_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/fbc418fb-2c56-4832-8d2b-f1924397b3e0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/56349af3-119a-44da-8690-ffd1ad815ec6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SK23UKY/2026-03-23/image/3ef7458e-6a81-4963-9fd9-2a0dc91c89ad_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24-28K, 07/25-44K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5da7b277-5e11-4684-b8ab-0e5b3478797e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131
2026-03-26 05:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with scrape type 2
2026-03-26 05:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with scrape type 2
2026-03-26 05:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 54f88b1f-084d-5ecd-ab96-7c520d0401d6, identifier: 120682131
2026-03-26 05:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996
2026-03-26 05:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996
2026-03-26 05:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 268408d1-041e-5e08-8952-10d84a519e11 with identifier: 120745996 to the API
2026-03-26 05:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120745996?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '268408d1-041e-5e08-8952-10d84a519e11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF23AJU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120745996',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 84638,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-17',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120745996%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Saving data for 120745996: {'auction_closing_time': 1774948500.0, 'created_time': 1774379224.075526, 'last_price_update_time': 1774501392.16029}
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120745996') HTTP/1.1" 204 0
2026-03-26 05:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131
2026-03-26 05:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131
2026-03-26 05:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 54f88b1f-084d-5ecd-ab96-7c520d0401d6 with identifier: 120682131 to the API
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120682131?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '54f88b1f-084d-5ecd-ab96-7c520d0401d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SK23UKU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120682131',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'ZS HATCHBACK',
'odometer': 57578,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-07',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK ZS HATCHBACK 1.5 VTi-TECH Exclusive 5dr',
'transmission': 'manual',
'trim': '1.5 VTi-TECH Exclusive 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120682131%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Saving data for 120682131: {'auction_closing_time': 1774948500.0, 'created_time': 1774271307.440811, 'last_price_update_time': 1774501392.543953}
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120682131') HTTP/1.1" 204 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120055164
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120055164%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120055164: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 119785658
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119785658%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 119785658: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120646744
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120646744%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120646744: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120631174
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631174%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120631174: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120470094
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120470094%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120470094: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120432662
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120432662%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120432662: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 119329130
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119329130%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 119329130: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120627849
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627849%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120627849: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120208207
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120208207%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120208207: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120627663
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627663%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120627663: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120627497
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627497%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120627497: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120625573
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120625573%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120625573: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 119192578
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119192578%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 119192578: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120685598
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685598%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120685598: 2
2026-03-26 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120680251?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120755977?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120679073?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120680236?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686669?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120621668
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621668%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120621668: 2
2026-03-26 05:03: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:03: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:03: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:03: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:03: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:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120670068
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120670068%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120670068: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120471377
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471377%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120471377: 2
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120471388
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471388%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120471388: 2
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120786723
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120786723%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120786723: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120471398
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471398%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120471398: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120696860
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696860%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120696860: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120696832
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696832%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120696832: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120696872
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696872%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120696872: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120765859
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765859%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120765859: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120098855
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098855%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120098855: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120748860
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748860%27 HTTP/1.1" 200 None
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Scrape type for 120748860: 0
2026-03-26 05:03:12 [astonbarclay.gb] INFO: Found listing with ID: 120771175
2026-03-26 05:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120771175%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120771175: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120759795
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759795%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120759795: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120696900
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696900%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120696900: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120757365
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120757365%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120757365: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120761139
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120761139%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120761139: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120765848
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765848%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120765848: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120696851
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696851%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120696851: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120765869
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765869%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120765869: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120756423
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120756423%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120756423: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120765820
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765820%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120765820: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120765790
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765790%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120765790: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120765878
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765878%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120765878: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120696888
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696888%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120696888: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120786591
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120786591%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120786591: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120696822
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696822%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120696822: 2
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 112893299
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27112893299%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 112893299: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120727640
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120727640%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120727640: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120773822
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120773822%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120773822: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120741797
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120741797%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120741797: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120773907
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120773907%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120773907: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120735356
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735356%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120735356: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120736535
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120736535%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120736535: 0
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Found listing with ID: 120518926
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120518926%27 HTTP/1.1" 200 None
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Scrape type for 120518926: 2
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120680251, 'registration': 'LL70OGO', 'account': 'MOT070', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line Premium Plus 4dr Tip Auto', 'mileage': 36831, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-11-26', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 20k, 27k, 34k, 36k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120680251, 'registration': 'LL70OGO', 'account': 'MOT070', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line Premium Plus 4dr Tip Auto', 'mileage': 36831, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2020-11-26', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 4, 'engineSize': 1332, 'bodyType': 'Saloon', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'vosa - 20k, 27k, 34k, 36k', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba136c56-7090-5db2-8184-96a2202add9d with identifier: 120680251
2026-03-26 05:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba136c56-7090-5db2-8184-96a2202add9d with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba136c56-7090-5db2-8184-96a2202add9d with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba136c56-7090-5db2-8184-96a2202add9d, identifier: 120680251
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120755977, 'registration': 'LP73YJV', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'BZ4X ELECTRIC HATCHBACK', 'derivative': '150kW Vision 71.4kWh 5dr Auto', 'mileage': 18912, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-01-23', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP73YJV/2026-03-25/image/3c94bbfb-106c-4637-bcf8-e20002416d71_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/58c7d7f9-b5ff-471e-a2c7-be648a82a569_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/bcbfcf90-3af3-4669-a6f1-a2f06067b415_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/72dbc03f-5c0c-411f-8187-fc5f9dfabfe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/68854460-7712-4450-a793-56059cf45882_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/7e164c19-807a-49d3-8247-d5cb29018ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6dc963ac-0c7e-4d79-8968-f2acac685e0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/2b4d2b12-1885-456c-8b64-f12e311b4954_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/d84c4d66-4f59-4d02-bcdc-531a7993d049_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6c009b1d-bb9d-4617-b3e3-6ba0c710b8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/67490c90-e25f-479b-86c0-246f92db75b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/de887cb6-3d29-443b-9749-8d459506af3f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be798143-1c2e-41c5-830f-f6445e56b9c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120755977, 'registration': 'LP73YJV', 'account': 'MOT070', 'make': 'TOYOTA', 'model': 'BZ4X ELECTRIC HATCHBACK', 'derivative': '150kW Vision 71.4kWh 5dr Auto', 'mileage': 18912, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-01-23', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP73YJV/2026-03-25/image/3c94bbfb-106c-4637-bcf8-e20002416d71_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/58c7d7f9-b5ff-471e-a2c7-be648a82a569_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/bcbfcf90-3af3-4669-a6f1-a2f06067b415_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/72dbc03f-5c0c-411f-8187-fc5f9dfabfe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/68854460-7712-4450-a793-56059cf45882_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/7e164c19-807a-49d3-8247-d5cb29018ac5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6dc963ac-0c7e-4d79-8968-f2acac685e0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/2b4d2b12-1885-456c-8b64-f12e311b4954_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/d84c4d66-4f59-4d02-bcdc-531a7993d049_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/6c009b1d-bb9d-4617-b3e3-6ba0c710b8d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/67490c90-e25f-479b-86c0-246f92db75b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP73YJV/2026-03-25/image/de887cb6-3d29-443b-9749-8d459506af3f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be798143-1c2e-41c5-830f-f6445e56b9c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977
2026-03-26 05:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ac8f5a7-4da2-5551-acbb-99a50763f325 with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ac8f5a7-4da2-5551-acbb-99a50763f325 with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2ac8f5a7-4da2-5551-acbb-99a50763f325, identifier: 120755977
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120679073, 'registration': 'ML72SJY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Premium 5dr EAT8', 'mileage': 19184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML72SJY/2026-03-23/image/578a9c26-11d5-4461-9ccf-912b077e9ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/34dc1789-9fb4-4278-ad17-021ad98108bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/e9008cb9-53d4-402f-abc4-e0fc3dd25b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/10c007a1-b3a5-4514-a0a3-f708bb9ba9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/2ecc8601-fe73-4c95-ac45-28e896ec39e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/51136e77-70f7-495b-a045-a01047f53ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/6e780e80-791c-4766-af07-9b49c7232c86_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/0f78ae8b-dee8-4ed3-8934-c63279a58179_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a3685633-a10c-4399-938e-8f6dbf0ba8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/7b4b92f9-438b-46c4-96fd-e712b8f84c5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a69d0230-3850-44df-8487-961115315058_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/9c2b43db-fffb-4454-9449-7ab3480127f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa - 18k - spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c555f246-b418-4cab-ae7d-1b257f5f10c8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120679073, 'registration': 'ML72SJY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 130 GT Premium 5dr EAT8', 'mileage': 19184, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-29', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML72SJY/2026-03-23/image/578a9c26-11d5-4461-9ccf-912b077e9ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/34dc1789-9fb4-4278-ad17-021ad98108bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/e9008cb9-53d4-402f-abc4-e0fc3dd25b84_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/10c007a1-b3a5-4514-a0a3-f708bb9ba9db_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/2ecc8601-fe73-4c95-ac45-28e896ec39e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/51136e77-70f7-495b-a045-a01047f53ab1_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/6e780e80-791c-4766-af07-9b49c7232c86_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/0f78ae8b-dee8-4ed3-8934-c63279a58179_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a3685633-a10c-4399-938e-8f6dbf0ba8a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/7b4b92f9-438b-46c4-96fd-e712b8f84c5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/a69d0230-3850-44df-8487-961115315058_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML72SJY/2026-03-23/image/9c2b43db-fffb-4454-9449-7ab3480127f4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa - 18k - spare key in office', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c555f246-b418-4cab-ae7d-1b257f5f10c8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073
2026-03-26 05:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18c39f59-243c-57f4-ab4b-9029efba4b25 with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18c39f59-243c-57f4-ab4b-9029efba4b25 with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18c39f59-243c-57f4-ab4b-9029efba4b25, identifier: 120679073
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120680236, 'registration': 'CP24ECW', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech full hybrid 145 Engineered 5dr Auto', 'mileage': 16067, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-06-28', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120680236, 'registration': 'CP24ECW', 'account': 'MOT070', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech full hybrid 145 Engineered 5dr Auto', 'mileage': 16067, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2024-06-28', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae01a524-050d-5644-9116-e20e79754ad4 with identifier: 120680236
2026-03-26 05:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae01a524-050d-5644-9116-e20e79754ad4 with scrape type 2
2026-03-26 05:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae01a524-050d-5644-9116-e20e79754ad4 with scrape type 2
2026-03-26 05:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ae01a524-050d-5644-9116-e20e79754ad4, identifier: 120680236
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686669, 'registration': 'MW72ABU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 19938, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-09', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72ABU/2026-03-23/image/487bd105-619c-46a0-8f70-71356963d977_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/cb7a3225-a0a7-4a4a-8603-8bcccc97184e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/2871ff63-9484-4db3-80b9-e63bed62c43b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/521614ee-fdec-479e-873c-19ba987fc51d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/35c90049-0a7a-49cf-a17d-7fbc57590999_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/44d4370e-3d00-4702-b907-ff3662850686_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/654832a9-329f-429f-be84-64cf1abebada_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/95d84913-53f1-4e5f-93b9-79d98ca088f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/743be709-d6b9-4d71-9512-e9659941c0d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23-6K, 11/24-11K,', 'remarks': 'vosa - 19k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e0c8426-cf55-4734-acd8-2b7b9daee5bc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686669, 'registration': 'MW72ABU', 'account': 'MOT070', 'make': 'MG MOTOR UK', 'model': 'HS HATCHBACK', 'derivative': '1.5 T-GDI Excite 5dr DCT', 'mileage': 19938, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-01-09', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1490, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW72ABU/2026-03-23/image/487bd105-619c-46a0-8f70-71356963d977_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/cb7a3225-a0a7-4a4a-8603-8bcccc97184e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/2871ff63-9484-4db3-80b9-e63bed62c43b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/521614ee-fdec-479e-873c-19ba987fc51d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/35c90049-0a7a-49cf-a17d-7fbc57590999_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/44d4370e-3d00-4702-b907-ff3662850686_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/654832a9-329f-429f-be84-64cf1abebada_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/95d84913-53f1-4e5f-93b9-79d98ca088f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72ABU/2026-03-23/image/743be709-d6b9-4d71-9512-e9659941c0d4_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23-6K, 11/24-11K,', 'remarks': 'vosa - 19k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 174, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6e0c8426-cf55-4734-acd8-2b7b9daee5bc.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669
2026-03-26 05:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with scrape type 2
2026-03-26 05:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with scrape type 2
2026-03-26 05:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a0fb2498-4e2f-5ba7-ae0d-43b18017f384, identifier: 120686669
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120261304
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120261304%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 120261304: 0
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120772791
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120772791%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 120772791: 0
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 112746460
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27112746460%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 112746460: 0
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120734951
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120734951%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 120734951: 0
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120724222
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120724222%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 120724222: 0
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120667852
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667852%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 120667852: 0
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Found listing with ID: 120506327
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120506327%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Scrape type for 120506327: 2
2026-03-26 05:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba136c56-7090-5db2-8184-96a2202add9d with identifier: 120680251
2026-03-26 05:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba136c56-7090-5db2-8184-96a2202add9d with identifier: 120680251
2026-03-26 05:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba136c56-7090-5db2-8184-96a2202add9d with identifier: 120680251 to the API
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120680251?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'ba136c56-7090-5db2-8184-96a2202add9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL70OGO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120680251',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 36831,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-26',
'seller_name': 'Motability Operations',
'title': 'MERCEDES-BENZ CLA COUPE CLA 180 AMG Line Premium Plus 4dr Tip Auto',
'transmission': 'automatic',
'trim': 'CLA 180 AMG Line Premium Plus 4dr Tip Auto',
'vin': None,
'year': 2020}
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680251%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Saving data for 120680251: {'auction_closing_time': 1774948500.0, 'created_time': 1774271231.643072, 'last_price_update_time': 1774501394.517562}
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120680251') HTTP/1.1" 204 0
2026-03-26 05:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977
2026-03-26 05:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977
2026-03-26 05:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2ac8f5a7-4da2-5551-acbb-99a50763f325 with identifier: 120755977 to the API
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120755977?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Electric',
'id': '2ac8f5a7-4da2-5551-acbb-99a50763f325',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP73YJV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120755977',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'TOYOTA',
'model': 'BZ4X ELECTRIC HATCHBACK',
'odometer': 18912,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seller_name': 'Motability Operations',
'title': 'TOYOTA BZ4X ELECTRIC HATCHBACK 150kW Vision 71.4kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW Vision 71.4kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120755977%27 HTTP/1.1" 200 None
2026-03-26 05:03:14 [astonbarclay.gb] INFO: Saving data for 120755977: {'auction_closing_time': 1774948500.0, 'created_time': 1774379212.673207, 'last_price_update_time': 1774501394.902773}
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120755977') HTTP/1.1" 204 0
2026-03-26 05:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073
2026-03-26 05:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073
2026-03-26 05:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18c39f59-243c-57f4-ab4b-9029efba4b25 with identifier: 120679073 to the API
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120679073?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '18c39f59-243c-57f4-ab4b-9029efba4b25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML72SJY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120679073',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 19184,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 130 GT Premium 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 GT Premium 5dr EAT8',
'vin': None,
'year': 2023}
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120679073%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Saving data for 120679073: {'auction_closing_time': 1774948500.0, 'created_time': 1774271258.757473, 'last_price_update_time': 1774501395.20889}
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120679073') HTTP/1.1" 204 0
2026-03-26 05:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ae01a524-050d-5644-9116-e20e79754ad4 with identifier: 120680236
2026-03-26 05:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ae01a524-050d-5644-9116-e20e79754ad4 with identifier: 120680236
2026-03-26 05:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ae01a524-050d-5644-9116-e20e79754ad4 with identifier: 120680236 to the API
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120680236?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'ae01a524-050d-5644-9116-e20e79754ad4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'CP24ECW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120680236',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 16067,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seller_name': 'Motability Operations',
'title': 'RENAULT CAPTUR HATCHBACK 1.6 E-Tech full hybrid 145 Engineered 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.6 E-Tech full hybrid 145 Engineered 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680236%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Saving data for 120680236: {'auction_closing_time': 1774948500.0, 'created_time': 1774271239.486811, 'last_price_update_time': 1774501395.510768}
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120680236') HTTP/1.1" 204 0
2026-03-26 05:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669
2026-03-26 05:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669
2026-03-26 05:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a0fb2498-4e2f-5ba7-ae0d-43b18017f384 with identifier: 120686669 to the API
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686669?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 174,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'a0fb2498-4e2f-5ba7-ae0d-43b18017f384',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW72ABU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686669',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'MG MOTOR UK',
'model': 'HS HATCHBACK',
'odometer': 19938,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'seller_name': 'Motability Operations',
'title': 'MG MOTOR UK HS HATCHBACK 1.5 T-GDI Excite 5dr DCT',
'transmission': 'automatic',
'trim': '1.5 T-GDI Excite 5dr DCT',
'vin': None,
'year': 2023}
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686669%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Saving data for 120686669: {'auction_closing_time': 1774948500.0, 'created_time': 1774271226.288666, 'last_price_update_time': 1774501395.80608}
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686669') HTTP/1.1" 204 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 119816143
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119816143%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 119816143: 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120653827
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653827%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120653827: 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120401488
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401488%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120401488: 2
2026-03-26 05:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119902516?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120735547
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120735547%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120735547: 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120753500
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120753500%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120753500: 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120739526
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120739526%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120739526: 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120536421
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120536421%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120536421: 2
2026-03-26 05:03: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:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120740344
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120740344%27 HTTP/1.1" 200 None
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Scrape type for 120740344: 0
2026-03-26 05:03:15 [astonbarclay.gb] INFO: Found listing with ID: 120656433
2026-03-26 05:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120656433%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120656433: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120657451
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120657451%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120657451: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120689852
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689852%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120689852: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120689713
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689713%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120689713: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120796415
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120796415%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120796415: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120727592
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120727592%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120727592: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120736863
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120736863%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120736863: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120773780
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120773780%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120773780: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120727623
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120727623%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120727623: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120064021
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120064021%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120064021: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120594672
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594672%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120594672: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 119766991
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119766991%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 119766991: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120733470
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120733470%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120733470: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120080820
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120080820%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120080820: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120265015
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120265015%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120265015: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120172268
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120172268%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120172268: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120128301
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120128301%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120128301: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120315260
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120315260%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120315260: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120624729
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120624729%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120624729: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120631938
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631938%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120631938: 2
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120658704
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658704%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120658704: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120615564
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120615564%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120615564: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120415240
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415240%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120415240: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120635589
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120635589%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120635589: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120691672
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691672%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120691672: 2
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119902516, 'registration': 'WU23UDH', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 35083, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU23UDH/2026-03-23/image/72877af2-9c46-4528-89cf-348d0eda7acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/62f0266f-37a8-473b-af5c-1e83a5e0171f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/5ee5d35a-7cf4-4417-8856-9e29f93db717_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/df07fec6-fb01-48b6-90b7-2308c4dc55a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/38f9dfb7-a910-46dc-a3da-bd9335b5b89c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/e3569dc3-3f2e-40f1-955f-53ca9a720348_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/b308f3ba-0849-4fe9-8857-bc7d73a76d09_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/df46532f-d961-4c79-8683-612b2e9c6386_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/4c71d587-35a5-42bf-92f3-dff5b613286c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25-25K, 03/26-35K,', 'remarks': '**891** VOSA STATES 35K, SPARE KEY, Pearl Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fdeb2ce-bb42-4a07-98ee-e8190976b301.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119902516, 'registration': 'WU23UDH', 'account': 'ZEN002', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 35083, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU23UDH/2026-03-23/image/72877af2-9c46-4528-89cf-348d0eda7acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/62f0266f-37a8-473b-af5c-1e83a5e0171f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/5ee5d35a-7cf4-4417-8856-9e29f93db717_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/df07fec6-fb01-48b6-90b7-2308c4dc55a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/38f9dfb7-a910-46dc-a3da-bd9335b5b89c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/e3569dc3-3f2e-40f1-955f-53ca9a720348_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/b308f3ba-0849-4fe9-8857-bc7d73a76d09_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/df46532f-d961-4c79-8683-612b2e9c6386_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU23UDH/2026-03-23/image/4c71d587-35a5-42bf-92f3-dff5b613286c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25-25K, 03/26-35K,', 'remarks': '**891** VOSA STATES 35K, SPARE KEY, Pearl Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9fdeb2ce-bb42-4a07-98ee-e8190976b301.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c113c73-6d7a-548d-a47a-2efd2eefc0b6 with identifier: 119902516
2026-03-26 05:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c113c73-6d7a-548d-a47a-2efd2eefc0b6 with scrape type 2
2026-03-26 05:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c113c73-6d7a-548d-a47a-2efd2eefc0b6 with scrape type 2
2026-03-26 05:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c113c73-6d7a-548d-a47a-2efd2eefc0b6, identifier: 119902516
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120663571
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120663571%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120663571: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 118978647
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118978647%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 118978647: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120098083
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120098083%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120098083: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 119819250
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119819250%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 119819250: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120425496
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120425496%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120425496: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120123859
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123859%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120123859: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120627274
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120627274%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120627274: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120201490
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120201490%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120201490: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120623051
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623051%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120623051: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120618602
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618602%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120618602: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120596146
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120596146%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120596146: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120326071
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120326071%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120326071: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120731493
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731493%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120731493: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120063849
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120063849%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120063849: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120599506
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120599506%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120599506: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120524700
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120524700%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120524700: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120546136
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120546136%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120546136: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120123734
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120123734%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120123734: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120196056
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120196056%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120196056: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120618676
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120618676%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120618676: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120099968
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120099968%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120099968: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 118796475
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118796475%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 118796475: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120214140
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120214140%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120214140: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 120593663
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120593663%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 120593663: 0
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Found listing with ID: 119707891
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119707891%27 HTTP/1.1" 200 None
2026-03-26 05:03:16 [astonbarclay.gb] INFO: Scrape type for 119707891: 2
2026-03-26 05:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c113c73-6d7a-548d-a47a-2efd2eefc0b6 with identifier: 119902516
2026-03-26 05:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c113c73-6d7a-548d-a47a-2efd2eefc0b6 with identifier: 119902516
2026-03-26 05:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c113c73-6d7a-548d-a47a-2efd2eefc0b6 with identifier: 119902516 to the API
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119902516?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Electric',
'id': '7c113c73-6d7a-548d-a47a-2efd2eefc0b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WU23UDH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119902516',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'ARIYA ELECTRIC HATCHBACK',
'odometer': 35083,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-22',
'seller_name': 'Zenith',
'title': 'NISSAN ARIYA ELECTRIC HATCHBACK 178kW Evolve 87kWh 22kWCh 5dr Auto',
'transmission': 'automatic',
'trim': '178kW Evolve 87kWh 22kWCh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119902516%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Saving data for 119902516: {'auction_closing_time': 1774958400.0, 'created_time': 1774379125.510851, 'last_price_update_time': 1774501397.257674}
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119902516') HTTP/1.1" 204 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120247809
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120247809%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120247809: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120056709
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120056709%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120056709: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120664681
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120664681%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120664681: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120507290
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120507290%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120507290: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120060692
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060692%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120060692: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120479231
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479231%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120479231: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 119118258
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119118258%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 119118258: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120688360
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688360%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120688360: 2
2026-03-26 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673229?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120430055?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120685886?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120748122?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120728416?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591143?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120451637
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120451637%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120451637: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120732829
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120732829%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120732829: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120765363
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765363%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120765363: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120767154
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120767154%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120767154: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120762820
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762820%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120762820: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120762304
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762304%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120762304: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120277955
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120277955%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120277955: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 119466330
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119466330%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 119466330: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120538387
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120538387%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120538387: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120798066
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120798066%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120798066: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120800462
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120800462%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120800462: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120765323
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120765323%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120765323: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 116946906
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116946906%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 116946906: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120677113
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120677113%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120677113: 2
2026-03-26 05:03: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:03: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:03: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:03: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:03: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:03: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:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120747203
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120747203%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120747203: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120762335
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762335%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120762335: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120762359
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762359%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120762359: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120791904
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120791904%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120791904: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120697033
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120697033%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120697033: 2
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120763893
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120763893%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120763893: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120175432
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120175432%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120175432: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120776957
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120776957%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120776957: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120737281
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120737281%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120737281: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120759447
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759447%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120759447: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120775323
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120775323%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120775323: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120417051
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417051%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120417051: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120766714
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120766714%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120766714: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 109174414
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27109174414%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 109174414: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120762558
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120762558%27 HTTP/1.1" 200 None
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Scrape type for 120762558: 0
2026-03-26 05:03:17 [astonbarclay.gb] INFO: Found listing with ID: 120401505
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401505%27 HTTP/1.1" 200 None
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Scrape type for 120401505: 0
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673229, 'registration': 'FX68SJO', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Excel 5dr CVT', 'mileage': 74464, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX68SJO/2026-03-25/image/eaeed866-a0cb-49ec-82e5-7855356dab16_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/be3897d7-acee-48e0-8a40-088d19e38e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/52925865-fb98-4d11-b279-fa9ff928e2af_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/c7e151e9-5a5b-475b-b23f-d3524ce4d03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/712e6fb5-47f1-4c29-9a05-4e5fa21bc09b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/ae1652e0-567a-4687-8940-f95adec99a34_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/255adb40-4b00-4615-8f98-3d7ed7540610_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/249c8f67-3268-4e20-87c6-014df9b04ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/7c77feac-6732-4063-bb51-f4bfb869ea20_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/24 - 57K, 09/25 - 68K,', 'remarks': '**26** VOSA STATES 30K, 40K, 50K, 57K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 86, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f98bb57-d1e3-46d5-a5f8-f7acf1aaea7c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673229, 'registration': 'FX68SJO', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'C-HR HATCHBACK', 'derivative': '1.8 Hybrid Excel 5dr CVT', 'mileage': 74464, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2018-09-19', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-09-18', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FX68SJO/2026-03-25/image/eaeed866-a0cb-49ec-82e5-7855356dab16_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/be3897d7-acee-48e0-8a40-088d19e38e43_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/52925865-fb98-4d11-b279-fa9ff928e2af_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/c7e151e9-5a5b-475b-b23f-d3524ce4d03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/712e6fb5-47f1-4c29-9a05-4e5fa21bc09b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/ae1652e0-567a-4687-8940-f95adec99a34_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/255adb40-4b00-4615-8f98-3d7ed7540610_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/249c8f67-3268-4e20-87c6-014df9b04ba2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX68SJO/2026-03-25/image/7c77feac-6732-4063-bb51-f4bfb869ea20_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 09/24 - 57K, 09/25 - 68K,', 'remarks': '**26** VOSA STATES 30K, 40K, 50K, 57K, 68K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 86, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7f98bb57-d1e3-46d5-a5f8-f7acf1aaea7c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229
2026-03-26 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9945385-6f9f-5032-b730-d36e273b369f with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9945385-6f9f-5032-b730-d36e273b369f with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f9945385-6f9f-5032-b730-d36e273b369f, identifier: 120673229
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120430055, 'registration': 'AB61HOR', 'account': 'MOT129', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 96171, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-06', 'fuel': 'Diesel', 'motExpiry': '2025-10-02', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AB61HOR/2026-03-18/image/ccd3299a-417b-498a-bf83-3e94eec04d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/872319cb-a021-4aae-9f4f-1a625a07da5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/9e4b8442-fb82-43d9-922f-dddc56aa2256_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/25958b24-2af7-4d77-a3d6-37bf2aa6afa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/b1668acd-a877-4f36-b18b-12c815b14edf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/3553a3d2-4fa6-4481-960c-b01bb03ad1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/0c88dab3-dcb4-4423-be38-bfc0c268afc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/891e8d89-43a9-4605-a9ac-959eaf18d165_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/69ae63c3-856d-45c7-ab96-3278e1b62c30_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1760** VOSA STATES 20K, 28K, 44K, 56K, 69K, 78K, 89K, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3190d262-9b8f-4300-a82f-db050f329767.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120430055, 'registration': 'AB61HOR', 'account': 'MOT129', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Tekna 5dr', 'mileage': 96171, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-11-06', 'fuel': 'Diesel', 'motExpiry': '2025-10-02', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AB61HOR/2026-03-18/image/ccd3299a-417b-498a-bf83-3e94eec04d66_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/872319cb-a021-4aae-9f4f-1a625a07da5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/9e4b8442-fb82-43d9-922f-dddc56aa2256_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/25958b24-2af7-4d77-a3d6-37bf2aa6afa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/b1668acd-a877-4f36-b18b-12c815b14edf_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/3553a3d2-4fa6-4481-960c-b01bb03ad1fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/0c88dab3-dcb4-4423-be38-bfc0c268afc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/891e8d89-43a9-4605-a9ac-959eaf18d165_removebg.jpg?w=600', 'https://abimg003.imgix.net/AB61HOR/2026-03-18/image/69ae63c3-856d-45c7-ab96-3278e1b62c30_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1760** VOSA STATES 20K, 28K, 44K, 56K, 69K, 78K, 89K, SD CARD', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3190d262-9b8f-4300-a82f-db050f329767.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055
2026-03-26 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac0a84b-4318-5f9b-b9be-f82820610b85 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac0a84b-4318-5f9b-b9be-f82820610b85 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aac0a84b-4318-5f9b-b9be-f82820610b85, identifier: 120430055
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120685886, 'registration': 'GV10CVS', 'account': 'VAN041', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.4 VTi 16V VTR+ 5dr', 'mileage': 62003, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-25', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV10CVS/2026-03-25/image/00aa65ea-f2b7-416f-aee9-52e00b75564e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/057cbb96-3776-46aa-a184-1804902b6a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/ff620860-f4da-44fd-a345-0092866a224e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/41ed9393-654b-484f-95c2-b8226107d58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/9f2914ef-e681-46fd-81fd-8583136b5746_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/0c2845ea-7b09-45bf-a249-7da48b02c8a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/a3f918e7-4bf5-4650-a7d4-7fd81d354358_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/1e15057e-6a3f-40d6-86f3-07c5f8037352_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/21 - NO MILEAGE, 06/22 - 36K, 11/26 - 60K,', 'remarks': '**1253** VOSA STATES 6K, 9K, 13K, 16K, 19K, 22K, 24K, 26K, 29K, 36K, 43K, 48K, 55K, 60K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94c8f49a-6fdd-4748-9086-208b146b73c3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120685886, 'registration': 'GV10CVS', 'account': 'VAN041', 'make': 'CITROEN', 'model': 'C3 HATCHBACK', 'derivative': '1.4 VTi 16V VTR+ 5dr', 'mileage': 62003, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-06-25', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1397, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GV10CVS/2026-03-25/image/00aa65ea-f2b7-416f-aee9-52e00b75564e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/057cbb96-3776-46aa-a184-1804902b6a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/ff620860-f4da-44fd-a345-0092866a224e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/41ed9393-654b-484f-95c2-b8226107d58c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/9f2914ef-e681-46fd-81fd-8583136b5746_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/0c2845ea-7b09-45bf-a249-7da48b02c8a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/a3f918e7-4bf5-4650-a7d4-7fd81d354358_removebg.jpg?w=600', 'https://abimg003.imgix.net/GV10CVS/2026-03-25/image/1e15057e-6a3f-40d6-86f3-07c5f8037352_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 11/21 - NO MILEAGE, 06/22 - 36K, 11/26 - 60K,', 'remarks': '**1253** VOSA STATES 6K, 9K, 13K, 16K, 19K, 22K, 24K, 26K, 29K, 36K, 43K, 48K, 55K, 60K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/94c8f49a-6fdd-4748-9086-208b146b73c3.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886
2026-03-26 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09, identifier: 120685886
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120748122, 'registration': 'YJ25WJE', 'account': '442001', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.2 Mild Hybrid Motion 5dr CVT', 'mileage': 12546, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-03-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/ae5ed0db-23b3-45cf-aa4a-f7ab64e0886a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/8548b6db-33e4-4471-a25f-397b65d9afbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/6add4953-ec79-49f7-9736-a9fc49cddbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/27867bfe-0db2-49b0-bc21-0471285f6bbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/7254c6e2-25aa-4988-a1d9-640f1abeca60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/c335e897-ed45-4056-8fd4-732134066a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/db9e261b-6e72-4cf0-9d27-2cb6c4318b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61cc1d0e-c7df-45ff-a40f-7e45c8333c82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61b8179b-d851-471a-af23-a6e03e2c5812_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19c9459c-a4e1-4ed6-911b-5fcdcd428543.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120748122, 'registration': 'YJ25WJE', 'account': '442001', 'make': 'SUZUKI', 'model': 'SWIFT HATCHBACK', 'derivative': '1.2 Mild Hybrid Motion 5dr CVT', 'mileage': 12546, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2025-03-21', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/ae5ed0db-23b3-45cf-aa4a-f7ab64e0886a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/8548b6db-33e4-4471-a25f-397b65d9afbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/6add4953-ec79-49f7-9736-a9fc49cddbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/27867bfe-0db2-49b0-bc21-0471285f6bbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/7254c6e2-25aa-4988-a1d9-640f1abeca60_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/c335e897-ed45-4056-8fd4-732134066a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/db9e261b-6e72-4cf0-9d27-2cb6c4318b04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61cc1d0e-c7df-45ff-a40f-7e45c8333c82_removebg.jpg?w=600', 'https://abimg003.imgix.net/YJ25WJE/2026-03-25/image/61b8179b-d851-471a-af23-a6e03e2c5812_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Part of United Rental Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19c9459c-a4e1-4ed6-911b-5fcdcd428543.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122
2026-03-26 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e, identifier: 120748122
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120728416, 'registration': 'DX19GRK', 'account': 'HAT008', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '50 TDI Quattro S Line 5dr Tip Auto', 'mileage': 57157, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DX19GRK/2026-03-25/image/4ffd7f04-d3f2-4780-a09c-91570071e7d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/9254bc0e-d178-4ea9-a6e9-8337654ac6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/32afbdd6-4b2f-49f3-bd2f-d82efb0aa40e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d65e3501-b92f-4256-83e3-8e315dc6800c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/ca74ac0b-4f2d-4838-8b6d-c91b72c7f453_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d870a462-ccf4-45c3-b72b-166c08f8b639_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b919614a-966d-457d-a952-50aa22270ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b907cd96-575d-4a08-b81c-0df1f70906cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/7ca48751-9280-46f5-b7b0-7cf23866be77_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/23 - 33K, PHOTOCOPY OF INVOICES @ 03/24 - 40K, 03/25 - 47K, 02/26 - 55K,', 'remarks': '**45** VOSA STATES 33K, 33K, 36K, 45K, 51K, V5 PHOTOCOPY', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0f5d1d0-2b99-4241-8d5a-942ade306734.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120728416, 'registration': 'DX19GRK', 'account': 'HAT008', 'make': 'AUDI', 'model': 'A6 DIESEL AVANT', 'derivative': '50 TDI Quattro S Line 5dr Tip Auto', 'mileage': 57157, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-03-08', 'fuel': 'Diesel', 'motExpiry': '2026-10-06', 'doors': 5, 'engineSize': 2967, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DX19GRK/2026-03-25/image/4ffd7f04-d3f2-4780-a09c-91570071e7d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/9254bc0e-d178-4ea9-a6e9-8337654ac6e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/32afbdd6-4b2f-49f3-bd2f-d82efb0aa40e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d65e3501-b92f-4256-83e3-8e315dc6800c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/ca74ac0b-4f2d-4838-8b6d-c91b72c7f453_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/d870a462-ccf4-45c3-b72b-166c08f8b639_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b919614a-966d-457d-a952-50aa22270ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/b907cd96-575d-4a08-b81c-0df1f70906cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX19GRK/2026-03-25/image/7ca48751-9280-46f5-b7b0-7cf23866be77_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/23 - 33K, PHOTOCOPY OF INVOICES @ 03/24 - 40K, 03/25 - 47K, 02/26 - 55K,', 'remarks': '**45** VOSA STATES 33K, 33K, 36K, 45K, 51K, V5 PHOTOCOPY', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0f5d1d0-2b99-4241-8d5a-942ade306734.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416
2026-03-26 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8e615a9-21a8-5c97-8181-a441ca9bfca3 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8e615a9-21a8-5c97-8181-a441ca9bfca3 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8e615a9-21a8-5c97-8181-a441ca9bfca3, identifier: 120728416
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591143, 'registration': 'PJ59LNP', 'account': 'VAN061', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC EX GT 5dr', 'mileage': 92589, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/331dc896-eaa8-4f65-b56f-94bd6f0ba5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/224c2d3a-7adb-4e66-96fe-73d8f5b1e494_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/892737ec-c77d-4483-b875-2e0a18626876_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/4b9d0b76-cd3c-4914-93ad-9f69f775f514_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/83cbd005-30fc-4fa5-b271-75e5c33809a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/c6120c30-36a8-4730-9512-0d4c321481a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/263d3e6e-dcfa-416d-87b3-4385c896916e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/64f79c37-c9db-4d37-adac-f972a46118f7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/18 - NO MILEAGE, 03/19 - NO MILEAGE, 02/20 - NO MILEAGE, 03/21 - NO MILEAGE, 02/22 - 68K, 02/23 - 73K, 01/24 - 79K, 02/25 - NO MILEAGE', 'remarks': '**1331** VOSA STATES 5K, 9K, 12K, 12K, 24K, 35K, 43K, 50K, 57K, 62K, 68K, 73K, 79K, 86K, 92K, SAT NAV CD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d9c63f0f-cf35-4f82-9de9-e9f87cd3abbb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591143, 'registration': 'PJ59LNP', 'account': 'VAN061', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.8 i-VTEC EX GT 5dr', 'mileage': 92589, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-01-29', 'fuel': 'Petrol', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1799, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/331dc896-eaa8-4f65-b56f-94bd6f0ba5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/224c2d3a-7adb-4e66-96fe-73d8f5b1e494_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/892737ec-c77d-4483-b875-2e0a18626876_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/4b9d0b76-cd3c-4914-93ad-9f69f775f514_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/83cbd005-30fc-4fa5-b271-75e5c33809a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/c6120c30-36a8-4730-9512-0d4c321481a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/263d3e6e-dcfa-416d-87b3-4385c896916e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ59LNP/2026-03-24/image/64f79c37-c9db-4d37-adac-f972a46118f7_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 03/18 - NO MILEAGE, 03/19 - NO MILEAGE, 02/20 - NO MILEAGE, 03/21 - NO MILEAGE, 02/22 - 68K, 02/23 - 73K, 01/24 - 79K, 02/25 - NO MILEAGE', 'remarks': '**1331** VOSA STATES 5K, 9K, 12K, 12K, 24K, 35K, 43K, 50K, 57K, 62K, 68K, 73K, 79K, 86K, 92K, SAT NAV CD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d9c63f0f-cf35-4f82-9de9-e9f87cd3abbb.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143
2026-03-26 05:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with scrape type 2
2026-03-26 05:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53, identifier: 120591143
2026-03-26 05:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229
2026-03-26 05:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229
2026-03-26 05:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f9945385-6f9f-5032-b730-d36e273b369f with identifier: 120673229 to the API
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673229?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 86,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'f9945385-6f9f-5032-b730-d36e273b369f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FX68SJO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673229',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'C-HR HATCHBACK',
'odometer': 74464,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-19',
'seller_name': 'Hatfields Group',
'title': 'TOYOTA C-HR HATCHBACK 1.8 Hybrid Excel 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 Hybrid Excel 5dr CVT',
'vin': None,
'year': 2018}
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673229%27 HTTP/1.1" 200 None
2026-03-26 05:03:18 [astonbarclay.gb] INFO: Saving data for 120673229: {'auction_closing_time': 1774958400.0, 'created_time': 1774271172.929892, 'last_price_update_time': 1774501398.963}
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673229') HTTP/1.1" 204 0
2026-03-26 05:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055
2026-03-26 05:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055
2026-03-26 05:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aac0a84b-4318-5f9b-b9be-f82820610b85 with identifier: 120430055 to the API
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120430055?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'aac0a84b-4318-5f9b-b9be-f82820610b85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AB61HOR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120430055',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 96171,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-06',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Tekna 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120430055%27 HTTP/1.1" 200 None
2026-03-26 05:03:19 [astonbarclay.gb] INFO: Saving data for 120430055: {'auction_closing_time': 1774958400.0, 'created_time': 1773666722.867629, 'last_price_update_time': 1774501399.345996}
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120430055') HTTP/1.1" 204 0
2026-03-26 05:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886
2026-03-26 05:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886
2026-03-26 05:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09 with identifier: 120685886 to the API
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120685886?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'dcb48eec-32cc-5c23-aa34-3bbf3a8b7c09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GV10CVS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120685886',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'C3 HATCHBACK',
'odometer': 62003,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-25',
'seller_name': 'Vantage Motor Group',
'title': 'CITROEN C3 HATCHBACK 1.4 VTi 16V VTR+ 5dr',
'transmission': 'manual',
'trim': '1.4 VTi 16V VTR+ 5dr',
'vin': None,
'year': 2010}
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685886%27 HTTP/1.1" 200 None
2026-03-26 05:03:19 [astonbarclay.gb] INFO: Saving data for 120685886: {'auction_closing_time': 1774958400.0, 'created_time': 1774379138.380298, 'last_price_update_time': 1774501399.641057}
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120685886') HTTP/1.1" 204 0
2026-03-26 05:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122
2026-03-26 05:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122
2026-03-26 05:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 14157bc3-8dc6-5d7b-8b91-90c10a312d6e with identifier: 120748122 to the API
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120748122?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '14157bc3-8dc6-5d7b-8b91-90c10a312d6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YJ25WJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120748122',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SUZUKI',
'model': 'SWIFT HATCHBACK',
'odometer': 12546,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-21',
'seller_name': 'Part of United Rental Group',
'title': 'SUZUKI SWIFT HATCHBACK 1.2 Mild Hybrid Motion 5dr CVT',
'transmission': 'automatic',
'trim': '1.2 Mild Hybrid Motion 5dr CVT',
'vin': None,
'year': 2025}
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120748122%27 HTTP/1.1" 200 None
2026-03-26 05:03:19 [astonbarclay.gb] INFO: Saving data for 120748122: {'auction_closing_time': 1774958400.0, 'created_time': 1774379135.190391, 'last_price_update_time': 1774501399.93015}
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120748122') HTTP/1.1" 204 0
2026-03-26 05:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416
2026-03-26 05:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416
2026-03-26 05:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8e615a9-21a8-5c97-8181-a441ca9bfca3 with identifier: 120728416 to the API
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120728416?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a8e615a9-21a8-5c97-8181-a441ca9bfca3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DX19GRK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120728416',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'AUDI',
'model': 'A6 DIESEL AVANT',
'odometer': 57157,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-08',
'seller_name': 'Hatfields Group',
'title': 'AUDI A6 DIESEL AVANT 50 TDI Quattro S Line 5dr Tip Auto',
'transmission': 'automatic',
'trim': '50 TDI Quattro S Line 5dr Tip Auto',
'vin': None,
'year': 2019}
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120728416%27 HTTP/1.1" 200 None
2026-03-26 05:03:20 [astonbarclay.gb] INFO: Saving data for 120728416: {'auction_closing_time': 1774958400.0, 'created_time': 1774379139.819631, 'last_price_update_time': 1774501400.223353}
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120728416') HTTP/1.1" 204 0
2026-03-26 05:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143
2026-03-26 05:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143
2026-03-26 05:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53 with identifier: 120591143 to the API
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591143?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1a3a96c9-98a0-57ae-a934-e2e0c4f4ad53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ59LNP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591143',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 92589,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-29',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA CIVIC HATCHBACK 1.8 i-VTEC EX GT 5dr',
'transmission': 'manual',
'trim': '1.8 i-VTEC EX GT 5dr',
'vin': None,
'year': 2010}
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591143%27 HTTP/1.1" 200 None
2026-03-26 05:03:20 [astonbarclay.gb] INFO: Saving data for 120591143: {'auction_closing_time': 1774958400.0, 'created_time': 1774292585.168863, 'last_price_update_time': 1774501400.627537}
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591143') HTTP/1.1" 204 0
2026-03-26 05:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686475?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:20 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686475, 'registration': 'FV70FVO', 'account': 'AST058', 'make': 'CITROEN', 'model': 'RELAY 35 L3 DIESEL', 'derivative': '2.2 BlueHDi H3 Van 140ps Enterprise', 'mileage': 106805, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': None, 'engineSize': 2200, 'bodyType': 'Extra High Roof', 'images': ['https://abimg003.imgix.net/FV70FVO/2026-03-25/image/c1899583-a84d-48ac-a2bf-0ca0e0b30008_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/e688476d-fa4a-4392-b927-03ede838a52c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/503748c9-3604-4c79-bd2b-c7f7fcc04d74_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/eeeebe3f-58a9-4b22-89e4-af538712144f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/42c65c42-328d-47ef-abcc-b323fef1fa2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/8de44d16-5d5a-4be4-afba-ee8a36e83c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/5bd775c9-0f98-4080-bea0-d2a0e0097349_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/9ac62f9a-af95-4a31-8107-a75f07a33796_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**1688** VOSA STATES 51K, 78K, 105K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa2be913-4dee-42a2-a295-9ac028466692.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:20 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686475, 'registration': 'FV70FVO', 'account': 'AST058', 'make': 'CITROEN', 'model': 'RELAY 35 L3 DIESEL', 'derivative': '2.2 BlueHDi H3 Van 140ps Enterprise', 'mileage': 106805, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-11-03', 'fuel': 'Diesel', 'motExpiry': '2026-12-08', 'doors': None, 'engineSize': 2200, 'bodyType': 'Extra High Roof', 'images': ['https://abimg003.imgix.net/FV70FVO/2026-03-25/image/c1899583-a84d-48ac-a2bf-0ca0e0b30008_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/e688476d-fa4a-4392-b927-03ede838a52c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/503748c9-3604-4c79-bd2b-c7f7fcc04d74_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/eeeebe3f-58a9-4b22-89e4-af538712144f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/42c65c42-328d-47ef-abcc-b323fef1fa2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/8de44d16-5d5a-4be4-afba-ee8a36e83c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/5bd775c9-0f98-4080-bea0-d2a0e0097349_removebg.jpg?w=600', 'https://abimg003.imgix.net/FV70FVO/2026-03-25/image/9ac62f9a-af95-4a31-8107-a75f07a33796_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '**1688** VOSA STATES 51K, 78K, 105K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fa2be913-4dee-42a2-a295-9ac028466692.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475
2026-03-26 05:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64de9149-e984-5664-8e10-873e0d88e49a with scrape type 2
2026-03-26 05:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64de9149-e984-5664-8e10-873e0d88e49a with scrape type 2
2026-03-26 05:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 64de9149-e984-5664-8e10-873e0d88e49a, identifier: 120686475
2026-03-26 05:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475
2026-03-26 05:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475
2026-03-26 05:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 64de9149-e984-5664-8e10-873e0d88e49a with identifier: 120686475 to the API
2026-03-26 05:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686475?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '64de9149-e984-5664-8e10-873e0d88e49a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV70FVO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686475',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'CITROEN',
'model': 'RELAY 35 L3 DIESEL',
'odometer': 106805,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-03',
'seller_name': 'LDG',
'title': 'CITROEN RELAY 35 L3 DIESEL 2.2 BlueHDi H3 Van 140ps Enterprise',
'transmission': 'manual',
'trim': '2.2 BlueHDi H3 Van 140ps Enterprise',
'vin': None,
'year': 2020}
2026-03-26 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686475%27 HTTP/1.1" 200 None
2026-03-26 05:03:21 [astonbarclay.gb] INFO: Saving data for 120686475: {'auction_closing_time': 1774958400.0, 'created_time': 1774292713.637087, 'last_price_update_time': 1774501401.110436}
2026-03-26 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686475') HTTP/1.1" 204 0
2026-03-26 05:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120678881?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118688338?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120685598?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120658630?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120658712?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120678881, 'registration': 'LG70XCN', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 69995, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-15', 'fuel': 'Electric', 'motExpiry': '2026-09-29', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bce4871b-b815-489f-bea6-ca383adcf3de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bcd7fd31-9ccf-41b2-91de-e951323848cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/fc0a0aab-6caa-43b1-805a-435388e5c559_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/e6f53075-703d-425a-aba7-903e8766a253_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/9cf91bc6-69c8-447b-ad5d-eee2702d3fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/592724bc-debb-4d25-84d9-51cdf34d4cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/c4c42fdc-fd2b-4b14-8d4a-412e295fbcec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/8c492411-70d1-4117-92bf-0cb75eeaaae8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/11527771-ee92-4f56-8621-88677b14a376_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/65cba848-19a9-4dc4-949b-b20a11b09a49_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24- 29K, 04/25- 42K, 11/25- 59K,', 'remarks': '**1470** VOSA STATES 23k, 34k, 55k,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a162978-2a46-419f-a2de-46367d566b8a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120678881, 'registration': 'LG70XCN', 'account': 'MOT075', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'Performance AWD 4dr [Performance Upgrade] Auto', 'mileage': 69995, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-15', 'fuel': 'Electric', 'motExpiry': '2026-09-29', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bce4871b-b815-489f-bea6-ca383adcf3de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/bcd7fd31-9ccf-41b2-91de-e951323848cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/fc0a0aab-6caa-43b1-805a-435388e5c559_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/e6f53075-703d-425a-aba7-903e8766a253_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/9cf91bc6-69c8-447b-ad5d-eee2702d3fcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/592724bc-debb-4d25-84d9-51cdf34d4cc1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/c4c42fdc-fd2b-4b14-8d4a-412e295fbcec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/8c492411-70d1-4117-92bf-0cb75eeaaae8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/11527771-ee92-4f56-8621-88677b14a376_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG70XCN/2026-03-24/image/65cba848-19a9-4dc4-949b-b20a11b09a49_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/24- 29K, 04/25- 42K, 11/25- 59K,', 'remarks': '**1470** VOSA STATES 23k, 34k, 55k,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a162978-2a46-419f-a2de-46367d566b8a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881
2026-03-26 05:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89465299-1984-5b1e-ab43-bdf414c8a46d with scrape type 2
2026-03-26 05:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89465299-1984-5b1e-ab43-bdf414c8a46d with scrape type 2
2026-03-26 05:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89465299-1984-5b1e-ab43-bdf414c8a46d, identifier: 120678881
2026-03-26 05:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881
2026-03-26 05:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881
2026-03-26 05:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89465299-1984-5b1e-ab43-bdf414c8a46d with identifier: 120678881 to the API
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120678881?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Electric',
'id': '89465299-1984-5b1e-ab43-bdf414c8a46d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG70XCN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120678881',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 69995,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-15',
'seller_name': 'MotoNovo Finance',
'title': 'TESLA MODEL 3 SALOON Performance AWD 4dr [Performance Upgrade] Auto',
'transmission': 'automatic',
'trim': 'Performance AWD 4dr [Performance Upgrade] Auto',
'vin': None,
'year': 2020}
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120678881%27 HTTP/1.1" 200 None
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Saving data for 120678881: {'auction_closing_time': 1774958400.0, 'created_time': 1774292580.95499, 'last_price_update_time': 1774501402.319228}
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120678881') HTTP/1.1" 204 0
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118688338, 'registration': 'YB67UJP', 'account': 'MOT075', 'make': 'BMW', 'model': '2 SERIES DIESEL ACTIVE TOURER', 'derivative': '220d SE 5dr [Nav] Step Auto', 'mileage': 54617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-01-17', 'fuel': 'Diesel', 'motExpiry': '2026-02-06', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB67UJP/2026-01-16/image/1bc8f240-d555-42a6-9eca-39be36456402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/66940aae-02c7-4dbb-9418-bdb8a09e5b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9e448072-774d-42f8-a884-a72f7ef7e220_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/be0ceeee-79d2-46ea-a295-ac684001da4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/f11bf31e-8b62-4829-b762-73768404105f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/a572a248-96f9-4ff5-9805-e21be832e53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/37cebd24-c6f7-428b-99d6-a822a444efd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/4cf81763-ef4f-4106-b47c-4be7c0368bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/2bb3cad1-b5ab-435d-a482-8119165e99d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/415c1560-09ad-4dc7-b2ea-bf561d7111cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9df6955a-d652-4e9b-a4a7-07538779b182_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital I DRIVE - 12/19- 13K, 01/21- 19K, 02/22- 26K, 07/23- 35K', 'remarks': 'USED UNRECORDED - N/S DAMAGE 2 KEYS AND HANDBOOKS STARTS AND DRIVES, HPI CLEAR. DESCRIPTION IS A GUIDE ONLY VIEWING RECOMMENDED BY PRIOR ARRANGEMENTS - DELIVERY AVAILABLE - PLEASE CALL **1639** VOSA STATES 19K, 26K, 32K, 38K, 45K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c734259e-1e77-46fb-8c9f-e98c7920e46c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118688338, 'registration': 'YB67UJP', 'account': 'MOT075', 'make': 'BMW', 'model': '2 SERIES DIESEL ACTIVE TOURER', 'derivative': '220d SE 5dr [Nav] Step Auto', 'mileage': 54617, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-01-17', 'fuel': 'Diesel', 'motExpiry': '2026-02-06', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB67UJP/2026-01-16/image/1bc8f240-d555-42a6-9eca-39be36456402_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/66940aae-02c7-4dbb-9418-bdb8a09e5b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9e448072-774d-42f8-a884-a72f7ef7e220_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/be0ceeee-79d2-46ea-a295-ac684001da4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/f11bf31e-8b62-4829-b762-73768404105f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/a572a248-96f9-4ff5-9805-e21be832e53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/37cebd24-c6f7-428b-99d6-a822a444efd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/4cf81763-ef4f-4106-b47c-4be7c0368bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/2bb3cad1-b5ab-435d-a482-8119165e99d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/415c1560-09ad-4dc7-b2ea-bf561d7111cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB67UJP/2026-01-16/image/9df6955a-d652-4e9b-a4a7-07538779b182_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital I DRIVE - 12/19- 13K, 01/21- 19K, 02/22- 26K, 07/23- 35K', 'remarks': 'USED UNRECORDED - N/S DAMAGE 2 KEYS AND HANDBOOKS STARTS AND DRIVES, HPI CLEAR. DESCRIPTION IS A GUIDE ONLY VIEWING RECOMMENDED BY PRIOR ARRANGEMENTS - DELIVERY AVAILABLE - PLEASE CALL **1639** VOSA STATES 19K, 26K, 32K, 38K, 45K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c734259e-1e77-46fb-8c9f-e98c7920e46c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338
2026-03-26 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with scrape type 2
2026-03-26 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with scrape type 2
2026-03-26 05:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9deb0fbb-f05a-5094-8117-5f4add9d57a0, identifier: 118688338
2026-03-26 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120410795?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690985?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338
2026-03-26 05:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338
2026-03-26 05:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9deb0fbb-f05a-5094-8117-5f4add9d57a0 with identifier: 118688338 to the API
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118688338?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '9deb0fbb-f05a-5094-8117-5f4add9d57a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YB67UJP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118688338',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'BMW',
'model': '2 SERIES DIESEL ACTIVE TOURER',
'odometer': 54617,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-17',
'seller_name': 'MotoNovo Finance',
'title': 'BMW 2 SERIES DIESEL ACTIVE TOURER 220d SE 5dr [Nav] Step Auto',
'transmission': 'automatic',
'trim': '220d SE 5dr [Nav] Step Auto',
'vin': None,
'year': 2018}
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118688338%27 HTTP/1.1" 200 None
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Saving data for 118688338: {'auction_closing_time': 1774958400.0, 'created_time': 1773403048.909939, 'last_price_update_time': 1774501402.784503}
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118688338') HTTP/1.1" 204 0
2026-03-26 05:03: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:03: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:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120685598, 'registration': 'YA65UTO', 'account': 'VAN041', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 EX 5dr', 'mileage': 95350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/J17JGP/2026-03-25/image/917a30bc-a721-4f53-accd-ab74e7b49e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/2698abc9-b7e0-4be1-9d67-2b0a4d88cfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/f623cec1-d1d4-48af-b737-eb1e2f71901e_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/e348d415-e8c6-41e7-9a71-205ce4bc74eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/6140aca0-cc03-43fe-978f-56d7a3c9b82d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/c5a9df0d-8a59-421f-ad2a-c841538b93d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/0780f5d7-6d4f-4450-aea3-7ecf2841f7f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/a058cc13-02c1-4078-80ad-2057f3d6855f_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/d24cc5f7-38e6-4d8e-80ea-27b96fcf7350_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17 - 7K, 01/18 - 12K, 01/19 - 18K, 09/19 - 31K, 05/20 - 46K, 06/21 - 52K,', 'remarks': '**1266** VOSA STATES 15K, 33K, 48K, 61K, 70K, 75K, 83K, 92K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee7e9ee3-d1ec-4d2a-8315-c4d96323a887.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120685598, 'registration': 'YA65UTO', 'account': 'VAN041', 'make': 'HONDA', 'model': 'CR-V DIESEL ESTATE', 'derivative': '1.6 i-DTEC 160 EX 5dr', 'mileage': 95350, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-12-30', 'fuel': 'Diesel', 'motExpiry': '2026-10-29', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/J17JGP/2026-03-25/image/917a30bc-a721-4f53-accd-ab74e7b49e70_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/2698abc9-b7e0-4be1-9d67-2b0a4d88cfca_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/f623cec1-d1d4-48af-b737-eb1e2f71901e_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/e348d415-e8c6-41e7-9a71-205ce4bc74eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/6140aca0-cc03-43fe-978f-56d7a3c9b82d_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/c5a9df0d-8a59-421f-ad2a-c841538b93d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/0780f5d7-6d4f-4450-aea3-7ecf2841f7f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/a058cc13-02c1-4078-80ad-2057f3d6855f_removebg.jpg?w=600', 'https://abimg003.imgix.net/J17JGP/2026-03-25/image/d24cc5f7-38e6-4d8e-80ea-27b96fcf7350_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17 - 7K, 01/18 - 12K, 01/19 - 18K, 09/19 - 31K, 05/20 - 46K, 06/21 - 52K,', 'remarks': '**1266** VOSA STATES 15K, 33K, 48K, 61K, 70K, 75K, 83K, 92K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee7e9ee3-d1ec-4d2a-8315-c4d96323a887.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598
2026-03-26 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with scrape type 2
2026-03-26 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with scrape type 2
2026-03-26 05:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1, identifier: 120685598
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120658630, 'registration': 'YT10YWA', 'account': 'VAN041', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC EX 5dr i-SHIFT Auto', 'mileage': 31799, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT10YWA/2026-03-25/image/6c21c110-98fe-4ba2-bc80-8da96846d5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/12851c68-9737-406d-9222-b1bc7b02bbed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/a1d369bf-10a6-4f79-99c2-b2cb064c801c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9b195aa2-c74a-4b29-b5f7-6c29122e59c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/412735cd-a429-4075-8027-066a14b6f03a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f1697bac-991b-420e-b61a-c8213c56af84_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9f98bec7-96f5-4022-a826-e24a5d8833a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f9237b22-75f3-42e6-8c70-f706ec3f8cac_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/11 - 2K, 03/13 - 6K, 03/18 - 19K, 02/20 - NO MILEAGE, 03/22 - 24K, 03/24 - 28K,', 'remarks': '**1388** VOSA STATES 6K, 9K, 13K, 15K, 17K, 19K, 21K, 23K, 24K, 24K, 26K, 28K, 29K, 31K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/69555cf7-669a-44f6-895e-ef29e3239b2d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120658630, 'registration': 'YT10YWA', 'account': 'VAN041', 'make': 'HONDA', 'model': 'JAZZ HATCHBACK', 'derivative': '1.4 i-VTEC EX 5dr i-SHIFT Auto', 'mileage': 31799, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-16', 'doors': 5, 'engineSize': 1339, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT10YWA/2026-03-25/image/6c21c110-98fe-4ba2-bc80-8da96846d5cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/12851c68-9737-406d-9222-b1bc7b02bbed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/a1d369bf-10a6-4f79-99c2-b2cb064c801c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9b195aa2-c74a-4b29-b5f7-6c29122e59c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/412735cd-a429-4075-8027-066a14b6f03a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f1697bac-991b-420e-b61a-c8213c56af84_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/9f98bec7-96f5-4022-a826-e24a5d8833a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT10YWA/2026-03-25/image/f9237b22-75f3-42e6-8c70-f706ec3f8cac_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 03/11 - 2K, 03/13 - 6K, 03/18 - 19K, 02/20 - NO MILEAGE, 03/22 - 24K, 03/24 - 28K,', 'remarks': '**1388** VOSA STATES 6K, 9K, 13K, 15K, 17K, 19K, 21K, 23K, 24K, 24K, 26K, 28K, 29K, 31K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/69555cf7-669a-44f6-895e-ef29e3239b2d.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630
2026-03-26 05:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bea7f8b2-8fff-512c-909c-ed0bd3defe35 with scrape type 2
2026-03-26 05:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bea7f8b2-8fff-512c-909c-ed0bd3defe35 with scrape type 2
2026-03-26 05:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bea7f8b2-8fff-512c-909c-ed0bd3defe35, identifier: 120658630
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120658712, 'registration': 'YT13UHU', 'account': 'VAN041', 'make': 'SKODA', 'model': 'CITIGO HATCHBACK', 'derivative': '1.0 MPI SE 5dr', 'mileage': 83280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-04-05', 'fuel': 'Petrol', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT13UHU/2026-03-25/image/6e8b391c-6745-4bc6-b53d-df776a977d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/a6485499-fe10-4f62-a347-981de96f9558_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/87365b44-ec95-4b56-bc7b-54dc547aa69a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/ab3c9ed0-bbbe-462e-8c99-bf19446cfc9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/e1ea7d89-d02f-48a2-ac58-5ff189102643_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/9a444a63-ef47-4142-9dfc-1bb8893072af_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/2c099f8d-4afa-4b0b-b321-588526afb822_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/b69275d0-ea99-4043-b88b-896431d05281_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 01/14 - 4K, 01/15 - 11K, 01/16 - 17K, 01/17 - 25K, 01/19 - 42K, 01/20 - 48K, 03/21 - 52K, 03/22 - 56K, 03/23 - 59K, 03/24 - 66K, 03/25 - 74K,', 'remarks': '**1371** VOSA STATES 20K, 27K, 36K, 43K, 49K, 52K, 56K, 59K, 66K, 74K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d948b19-d277-463b-a68a-575eb7478616.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120658712, 'registration': 'YT13UHU', 'account': 'VAN041', 'make': 'SKODA', 'model': 'CITIGO HATCHBACK', 'derivative': '1.0 MPI SE 5dr', 'mileage': 83280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-04-05', 'fuel': 'Petrol', 'motExpiry': '2026-04-01', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT13UHU/2026-03-25/image/6e8b391c-6745-4bc6-b53d-df776a977d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/a6485499-fe10-4f62-a347-981de96f9558_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/87365b44-ec95-4b56-bc7b-54dc547aa69a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/ab3c9ed0-bbbe-462e-8c99-bf19446cfc9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/e1ea7d89-d02f-48a2-ac58-5ff189102643_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/9a444a63-ef47-4142-9dfc-1bb8893072af_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/2c099f8d-4afa-4b0b-b321-588526afb822_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT13UHU/2026-03-25/image/b69275d0-ea99-4043-b88b-896431d05281_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 01/14 - 4K, 01/15 - 11K, 01/16 - 17K, 01/17 - 25K, 01/19 - 42K, 01/20 - 48K, 03/21 - 52K, 03/22 - 56K, 03/23 - 59K, 03/24 - 66K, 03/25 - 74K,', 'remarks': '**1371** VOSA STATES 20K, 27K, 36K, 43K, 49K, 52K, 56K, 59K, 66K, 74K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0d948b19-d277-463b-a68a-575eb7478616.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712
2026-03-26 05:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d63e41e0-5b76-52e9-90a5-51e62e1ed53f with scrape type 2
2026-03-26 05:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d63e41e0-5b76-52e9-90a5-51e62e1ed53f with scrape type 2
2026-03-26 05:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d63e41e0-5b76-52e9-90a5-51e62e1ed53f, identifier: 120658712
2026-03-26 05:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598
2026-03-26 05:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598
2026-03-26 05:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1 with identifier: 120685598 to the API
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120685598?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6fa4e4ed-f173-5dc7-9b02-3cc5cd3f16b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YA65UTO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120685598',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CR-V DIESEL ESTATE',
'odometer': 95350,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-30',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA CR-V DIESEL ESTATE 1.6 i-DTEC 160 EX 5dr',
'transmission': 'manual',
'trim': '1.6 i-DTEC 160 EX 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120685598%27 HTTP/1.1" 200 None
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Saving data for 120685598: {'auction_closing_time': 1774958400.0, 'created_time': 1774379263.319379, 'last_price_update_time': 1774501403.401958}
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120685598') HTTP/1.1" 204 0
2026-03-26 05:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630
2026-03-26 05:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630
2026-03-26 05:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bea7f8b2-8fff-512c-909c-ed0bd3defe35 with identifier: 120658630 to the API
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120658630?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.3L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'bea7f8b2-8fff-512c-909c-ed0bd3defe35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT10YWA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120658630',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'JAZZ HATCHBACK',
'odometer': 31799,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-10',
'seller_name': 'Vantage Motor Group',
'title': 'HONDA JAZZ HATCHBACK 1.4 i-VTEC EX 5dr i-SHIFT Auto',
'transmission': 'automatic',
'trim': '1.4 i-VTEC EX 5dr i-SHIFT Auto',
'vin': None,
'year': 2010}
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658630%27 HTTP/1.1" 200 None
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Saving data for 120658630: {'auction_closing_time': 1774958400.0, 'created_time': 1774379263.929197, 'last_price_update_time': 1774501403.68769}
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658630') HTTP/1.1" 204 0
2026-03-26 05:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712
2026-03-26 05:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712
2026-03-26 05:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d63e41e0-5b76-52e9-90a5-51e62e1ed53f with identifier: 120658712 to the API
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120658712?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd63e41e0-5b76-52e9-90a5-51e62e1ed53f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YT13UHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120658712',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'CITIGO HATCHBACK',
'odometer': 83280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-05',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA CITIGO HATCHBACK 1.0 MPI SE 5dr',
'transmission': 'manual',
'trim': '1.0 MPI SE 5dr',
'vin': None,
'year': 2013}
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120658712%27 HTTP/1.1" 200 None
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Saving data for 120658712: {'auction_closing_time': 1774958400.0, 'created_time': 1774379126.635331, 'last_price_update_time': 1774501403.967834}
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120658712') HTTP/1.1" 204 0
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120410795, 'registration': 'NJ59YYH', 'account': 'VAN041', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 115066, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/853c0af1-e36a-4ed6-8bd2-3bd25f833689_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/151961ab-4069-43c3-a6c0-0e14eecc63a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/eb74cb2b-3ea4-4d4a-9b7d-056c59276f07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/5afb20e3-d1cd-4ca1-89f0-e1c22a4feb48_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/4c8b10dd-a260-480f-a039-1f4bd97e9ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/19d43e17-dcbb-483d-a51d-50f149070e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/0a1b0b47-f366-45c6-9058-54aadcfbf039_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/d9318b04-f42a-4b0b-81c7-045a8e4390ef_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/10 - 25K, 11/12 - 36K, 06/13 - 41K, 06/14 - 49K, 07/15 - 53K, 06/16 - 61K, 06/17 - 66K, 05/19 - 78K, 11/20 - 83K, 01/22 - 88K, 07/23 - 99K, 05/24 - 107K,', 'remarks': '**1316** VOSA STATES 35K, 41K, 49K, 53K, 61K, 66K, 72K, 78K, 83K, 87K, 89K, 98K, 109K, 113K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3da30af8-5dce-408c-b37f-1df9a5c2abc5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120410795, 'registration': 'NJ59YYH', 'account': 'VAN041', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 115066, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2009-09-21', 'fuel': 'Diesel', 'motExpiry': '2026-08-11', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/853c0af1-e36a-4ed6-8bd2-3bd25f833689_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/151961ab-4069-43c3-a6c0-0e14eecc63a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/eb74cb2b-3ea4-4d4a-9b7d-056c59276f07_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/5afb20e3-d1cd-4ca1-89f0-e1c22a4feb48_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/4c8b10dd-a260-480f-a039-1f4bd97e9ec3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/19d43e17-dcbb-483d-a51d-50f149070e62_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/0a1b0b47-f366-45c6-9058-54aadcfbf039_removebg.jpg?w=600', 'https://abimg003.imgix.net/NJ59YYH/2026-03-18/image/d9318b04-f42a-4b0b-81c7-045a8e4390ef_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/10 - 25K, 11/12 - 36K, 06/13 - 41K, 06/14 - 49K, 07/15 - 53K, 06/16 - 61K, 06/17 - 66K, 05/19 - 78K, 11/20 - 83K, 01/22 - 88K, 07/23 - 99K, 05/24 - 107K,', 'remarks': '**1316** VOSA STATES 35K, 41K, 49K, 53K, 61K, 66K, 72K, 78K, 83K, 87K, 89K, 98K, 109K, 113K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 179, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3da30af8-5dce-408c-b37f-1df9a5c2abc5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795
2026-03-26 05:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c5a015f-5052-51b0-bb6a-675b5d935b47 with scrape type 2
2026-03-26 05:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c5a015f-5052-51b0-bb6a-675b5d935b47 with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8c5a015f-5052-51b0-bb6a-675b5d935b47, identifier: 120410795
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690985, 'registration': 'MB10HEB', 'account': 'MOT075', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '2.0 John Cooper Works II 3dr Auto [8 Speed]', 'mileage': 66707, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MB10HEB/2026-03-24/image/665ad6d7-da42-43a1-b8c9-d851f5c8c1a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/192195b1-ee6e-4632-97a8-8db90e794506_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/3b6a9b33-aece-489d-bd6e-bb6a20fd7bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/61c71a19-9c00-4ec7-b418-ae58bb6dc5f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/1e190620-04ca-4b0c-83f1-1ac39c889418_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/4cdc70ee-d46a-4d03-b782-46f74ad61823_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/e8abac4b-dcf9-43a1-b322-772c64238b82_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/eb2311ab-aade-47c5-ab32-19798adfa0c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/fe929c15-5403-4d31-86de-55d45f22283b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/b3d0a49e-08b4-4cf6-9d01-f9f95f951b6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/40cc3975-a3f3-432c-b647-42752cfe457b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/43c7d340-ac1d-4f67-ae3a-013e068b9d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/7041f3ae-3c05-4d53-82df-da30fc08d694_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1686** VOSA STATES 26K, 39K, 41K, 45K, 47K, 58K, 63K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd892934-3277-4ba4-9754-3bd7078194ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690985, 'registration': 'MB10HEB', 'account': 'MOT075', 'make': 'MINI', 'model': 'HATCHBACK', 'derivative': '2.0 John Cooper Works II 3dr Auto [8 Speed]', 'mileage': 66707, 'mileageWarranty': True, 'type': 'car', 'saleId': 18909, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-03', 'doors': 3, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MB10HEB/2026-03-24/image/665ad6d7-da42-43a1-b8c9-d851f5c8c1a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/192195b1-ee6e-4632-97a8-8db90e794506_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/3b6a9b33-aece-489d-bd6e-bb6a20fd7bb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/61c71a19-9c00-4ec7-b418-ae58bb6dc5f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/1e190620-04ca-4b0c-83f1-1ac39c889418_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/4cdc70ee-d46a-4d03-b782-46f74ad61823_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/e8abac4b-dcf9-43a1-b322-772c64238b82_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/eb2311ab-aade-47c5-ab32-19798adfa0c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/fe929c15-5403-4d31-86de-55d45f22283b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/b3d0a49e-08b4-4cf6-9d01-f9f95f951b6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/40cc3975-a3f3-432c-b647-42752cfe457b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/43c7d340-ac1d-4f67-ae3a-013e068b9d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/MB10HEB/2026-03-24/image/7041f3ae-3c05-4d53-82df-da30fc08d694_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**1686** VOSA STATES 26K, 39K, 41K, 45K, 47K, 58K, 63K,', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bd892934-3277-4ba4-9754-3bd7078194ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985
2026-03-26 05:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c9ce90-cb73-5ee1-9353-45dbca261458 with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c9ce90-cb73-5ee1-9353-45dbca261458 with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 69c9ce90-cb73-5ee1-9353-45dbca261458, identifier: 120690985
2026-03-26 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401488?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119707891?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691672?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120631938?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795
2026-03-26 05:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795
2026-03-26 05:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8c5a015f-5052-51b0-bb6a-675b5d935b47 with identifier: 120410795 to the API
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120410795?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 179,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8c5a015f-5052-51b0-bb6a-675b5d935b47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NJ59YYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120410795',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 115066,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-21',
'seller_name': 'Vantage Motor Group',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 Luxury 4dr Auto',
'transmission': 'automatic',
'trim': '3.0d V6 Luxury 4dr Auto',
'vin': None,
'year': 2009}
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120410795%27 HTTP/1.1" 200 None
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Saving data for 120410795: {'auction_closing_time': 1774612800.0, 'created_time': 1773687788.849214, 'last_price_update_time': 1774501404.44965}
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120410795') HTTP/1.1" 204 0
2026-03-26 05:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985
2026-03-26 05:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985
2026-03-26 05:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 69c9ce90-cb73-5ee1-9353-45dbca261458 with identifier: 120690985 to the API
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690985?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '69c9ce90-cb73-5ee1-9353-45dbca261458',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MB10HEB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690985',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MINI',
'model': 'HATCHBACK',
'odometer': 66707,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-27',
'seller_name': 'MotoNovo Finance',
'title': 'MINI HATCHBACK 2.0 John Cooper Works II 3dr Auto [8 Speed]',
'transmission': 'automatic',
'trim': '2.0 John Cooper Works II 3dr Auto [8 Speed]',
'vin': None,
'year': 2018}
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690985%27 HTTP/1.1" 200 None
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Saving data for 120690985: {'auction_closing_time': 1774958400.0, 'created_time': 1774292644.571448, 'last_price_update_time': 1774501404.745159}
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690985') HTTP/1.1" 204 0
2026-03-26 05:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688360?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120401488, 'registration': 'MW14UDN', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDI GTD 5dr', 'mileage': 109064, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-03-16', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW14UDN/2026-03-17/image/1cfa08df-5e32-4153-a9f5-a0aecb6a84ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/464c8b80-63ea-4379-be28-a2cee492112f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/633091c1-fbbf-491f-956d-1940885609dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/e48e5152-c7fd-4dd7-aac6-dc898aac7967_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/09f27732-1f7b-4fcb-9151-ee33d191fd84_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/ff4ddc9a-2e06-42b7-ab6f-f08ecd454f58_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/d7f83907-db9c-480d-a9ba-004d784c4413_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/7600d3f4-af2c-4d5e-b7bd-c27ea31872ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/f09fd372-b336-4930-94e9-45920d6bcc6b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 68K, 79K, 89K, 98K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ffc6e083-620b-4a7f-884b-71b6ff48b73e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120401488, 'registration': 'MW14UDN', 'account': 'MOT075', 'make': 'VOLKSWAGEN', 'model': 'GOLF DIESEL HATCHBACK', 'derivative': '2.0 TDI GTD 5dr', 'mileage': 109064, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-30', 'fuel': 'Diesel', 'motExpiry': '2026-03-16', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW14UDN/2026-03-17/image/1cfa08df-5e32-4153-a9f5-a0aecb6a84ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/464c8b80-63ea-4379-be28-a2cee492112f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/633091c1-fbbf-491f-956d-1940885609dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/e48e5152-c7fd-4dd7-aac6-dc898aac7967_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/09f27732-1f7b-4fcb-9151-ee33d191fd84_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/ff4ddc9a-2e06-42b7-ab6f-f08ecd454f58_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/d7f83907-db9c-480d-a9ba-004d784c4413_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/7600d3f4-af2c-4d5e-b7bd-c27ea31872ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW14UDN/2026-03-17/image/f09fd372-b336-4930-94e9-45920d6bcc6b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 68K, 79K, 89K, 98K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ffc6e083-620b-4a7f-884b-71b6ff48b73e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488
2026-03-26 05:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ea1feca3-2453-54e6-8f08-d53d5e7cdc91, identifier: 120401488
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119707891, 'registration': 'EN23JTY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '408 FASTBACK', 'derivative': '1.2 PureTech Allure Premium 5dr EAT8', 'mileage': 11439, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-06-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN23JTY/2026-03-11/image/79168c5b-43b8-4027-ad86-528c45e28bf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/c7323938-c6b7-48a6-b833-b55312a95d8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/8d50ed3d-574d-4af3-abc4-6f1477a559b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/cc89c304-a840-403a-b644-4545f43f7f7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/6456e86f-fe76-4394-808f-4f820a51a381_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/b72c00f3-8013-49c4-988b-d1df44a26403_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/12dd9735-5787-40b4-8762-1a1901c853e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/bd357f0c-efd9-4eeb-8ca5-c7db413a9769_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f6907dde-3c09-4eeb-92a5-8a6281af4851.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119707891, 'registration': 'EN23JTY', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': '408 FASTBACK', 'derivative': '1.2 PureTech Allure Premium 5dr EAT8', 'mileage': 11439, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-06-20', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN23JTY/2026-03-11/image/79168c5b-43b8-4027-ad86-528c45e28bf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/c7323938-c6b7-48a6-b833-b55312a95d8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/8d50ed3d-574d-4af3-abc4-6f1477a559b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/cc89c304-a840-403a-b644-4545f43f7f7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/6456e86f-fe76-4394-808f-4f820a51a381_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/b72c00f3-8013-49c4-988b-d1df44a26403_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/12dd9735-5787-40b4-8762-1a1901c853e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN23JTY/2026-03-11/image/bd357f0c-efd9-4eeb-8ca5-c7db413a9769_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f6907dde-3c09-4eeb-92a5-8a6281af4851.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd with identifier: 119707891
2026-03-26 05:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd, identifier: 119707891
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691672, 'registration': 'WK73XWC', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi 48V MHEV Premium 5dr', 'mileage': 20809, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-10-13', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK73XWC/2026-03-24/image/ed18edf0-3718-47a1-a975-1a4fb6b7708c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bd34e395-8f69-408a-aaf2-08494001c244_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bbb5c310-b12d-4b59-8848-f2116d673357_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/53ef344a-7c78-411e-8b9a-bbcd5eeb278a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/3fdc2bc8-3daa-4207-a430-90f2d4783a83_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/4d52e2dc-c115-48fa-a0f3-3eaa1927c207_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/6e46dbcc-c564-4953-a3c9-7c0f42d37a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/eff59c6b-093f-4d18-88cf-8d160f74b4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/56949dd6-b100-4a66-985d-5acfaad2a960_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/214eae8b-ad7c-403b-aa0c-52cc84255d44_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/24 10K - 09/25 18K', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f3bd71da-2c84-43a1-b43e-2d50b005003b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691672, 'registration': 'WK73XWC', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'BAYON HATCHBACK', 'derivative': '1.0 TGDi 48V MHEV Premium 5dr', 'mileage': 20809, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-10-13', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WK73XWC/2026-03-24/image/ed18edf0-3718-47a1-a975-1a4fb6b7708c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bd34e395-8f69-408a-aaf2-08494001c244_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/bbb5c310-b12d-4b59-8848-f2116d673357_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/53ef344a-7c78-411e-8b9a-bbcd5eeb278a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/3fdc2bc8-3daa-4207-a430-90f2d4783a83_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/4d52e2dc-c115-48fa-a0f3-3eaa1927c207_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/6e46dbcc-c564-4953-a3c9-7c0f42d37a32_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/eff59c6b-093f-4d18-88cf-8d160f74b4f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/56949dd6-b100-4a66-985d-5acfaad2a960_removebg.jpg?w=600', 'https://abimg003.imgix.net/WK73XWC/2026-03-24/image/214eae8b-ad7c-403b-aa0c-52cc84255d44_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/24 10K - 09/25 18K', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f3bd71da-2c84-43a1-b43e-2d50b005003b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672
2026-03-26 05:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81864bf-9c17-57b0-8418-435cc137a4b7 with scrape type 2
2026-03-26 05:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c81864bf-9c17-57b0-8418-435cc137a4b7 with scrape type 2
2026-03-26 05:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c81864bf-9c17-57b0-8418-435cc137a4b7, identifier: 120691672
2026-03-26 05:03:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120631938, 'registration': 'EN72OTD', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr', 'mileage': 48472, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN72OTD/2026-03-20/image/09febfc9-57c8-4cc1-b4b2-fb6403e6f7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/31db8d81-9afe-4090-9120-92e94b5c9dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/252dbb0f-f9a1-4af6-a81e-9ec86e5b3353_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/4e390da4-fa83-4ed8-9866-39c692486669_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/f45c9faa-311e-4be5-b544-9206cfee22be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/ee06b6ac-72c2-46ac-8170-f30e07653565_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f7ac170-f1c6-49f9-a1e2-05041ae246f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/6bcac70d-4001-4ed1-9e58-a988c6f4c88d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f4ce827-feef-4f29-b052-dcde0c3dd141_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 14k- 10/24 33k', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5970a74-3d0b-47d4-ba89-bcaff997cf59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120631938, 'registration': 'EN72OTD', 'account': 'MOT070', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr', 'mileage': 48472, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-01-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EN72OTD/2026-03-20/image/09febfc9-57c8-4cc1-b4b2-fb6403e6f7fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/31db8d81-9afe-4090-9120-92e94b5c9dc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/252dbb0f-f9a1-4af6-a81e-9ec86e5b3353_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/4e390da4-fa83-4ed8-9866-39c692486669_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/f45c9faa-311e-4be5-b544-9206cfee22be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/ee06b6ac-72c2-46ac-8170-f30e07653565_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f7ac170-f1c6-49f9-a1e2-05041ae246f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/6bcac70d-4001-4ed1-9e58-a988c6f4c88d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EN72OTD/2026-03-20/image/7f4ce827-feef-4f29-b052-dcde0c3dd141_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 09/23 14k- 10/24 33k', 'remarks': 'V5 Document Reference Number Available Upon Purchase', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5970a74-3d0b-47d4-ba89-bcaff997cf59.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938
2026-03-26 05:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with scrape type 2
2026-03-26 05:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with scrape type 2
2026-03-26 05:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e, identifier: 120631938
2026-03-26 05:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488
2026-03-26 05:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488
2026-03-26 05:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ea1feca3-2453-54e6-8f08-d53d5e7cdc91 with identifier: 120401488 to the API
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401488?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'ea1feca3-2453-54e6-8f08-d53d5e7cdc91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW14UDN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401488',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'GOLF DIESEL HATCHBACK',
'odometer': 109064,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-30',
'seller_name': 'MotoNovo Finance',
'title': 'VOLKSWAGEN GOLF DIESEL HATCHBACK 2.0 TDI GTD 5dr',
'transmission': 'manual',
'trim': '2.0 TDI GTD 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401488%27 HTTP/1.1" 200 None
2026-03-26 05:03:25 [astonbarclay.gb] INFO: Saving data for 120401488: {'auction_closing_time': 1774861200.0, 'created_time': 1773667385.493229, 'last_price_update_time': 1774501405.484197}
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401488') HTTP/1.1" 204 0
2026-03-26 05:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd with identifier: 119707891
2026-03-26 05:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd with identifier: 119707891
2026-03-26 05:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd with identifier: 119707891 to the API
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119707891?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c7c1bf66-b4c9-5b4d-824e-27b38cb3cacd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN23JTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119707891',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '408 FASTBACK',
'odometer': 11439,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-20',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT 408 FASTBACK 1.2 PureTech Allure Premium 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure Premium 5dr EAT8',
'vin': None,
'year': 2023}
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119707891%27 HTTP/1.1" 200 None
2026-03-26 05:03:25 [astonbarclay.gb] INFO: Saving data for 119707891: {'auction_closing_time': 1776675600.0, 'created_time': 1773914556.125406, 'last_price_update_time': 1774501405.762604}
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119707891') HTTP/1.1" 204 0
2026-03-26 05:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672
2026-03-26 05:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672
2026-03-26 05:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c81864bf-9c17-57b0-8418-435cc137a4b7 with identifier: 120691672 to the API
2026-03-26 05:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691672?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c81864bf-9c17-57b0-8418-435cc137a4b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WK73XWC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691672',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'BAYON HATCHBACK',
'odometer': 20809,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-13',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI BAYON HATCHBACK 1.0 TGDi 48V MHEV Premium 5dr',
'transmission': 'manual',
'trim': '1.0 TGDi 48V MHEV Premium 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691672%27 HTTP/1.1" 200 None
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Saving data for 120691672: {'auction_closing_time': 1776675600.0, 'created_time': 1774292588.930038, 'last_price_update_time': 1774501406.069933}
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691672') HTTP/1.1" 204 0
2026-03-26 05:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938
2026-03-26 05:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938
2026-03-26 05:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 88ee8d32-1af0-5e0a-8bd0-1f42b0de229e with identifier: 120631938 to the API
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120631938?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': '88ee8d32-1af0-5e0a-8bd0-1f42b0de229e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EN72OTD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120631938',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 48472,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-30',
'seller_name': 'Motability Operations',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV 125 ST-Line 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120631938%27 HTTP/1.1" 200 None
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Saving data for 120631938: {'auction_closing_time': 1776675600.0, 'created_time': 1774001047.06918, 'last_price_update_time': 1774501406.356124}
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120631938') HTTP/1.1" 204 0
2026-03-26 05:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120506327?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120536421?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688360, 'registration': 'LL24NZF', 'account': 'MOT070', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr Step Auto [LCP]', 'mileage': 21222, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL24NZF/2026-03-25/image/6c66fd15-0958-48e2-a1c2-980647142194_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/a85eaafb-d7a1-4262-8188-afcd5f2e4995_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/1fd97de0-c5ad-4d8b-ab17-d55223405d7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/81eb76aa-ad67-491e-bf77-8de0f98eba86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/5c6910a4-1429-464a-a325-49bedb4bf8c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/cdea43fe-1bd7-4fb2-8bc1-ce14fe4c2449_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/461e67c7-566f-41be-bedc-a399b3ac3296_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/3ea2a99c-fa89-4b9c-944c-c83c1c2ea3b9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 14K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a411bf0-28ef-4ad4-95b2-a5d77caf702b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688360, 'registration': 'LL24NZF', 'account': 'MOT070', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr Step Auto [LCP]', 'mileage': 21222, 'mileageWarranty': True, 'type': 'car', 'saleId': 19235, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-04-20T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL24NZF/2026-03-25/image/6c66fd15-0958-48e2-a1c2-980647142194_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/a85eaafb-d7a1-4262-8188-afcd5f2e4995_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/1fd97de0-c5ad-4d8b-ab17-d55223405d7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/81eb76aa-ad67-491e-bf77-8de0f98eba86_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/5c6910a4-1429-464a-a325-49bedb4bf8c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/cdea43fe-1bd7-4fb2-8bc1-ce14fe4c2449_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/461e67c7-566f-41be-bedc-a399b3ac3296_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL24NZF/2026-03-25/image/3ea2a99c-fa89-4b9c-944c-c83c1c2ea3b9_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/25 14K', 'remarks': 'V5 Document Reference Number Available Upon Purchase - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a411bf0-28ef-4ad4-95b2-a5d77caf702b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360
2026-03-26 05:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e19aceec-e3da-557b-8b03-722ef233f0f9 with scrape type 2
2026-03-26 05:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e19aceec-e3da-557b-8b03-722ef233f0f9 with scrape type 2
2026-03-26 05:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e19aceec-e3da-557b-8b03-722ef233f0f9, identifier: 120688360
2026-03-26 05:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360
2026-03-26 05:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360
2026-03-26 05:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e19aceec-e3da-557b-8b03-722ef233f0f9 with identifier: 120688360 to the API
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688360?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-20T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e19aceec-e3da-557b-8b03-722ef233f0f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LL24NZF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688360',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 21222,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seller_name': 'Motability Operations',
'title': 'BMW 1 SERIES HATCHBACK 118i [136] M Sport 5dr Step Auto [LCP]',
'transmission': 'automatic',
'trim': '118i [136] M Sport 5dr Step Auto [LCP]',
'vin': None,
'year': 2024}
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688360%27 HTTP/1.1" 200 None
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Saving data for 120688360: {'auction_closing_time': 1776675600.0, 'created_time': 1774292571.983131, 'last_price_update_time': 1774501406.755918}
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688360') HTTP/1.1" 204 0
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120506327, 'registration': 'BL17UVW', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI Ultra SE 4dr S Tronic', 'mileage': 143324, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-07-24', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BL17UVW/2026-03-17/image/335b4095-6260-40f6-b8be-38338928dafc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/646b7575-14b4-48d4-91a3-83d304422718_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/2fd919d8-35ef-428a-aae3-c00671019959_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/0f8ae486-625c-4a19-ba5b-ac8ad0929c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/1e71775c-4403-4343-a2eb-be5252c1c7df_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/fef40f3d-2fbd-417b-b8b5-8225f41f7180_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/22c20adc-780b-4490-b0fc-7d7017caabe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/3830ef85-7ade-4892-9516-224c94685e09_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 83K, 104K, 119K, 135K - SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d309fa2-e24a-429b-95f4-d8b8db368dc8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120506327, 'registration': 'BL17UVW', 'account': 'MOT075', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI Ultra SE 4dr S Tronic', 'mileage': 143324, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2026-07-24', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BL17UVW/2026-03-17/image/335b4095-6260-40f6-b8be-38338928dafc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/646b7575-14b4-48d4-91a3-83d304422718_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/2fd919d8-35ef-428a-aae3-c00671019959_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/0f8ae486-625c-4a19-ba5b-ac8ad0929c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/1e71775c-4403-4343-a2eb-be5252c1c7df_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/fef40f3d-2fbd-417b-b8b5-8225f41f7180_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/22c20adc-780b-4490-b0fc-7d7017caabe7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL17UVW/2026-03-17/image/3830ef85-7ade-4892-9516-224c94685e09_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES 83K, 104K, 119K, 135K - SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8d309fa2-e24a-429b-95f4-d8b8db368dc8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327
2026-03-26 05:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with scrape type 2
2026-03-26 05:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with scrape type 2
2026-03-26 05:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb, identifier: 120506327
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120536421, 'registration': 'DY17LYT', 'account': 'MOT075', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 115100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY17LYT/2026-03-18/image/cff0d645-fa12-491f-8600-efbd158352ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/afa1ec06-b849-4ddd-8899-57bc951afdfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/6bff55ce-351d-42d0-8fa4-b61838a4dda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/479c8973-1439-4c11-bed8-44d74c3a9b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/2848ebc7-9f4e-44ee-b1d3-73bdbaecd8e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/f282b57e-2c77-443c-892e-af2f3320f58e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/fb884840-bb7d-44b5-8ae9-6e3c2da26537_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/d849f35d-be8e-474d-b6b1-f5aac455dd2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/478da3f3-bc32-4136-8dc2-f819a47f34ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/67e9c131-0c6a-4961-a804-affce395d928_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18 - 12K, 07/18 - 16K, 04/19 - 26K, 03/20 - 39K, 07/21 - 53K, 05/25 - 104K,', 'remarks': 'VOSA STATES 70K, 81K, 96K, 110K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e76e9dbd-7c8c-48ba-9b17-84f0deccd550.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120536421, 'registration': 'DY17LYT', 'account': 'MOT075', 'make': 'RENAULT', 'model': 'KADJAR DIESEL HATCHBACK', 'derivative': '1.5 dCi Dynamique Nav 5dr', 'mileage': 115100, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-03-23', 'fuel': 'Diesel', 'motExpiry': '2026-10-17', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY17LYT/2026-03-18/image/cff0d645-fa12-491f-8600-efbd158352ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/afa1ec06-b849-4ddd-8899-57bc951afdfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/6bff55ce-351d-42d0-8fa4-b61838a4dda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/479c8973-1439-4c11-bed8-44d74c3a9b30_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/2848ebc7-9f4e-44ee-b1d3-73bdbaecd8e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/f282b57e-2c77-443c-892e-af2f3320f58e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/fb884840-bb7d-44b5-8ae9-6e3c2da26537_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/d849f35d-be8e-474d-b6b1-f5aac455dd2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/478da3f3-bc32-4136-8dc2-f819a47f34ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY17LYT/2026-03-18/image/67e9c131-0c6a-4961-a804-affce395d928_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/18 - 12K, 07/18 - 16K, 04/19 - 26K, 03/20 - 39K, 07/21 - 53K, 05/25 - 104K,', 'remarks': 'VOSA STATES 70K, 81K, 96K, 110K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e76e9dbd-7c8c-48ba-9b17-84f0deccd550.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421
2026-03-26 05:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11caf4a2-05bc-5385-bf41-3c6a97abde72 with scrape type 2
2026-03-26 05:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11caf4a2-05bc-5385-bf41-3c6a97abde72 with scrape type 2
2026-03-26 05:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 11caf4a2-05bc-5385-bf41-3c6a97abde72, identifier: 120536421
2026-03-26 05:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327
2026-03-26 05:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327
2026-03-26 05:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 602e4358-d2f3-5995-aa5c-58fa4ba6d2eb with identifier: 120506327 to the API
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120506327?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '602e4358-d2f3-5995-aa5c-58fa4ba6d2eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BL17UVW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120506327',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 143324,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-31',
'seller_name': 'MotoNovo Finance',
'title': 'AUDI A4 DIESEL SALOON 2.0 TDI Ultra SE 4dr S Tronic',
'transmission': 'automatic',
'trim': '2.0 TDI Ultra SE 4dr S Tronic',
'vin': None,
'year': 2017}
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120506327%27 HTTP/1.1" 200 None
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Saving data for 120506327: {'auction_closing_time': 1774861200.0, 'created_time': 1773752519.780064, 'last_price_update_time': 1774501407.297341}
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120506327') HTTP/1.1" 204 0
2026-03-26 05:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421
2026-03-26 05:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421
2026-03-26 05:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 11caf4a2-05bc-5385-bf41-3c6a97abde72 with identifier: 120536421 to the API
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120536421?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '11caf4a2-05bc-5385-bf41-3c6a97abde72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY17LYT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120536421',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'KADJAR DIESEL HATCHBACK',
'odometer': 115100,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-23',
'seller_name': 'MotoNovo Finance',
'title': 'RENAULT KADJAR DIESEL HATCHBACK 1.5 dCi Dynamique Nav 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Dynamique Nav 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120536421%27 HTTP/1.1" 200 None
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Saving data for 120536421: {'auction_closing_time': 1774861200.0, 'created_time': 1773860537.855299, 'last_price_update_time': 1774501407.624739}
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120536421') HTTP/1.1" 204 0
2026-03-26 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120677113?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696822?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120518926?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120697033?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696015?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120677113, 'registration': 'YN69ZJU', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE', 'derivative': '294kW EV400 HSE 90kWh 5dr Auto', 'mileage': 33527, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2019-11-20', 'fuel': 'Electric', 'motExpiry': '2026-11-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/0b83f6f3-9a9f-4767-b032-a7af5271cf2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/2b7f31cf-9929-42fb-9ef6-58736410ce8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/9ce6a36d-8e0c-49b7-9e2f-7a6af9f82b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/e346036b-b581-437e-9fb9-f060c203a7dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/c945d6f9-405c-44ff-af53-e45bc61b5147_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/3e69775b-ca7b-4a5e-9689-4bd770c85c7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/b1127375-ae6b-4b7f-9011-b5396ac8834a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/4db4a025-9607-4b6c-a6b6-59d9d8fd5247_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/21 7K 09/23 18K 10/25 31K', 'remarks': 'SPARE KEY - NUMBER OF FORMER KEEPERS UNKNOWN - VOSA STATES 15K 19K 25K 31K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00d58992-ef37-423b-8647-fe3cf9eca6c4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120677113, 'registration': 'YN69ZJU', 'account': 'MOT075', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE', 'derivative': '294kW EV400 HSE 90kWh 5dr Auto', 'mileage': 33527, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2019-11-20', 'fuel': 'Electric', 'motExpiry': '2026-11-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/0b83f6f3-9a9f-4767-b032-a7af5271cf2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/2b7f31cf-9929-42fb-9ef6-58736410ce8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/9ce6a36d-8e0c-49b7-9e2f-7a6af9f82b57_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/e346036b-b581-437e-9fb9-f060c203a7dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/c945d6f9-405c-44ff-af53-e45bc61b5147_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/3e69775b-ca7b-4a5e-9689-4bd770c85c7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/b1127375-ae6b-4b7f-9011-b5396ac8834a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YN69ZJU/2026-03-23/image/4db4a025-9607-4b6c-a6b6-59d9d8fd5247_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/21 7K 09/23 18K 10/25 31K', 'remarks': 'SPARE KEY - NUMBER OF FORMER KEEPERS UNKNOWN - VOSA STATES 15K 19K 25K 31K', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00d58992-ef37-423b-8647-fe3cf9eca6c4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b41d45b9-3d32-52a5-945b-10ae481965f2 with identifier: 120677113
2026-03-26 05:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b41d45b9-3d32-52a5-945b-10ae481965f2 with scrape type 2
2026-03-26 05:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b41d45b9-3d32-52a5-945b-10ae481965f2 with scrape type 2
2026-03-26 05:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b41d45b9-3d32-52a5-945b-10ae481965f2, identifier: 120677113
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696822, 'registration': 'WH66AWX', 'account': 'MER023', 'make': 'BMW', 'model': '4 SERIES CONVERTIBLE', 'derivative': '440i M Sport 2dr Auto [Professional Media]', 'mileage': 159592, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 22}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-02-18', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 2, 'engineSize': 2998, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/WH66AWX/2026-03-25/image/8fc21644-7084-4b62-9fa2-b0e8ffab06fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/01654555-3868-4180-8258-3276c091b341_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/021dd5fc-6205-4c88-9544-fe254eb6286d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/ccda2cc3-9279-405a-b3cd-b4e436ab2a79_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/9a71c861-8e12-49f7-b08c-c835ddc0e48c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/5f4e4693-de51-474f-b3f2-272cb0779e5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/c057910f-57c7-449e-8b8a-bc095e2de69f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/f2df4193-116e-4afd-802e-ecda0968bb48_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/364d4a30-93d0-4fe0-9ea1-4f16c4f55732_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/2319f407-d91c-4c0b-9b27-c6ed99925a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/8f3ae291-ca77-4e9f-b4f9-e360cfe6ef5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/d9a22d79-995c-40df-a360-e2ff171ef450_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/3042b681-dd97-40e8-babd-a9bc4c7f2e55_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'SKEY / BMW Individual extended leather upholstery, BMW Individual instrument panel finished in leather, Convertible Comfort package, Loudspeaker system - Harman/Kardon, M Sport braking system, Variable Sport steering, 18" light alloy V-spoke style 398, Orbit Grey with performance tyres, Burr Walnut trim finishers with Pearl Chrome highlight, BMW Individual Golden Brown extended leather, DVD/VCD, Warm Air Collar, Heated Steering Wheel', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60515f51-ba4c-4f8b-acfd-d852f1618e84.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696822, 'registration': 'WH66AWX', 'account': 'MER023', 'make': 'BMW', 'model': '4 SERIES CONVERTIBLE', 'derivative': '440i M Sport 2dr Auto [Professional Media]', 'mileage': 159592, 'mileageWarranty': True, 'type': 'car', 'saleId': 19229, 'siteId': 659780, 'site': {'id': 659780, 'name': 'Aston Barclay Westbury', 'vehicles': 22}, 'saleStart': '2026-04-01T08:45Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2017-02-18', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 2, 'engineSize': 2998, 'bodyType': 'Convertible', 'images': ['https://abimg003.imgix.net/WH66AWX/2026-03-25/image/8fc21644-7084-4b62-9fa2-b0e8ffab06fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/01654555-3868-4180-8258-3276c091b341_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/021dd5fc-6205-4c88-9544-fe254eb6286d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/ccda2cc3-9279-405a-b3cd-b4e436ab2a79_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/9a71c861-8e12-49f7-b08c-c835ddc0e48c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/5f4e4693-de51-474f-b3f2-272cb0779e5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/c057910f-57c7-449e-8b8a-bc095e2de69f_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/f2df4193-116e-4afd-802e-ecda0968bb48_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/364d4a30-93d0-4fe0-9ea1-4f16c4f55732_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/2319f407-d91c-4c0b-9b27-c6ed99925a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/8f3ae291-ca77-4e9f-b4f9-e360cfe6ef5b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/d9a22d79-995c-40df-a360-e2ff171ef450_removebg.jpg?w=600', 'https://abimg003.imgix.net/WH66AWX/2026-03-25/image/3042b681-dd97-40e8-babd-a9bc4c7f2e55_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'SKEY / BMW Individual extended leather upholstery, BMW Individual instrument panel finished in leather, Convertible Comfort package, Loudspeaker system - Harman/Kardon, M Sport braking system, Variable Sport steering, 18" light alloy V-spoke style 398, Orbit Grey with performance tyres, Burr Walnut trim finishers with Pearl Chrome highlight, BMW Individual Golden Brown extended leather, DVD/VCD, Warm Air Collar, Heated Steering Wheel', 'virtual': False, 'seller': 'Mercedes-Benz South West', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 167, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60515f51-ba4c-4f8b-acfd-d852f1618e84.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf1317da-42da-5317-b90f-3e7887b7e919 with identifier: 120696822
2026-03-26 05:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf1317da-42da-5317-b90f-3e7887b7e919 with scrape type 2
2026-03-26 05:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf1317da-42da-5317-b90f-3e7887b7e919 with scrape type 2
2026-03-26 05:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bf1317da-42da-5317-b90f-3e7887b7e919, identifier: 120696822
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120518926, 'registration': 'GN18UOB', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 SE 5dr Auto', 'mileage': 75449, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9d32fe02-561f-46de-932b-23240dc0ab7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9800c1d8-3122-45b9-866d-5036dff2bbcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/d11e0f62-b87d-47a6-8f68-a9b0a5ec3bda_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/435ae9d5-831d-431c-9b0b-e58b3ec928f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/141f4600-c577-4275-b278-9e93f1c0661f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/30cc1af6-2895-4091-84f1-a01187d05759_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/4ca0e570-9060-45bf-9a3f-d4584a38513c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/842b41e0-29ee-4e55-bb0b-6017aec4801b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/b363f4a5-7d2c-4437-b489-3e1a0d21f599_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/184387ca-10cf-4cfe-b4eb-74973ebf1274_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/1eb4f753-4a1f-456b-a4d1-215d016f1a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/a3ea6e92-92d4-43bd-8ed5-a00dd73a7451_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 01/19 - 9K, 08/20 - 18K, 07/21 - 24K, 03/24 - 58K', 'remarks': 'VOSA STATES 30K, 39K, 58K, 74K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb36a3bf-c563-4fcb-b4fd-fa482e7e38dd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120518926, 'registration': 'GN18UOB', 'account': 'MOT075', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT DIESEL SW', 'derivative': '2.0 TD4 180 SE 5dr Auto', 'mileage': 75449, 'mileageWarranty': True, 'type': 'car', 'saleId': 19233, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-16', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9d32fe02-561f-46de-932b-23240dc0ab7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/9800c1d8-3122-45b9-866d-5036dff2bbcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/d11e0f62-b87d-47a6-8f68-a9b0a5ec3bda_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/435ae9d5-831d-431c-9b0b-e58b3ec928f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/141f4600-c577-4275-b278-9e93f1c0661f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/30cc1af6-2895-4091-84f1-a01187d05759_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/4ca0e570-9060-45bf-9a3f-d4584a38513c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/842b41e0-29ee-4e55-bb0b-6017aec4801b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/b363f4a5-7d2c-4437-b489-3e1a0d21f599_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/184387ca-10cf-4cfe-b4eb-74973ebf1274_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/1eb4f753-4a1f-456b-a4d1-215d016f1a8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GN18UOB/2026-03-25/image/a3ea6e92-92d4-43bd-8ed5-a00dd73a7451_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service print 01/19 - 9K, 08/20 - 18K, 07/21 - 24K, 03/24 - 58K', 'remarks': 'VOSA STATES 30K, 39K, 58K, 74K SPARE KEY WITH PAPERWORK', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb36a3bf-c563-4fcb-b4fd-fa482e7e38dd.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926
2026-03-26 05:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da45aa20-8161-5621-9488-7e1e8d63e1ef with scrape type 2
2026-03-26 05:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da45aa20-8161-5621-9488-7e1e8d63e1ef with scrape type 2
2026-03-26 05:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da45aa20-8161-5621-9488-7e1e8d63e1ef, identifier: 120518926
2026-03-26 05:03:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120697033, 'registration': 'DW23FUB', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-Tech hybrid 145 Engineered Bose Ed 5dr Auto', 'mileage': 28114, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2023-06-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DW23FUB/2026-03-24/image/3a01931e-bebb-4f8e-89b0-1f701aa9379f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/15692118-307b-4963-a423-c1ab7924eda9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/3158b859-95a3-4cbe-a404-1b6f57b6c875_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/dc6e6bfe-a7ff-4b6c-a67d-2e21591d91ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/cc899172-c836-4820-95ef-076ea64d0aa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/e1549eb3-0e94-4233-903e-a1fbbedf7a6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/79b1f2d5-90ef-4885-a75d-bead2724de09_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/a4d14f47-dd06-4183-bef3-3a602e750181_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FRONT PAGE OF V5 SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a726db38-b4c0-4a7c-a9aa-246ce8f4e31b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120697033, 'registration': 'DW23FUB', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-Tech hybrid 145 Engineered Bose Ed 5dr Auto', 'mileage': 28114, 'mileageWarranty': True, 'type': 'car', 'saleId': 0, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': None, 'lot': None, 'hall': None, 'transmission': 'automatic', 'firstRegistration': '2023-06-14', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DW23FUB/2026-03-24/image/3a01931e-bebb-4f8e-89b0-1f701aa9379f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/15692118-307b-4963-a423-c1ab7924eda9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/3158b859-95a3-4cbe-a404-1b6f57b6c875_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/dc6e6bfe-a7ff-4b6c-a67d-2e21591d91ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/cc899172-c836-4820-95ef-076ea64d0aa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/e1549eb3-0e94-4233-903e-a1fbbedf7a6e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/79b1f2d5-90ef-4885-a75d-bead2724de09_removebg.jpg?w=600', 'https://abimg003.imgix.net/DW23FUB/2026-03-24/image/a4d14f47-dd06-4183-bef3-3a602e750181_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'FRONT PAGE OF V5 SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a726db38-b4c0-4a7c-a9aa-246ce8f4e31b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f714ea6-03c8-59a5-9520-ca1511f49f18 with identifier: 120697033
2026-03-26 05:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f714ea6-03c8-59a5-9520-ca1511f49f18 with scrape type 2
2026-03-26 05:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f714ea6-03c8-59a5-9520-ca1511f49f18 with scrape type 2
2026-03-26 05:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5f714ea6-03c8-59a5-9520-ca1511f49f18, identifier: 120697033
2026-03-26 05:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b41d45b9-3d32-52a5-945b-10ae481965f2 with identifier: 120677113
2026-03-26 05:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b41d45b9-3d32-52a5-945b-10ae481965f2 with identifier: 120677113
2026-03-26 05:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b41d45b9-3d32-52a5-945b-10ae481965f2 with identifier: 120677113 to the API
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120677113?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'b41d45b9-3d32-52a5-945b-10ae481965f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YN69ZJU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120677113',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'JAGUAR',
'model': 'I-PACE ESTATE',
'odometer': 33527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-20',
'seller_name': 'MotoNovo Finance',
'title': 'JAGUAR I-PACE ESTATE 294kW EV400 HSE 90kWh 5dr Auto',
'transmission': 'automatic',
'trim': '294kW EV400 HSE 90kWh 5dr Auto',
'vin': None,
'year': 2019}
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120677113%27 HTTP/1.1" 200 None
2026-03-26 05:03:28 [astonbarclay.gb] INFO: Saving data for 120677113: {'created_time': 1774292538.461533, 'last_price_update_time': 1774501408.501548}
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120677113') HTTP/1.1" 204 0
2026-03-26 05:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bf1317da-42da-5317-b90f-3e7887b7e919 with identifier: 120696822
2026-03-26 05:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bf1317da-42da-5317-b90f-3e7887b7e919 with identifier: 120696822
2026-03-26 05:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bf1317da-42da-5317-b90f-3e7887b7e919 with identifier: 120696822 to the API
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696822?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 167,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-04-01T08:45:00Z',
'fuel_type': 'Petrol',
'id': 'bf1317da-42da-5317-b90f-3e7887b7e919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WH66AWX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696822',
'listing': 'auction',
'location': 'Aston Barclay Westbury',
'make': 'BMW',
'model': '4 SERIES CONVERTIBLE',
'odometer': 159592,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-18',
'seller_name': 'Mercedes-Benz South West',
'title': 'BMW 4 SERIES CONVERTIBLE 440i M Sport 2dr Auto [Professional Media]',
'transmission': 'automatic',
'trim': '440i M Sport 2dr Auto [Professional Media]',
'vin': None,
'year': 2017}
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696822%27 HTTP/1.1" 200 None
2026-03-26 05:03:28 [astonbarclay.gb] INFO: Saving data for 120696822: {'auction_closing_time': 1775033100.0, 'created_time': 1774379508.329143, 'last_price_update_time': 1774501408.783591}
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696822') HTTP/1.1" 204 0
2026-03-26 05:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926
2026-03-26 05:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926
2026-03-26 05:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da45aa20-8161-5621-9488-7e1e8d63e1ef with identifier: 120518926 to the API
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120518926?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'da45aa20-8161-5621-9488-7e1e8d63e1ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GN18UOB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120518926',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT DIESEL SW',
'odometer': 75449,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-16',
'seller_name': 'MotoNovo Finance',
'title': 'LAND ROVER DISCOVERY SPORT DIESEL SW 2.0 TD4 180 SE 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 180 SE 5dr Auto',
'vin': None,
'year': 2018}
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120518926%27 HTTP/1.1" 200 None
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Saving data for 120518926: {'auction_closing_time': 1774861200.0, 'created_time': 1773752528.746242, 'last_price_update_time': 1774501409.093031}
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120518926') HTTP/1.1" 204 0
2026-03-26 05:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5f714ea6-03c8-59a5-9520-ca1511f49f18 with identifier: 120697033
2026-03-26 05:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5f714ea6-03c8-59a5-9520-ca1511f49f18 with identifier: 120697033
2026-03-26 05:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5f714ea6-03c8-59a5-9520-ca1511f49f18 with identifier: 120697033 to the API
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120697033?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol/Electric Hybrid',
'id': '5f714ea6-03c8-59a5-9520-ca1511f49f18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DW23FUB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120697033',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 28114,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-14',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ARKANA ESTATE 1.6 E-Tech hybrid 145 Engineered Bose Ed 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.6 E-Tech hybrid 145 Engineered Bose Ed 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120697033%27 HTTP/1.1" 200 None
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Saving data for 120697033: {'created_time': 1774292532.167304, 'last_price_update_time': 1774501409.413592}
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120697033') HTTP/1.1" 204 0
2026-03-26 05:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471377?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120621668?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471388?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696015, 'registration': 'BN72HMD', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 21013, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Petrol', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BN72HMD/2026-03-24/image/20f9fe1f-f054-45d5-8e27-1c18c6d70f5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/e7618bba-21ca-4263-9e6e-874981a02135_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/f0aee601-8de5-4182-ab0c-b754b82a7613_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/6de928e7-f453-488e-911c-83b8a8dc3c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/cb400653-bf8d-4249-bd94-21cc55df5a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/0e9ba3bd-7455-4fb7-9847-9df7bc92cb4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/c0afcd82-a195-4a61-8b61-30dd18357286_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/fd22bd50-2bec-4658-ae11-0bc09dcc3336_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/23-6K, 10/24-13K', 'remarks': 'vosa - 20k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6f241c0-e927-4c4c-bd29-ea9fc97ca7a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696015, 'registration': 'BN72HMD', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'GRANDLAND HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 21013, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2022-12-19', 'fuel': 'Petrol', 'motExpiry': '2026-10-19', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BN72HMD/2026-03-24/image/20f9fe1f-f054-45d5-8e27-1c18c6d70f5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/e7618bba-21ca-4263-9e6e-874981a02135_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/f0aee601-8de5-4182-ab0c-b754b82a7613_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/6de928e7-f453-488e-911c-83b8a8dc3c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/cb400653-bf8d-4249-bd94-21cc55df5a9d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/0e9ba3bd-7455-4fb7-9847-9df7bc92cb4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/c0afcd82-a195-4a61-8b61-30dd18357286_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN72HMD/2026-03-24/image/fd22bd50-2bec-4658-ae11-0bc09dcc3336_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 11/23-6K, 10/24-13K', 'remarks': 'vosa - 20k - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 148, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e6f241c0-e927-4c4c-bd29-ea9fc97ca7a6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015
2026-03-26 05:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f84b175-f1a0-5c12-96ac-6e0909f48427 with scrape type 2
2026-03-26 05:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f84b175-f1a0-5c12-96ac-6e0909f48427 with scrape type 2
2026-03-26 05:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8f84b175-f1a0-5c12-96ac-6e0909f48427, identifier: 120696015
2026-03-26 05:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015
2026-03-26 05:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015
2026-03-26 05:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8f84b175-f1a0-5c12-96ac-6e0909f48427 with identifier: 120696015 to the API
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696015?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 148,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '8f84b175-f1a0-5c12-96ac-6e0909f48427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN72HMD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696015',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'VAUXHALL',
'model': 'GRANDLAND HATCHBACK',
'odometer': 21013,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL GRANDLAND HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696015%27 HTTP/1.1" 200 None
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Saving data for 120696015: {'auction_closing_time': 1774948500.0, 'created_time': 1774292604.821549, 'last_price_update_time': 1774501409.833437}
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696015') HTTP/1.1" 204 0
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120471377, 'registration': 'DG16VVJ', 'account': 'DJC003', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 114817, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/043f29bb-aa6b-4bca-ad08-b465c173fa4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/9b75f3e9-bfbd-4f55-b2ca-6a8190b2321c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/32fb8c28-6bec-4ae5-8a1a-5078de4fbc7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/86057253-59ac-4b82-8228-e460ddf6d559_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/cee0f045-a056-4805-b8c5-102de1623404_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/6106e353-d114-4066-a840-49ef6791fd1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b55cf84c-0fa2-40d1-aa57-77ff9c1c9e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/2ca375fa-1d56-4048-bece-272f19018f90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b0621ed1-94b2-4d0d-955e-0641dcc3561a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**126** VOSA STATES 53K, 72K, 72K, 83K, 90K, 99K, 106K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c31651d8-3d80-491a-9ff3-2820e548e128.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120471377, 'registration': 'DG16VVJ', 'account': 'DJC003', 'make': 'MAZDA', 'model': 'MAZDA3 HATCHBACK', 'derivative': '2.0 Sport Nav 5dr', 'mileage': 114817, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/043f29bb-aa6b-4bca-ad08-b465c173fa4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/9b75f3e9-bfbd-4f55-b2ca-6a8190b2321c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/32fb8c28-6bec-4ae5-8a1a-5078de4fbc7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/86057253-59ac-4b82-8228-e460ddf6d559_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/cee0f045-a056-4805-b8c5-102de1623404_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/6106e353-d114-4066-a840-49ef6791fd1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b55cf84c-0fa2-40d1-aa57-77ff9c1c9e3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/2ca375fa-1d56-4048-bece-272f19018f90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG16VVJ/2026-03-20/image/b0621ed1-94b2-4d0d-955e-0641dcc3561a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**126** VOSA STATES 53K, 72K, 72K, 83K, 90K, 99K, 106K', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c31651d8-3d80-491a-9ff3-2820e548e128.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377
2026-03-26 05:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19e47c51-4292-5957-89d8-0e6578b83e0f with scrape type 2
2026-03-26 05:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19e47c51-4292-5957-89d8-0e6578b83e0f with scrape type 2
2026-03-26 05:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19e47c51-4292-5957-89d8-0e6578b83e0f, identifier: 120471377
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120621668, 'registration': 'MK69EWY', 'account': 'VAN040', 'make': 'SKODA', 'model': 'SUPERB HATCHBACK', 'derivative': '1.5 TSI SE L 5dr DSG', 'mileage': 163461, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-24', 'fuel': 'Petrol', 'motExpiry': '2026-08-08', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK69EWY/2026-03-25/image/5cac461e-1789-4026-b483-0048f4abbbbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/14fb0397-5327-40e9-bc28-f319f00b0303_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/524cc537-1f52-4490-ad18-c2a7f85a99a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/7d832ce1-d020-4e80-a1e8-355de45681d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/cacbd708-00b5-4bf0-bd86-9620d7aff30d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/ef4d8f32-f274-468a-9e83-903159008ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/4a8c6666-5336-49d3-9a66-8682cde410cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/6408b701-03a6-4c54-ba58-3e6285ac03cb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 09/20 - 5K, 09/21 - 13K, 05/23 - 51K, 08/23 - 60K, 11/23 - 64K,', 'remarks': '**1219** Ex-Private Hire VOSA STATES 21K, 59K, 99K, 140K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b3abcc8d-5ada-4a14-98bb-1154010b7ed7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120621668, 'registration': 'MK69EWY', 'account': 'VAN040', 'make': 'SKODA', 'model': 'SUPERB HATCHBACK', 'derivative': '1.5 TSI SE L 5dr DSG', 'mileage': 163461, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-09-24', 'fuel': 'Petrol', 'motExpiry': '2026-08-08', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK69EWY/2026-03-25/image/5cac461e-1789-4026-b483-0048f4abbbbe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/14fb0397-5327-40e9-bc28-f319f00b0303_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/524cc537-1f52-4490-ad18-c2a7f85a99a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/7d832ce1-d020-4e80-a1e8-355de45681d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/cacbd708-00b5-4bf0-bd86-9620d7aff30d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/ef4d8f32-f274-468a-9e83-903159008ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/4a8c6666-5336-49d3-9a66-8682cde410cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK69EWY/2026-03-25/image/6408b701-03a6-4c54-ba58-3e6285ac03cb_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 09/20 - 5K, 09/21 - 13K, 05/23 - 51K, 08/23 - 60K, 11/23 - 64K,', 'remarks': '**1219** Ex-Private Hire VOSA STATES 21K, 59K, 99K, 140K, SD CARD', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b3abcc8d-5ada-4a14-98bb-1154010b7ed7.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668
2026-03-26 05:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with scrape type 2
2026-03-26 05:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with scrape type 2
2026-03-26 05:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288, identifier: 120621668
2026-03-26 05:03:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120471388, 'registration': 'SW66VHG', 'account': 'DJC003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 54105, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-01-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW66VHG/2026-03-21/image/6229ee78-8c0a-4a0f-9d16-c94023d768e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/372fd093-5906-4542-97ab-c83dcde89b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/59fec252-e2ff-40b5-8cd4-6b511d9e29ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/a4acde63-1a1b-4d5a-b8bd-299d3c50fc7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/03e43294-293d-4398-873c-6b7bae41b079_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/5530a168-14dc-4e9e-99e3-9a1452cd7063_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/c19475c1-7caf-4f04-a2c7-186a48ced35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/eeaacad4-0ab9-4437-888a-bec8f2e41c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/81285931-5742-41dd-81f0-adf9f10a7832_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/17 - 2K, 02/19 - 17K, 01/21 - 26K, 06/22 - 33K', 'remarks': '**128** VOSA STATES 23K, 26K, 30K, 33K, 40K, 44K, 52K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33c24b44-f912-4050-af0a-e8f1d0e35ac2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120471388, 'registration': 'SW66VHG', 'account': 'DJC003', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 SE Tech 5dr Auto', 'mileage': 54105, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-01-30', 'fuel': 'Diesel', 'motExpiry': '2026-06-16', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SW66VHG/2026-03-21/image/6229ee78-8c0a-4a0f-9d16-c94023d768e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/372fd093-5906-4542-97ab-c83dcde89b2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/59fec252-e2ff-40b5-8cd4-6b511d9e29ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/a4acde63-1a1b-4d5a-b8bd-299d3c50fc7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/03e43294-293d-4398-873c-6b7bae41b079_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/5530a168-14dc-4e9e-99e3-9a1452cd7063_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/c19475c1-7caf-4f04-a2c7-186a48ced35b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/eeaacad4-0ab9-4437-888a-bec8f2e41c80_removebg.jpg?w=600', 'https://abimg003.imgix.net/SW66VHG/2026-03-21/image/81285931-5742-41dd-81f0-adf9f10a7832_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/17 - 2K, 02/19 - 17K, 01/21 - 26K, 06/22 - 33K', 'remarks': '**128** VOSA STATES 23K, 26K, 30K, 33K, 40K, 44K, 52K, SD CARD', 'virtual': False, 'seller': 'Cox Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/33c24b44-f912-4050-af0a-e8f1d0e35ac2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388
2026-03-26 05:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc2d4ced-a3f6-534e-806e-30b290d20793 with scrape type 2
2026-03-26 05:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc2d4ced-a3f6-534e-806e-30b290d20793 with scrape type 2
2026-03-26 05:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc2d4ced-a3f6-534e-806e-30b290d20793, identifier: 120471388
2026-03-26 05:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377
2026-03-26 05:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377
2026-03-26 05:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19e47c51-4292-5957-89d8-0e6578b83e0f with identifier: 120471377 to the API
2026-03-26 05:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471377?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '19e47c51-4292-5957-89d8-0e6578b83e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG16VVJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471377',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'MAZDA3 HATCHBACK',
'odometer': 114817,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-14',
'seller_name': 'Cox Motor Group',
'title': 'MAZDA MAZDA3 HATCHBACK 2.0 Sport Nav 5dr',
'transmission': 'manual',
'trim': '2.0 Sport Nav 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471377%27 HTTP/1.1" 200 None
2026-03-26 05:03:31 [astonbarclay.gb] INFO: Saving data for 120471377: {'auction_closing_time': 1774612800.0, 'created_time': 1773947472.410588, 'last_price_update_time': 1774501411.602061}
2026-03-26 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471377') HTTP/1.1" 204 0
2026-03-26 05:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668
2026-03-26 05:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668
2026-03-26 05:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288 with identifier: 120621668 to the API
2026-03-26 05:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120621668?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f1e6f60e-bdbe-5fe7-b8fc-1191b2b95288',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK69EWY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120621668',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'SUPERB HATCHBACK',
'odometer': 163461,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-24',
'seller_name': 'Vantage Motor Group',
'title': 'SKODA SUPERB HATCHBACK 1.5 TSI SE L 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSI SE L 5dr DSG',
'vin': None,
'year': 2019}
2026-03-26 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120621668%27 HTTP/1.1" 200 None
2026-03-26 05:03:32 [astonbarclay.gb] INFO: Saving data for 120621668: {'auction_closing_time': 1774958400.0, 'created_time': 1774379126.087846, 'last_price_update_time': 1774501412.807186}
2026-03-26 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120621668') HTTP/1.1" 204 0
2026-03-26 05:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388
2026-03-26 05:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388
2026-03-26 05:03:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc2d4ced-a3f6-534e-806e-30b290d20793 with identifier: 120471388 to the API
2026-03-26 05:03:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471388?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc2d4ced-a3f6-534e-806e-30b290d20793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SW66VHG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471388',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 54105,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-30',
'seller_name': 'Cox Motor Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 SE Tech 5dr '
'Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 SE Tech 5dr Auto',
'vin': None,
'year': 2017}
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471388%27 HTTP/1.1" 200 None
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Saving data for 120471388: {'auction_closing_time': 1774612800.0, 'created_time': 1773947320.324878, 'last_price_update_time': 1774501413.143866}
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471388') HTTP/1.1" 204 0
2026-03-26 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120686558?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120590755?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591357?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120465157?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120257902?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120686558, 'registration': 'DV67JDZ', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'VIVARO L1 DIESEL', 'derivative': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van', 'mileage': 74861, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': None, 'engineSize': 1598, 'bodyType': 'Van', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 07/18- 14K, NO DATE- 38K, 03/22- 49K, 02/23- 58K, 11/25- 74K', 'remarks': '**1732** VOSA STATES 38K, 49K, 58K, 67K, 74K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120686558, 'registration': 'DV67JDZ', 'account': 'AST058', 'make': 'VAUXHALL', 'model': 'VIVARO L1 DIESEL', 'derivative': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van', 'mileage': 74861, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-11-20', 'fuel': 'Diesel', 'motExpiry': '2026-11-04', 'doors': None, 'engineSize': 1598, 'bodyType': 'Van', 'images': None, 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service book 07/18- 14K, NO DATE- 38K, 03/22- 49K, 02/23- 58K, 11/25- 74K', 'remarks': '**1732** VOSA STATES 38K, 49K, 58K, 67K, 74K,', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 155, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558
2026-03-26 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02b34ff-3ad8-5920-954c-cd308efd4df5 with scrape type 2
2026-03-26 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b02b34ff-3ad8-5920-954c-cd308efd4df5 with scrape type 2
2026-03-26 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b02b34ff-3ad8-5920-954c-cd308efd4df5, identifier: 120686558
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120590755, 'registration': 'PJ20DHN', 'account': 'VAN061', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 50677, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/73b7ee93-27d7-476d-a142-1dde63c5c868_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/7879ad58-f1a2-404b-bf3b-d5a935c1ad05_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/a1e0474e-5b39-4e64-827b-60640a0d649a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/5518122c-a23b-4266-8a5f-3d2581fa0f99_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/d7733e6c-2474-440f-ba06-cb3365c86975_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/2ecbc7a1-723c-4b1f-afc1-e50bc47ddf69_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/379be8fa-a1ea-4188-bdb6-5bcfc202920e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/b098ffe7-5be7-43f6-a87d-084818f1ab06_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/adc85447-c507-4cb5-87bb-dd0f2d28975e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22 - 16K, 07/24 - 36K,', 'remarks': '**1305** VOSA STATES 28K, 36K, 46K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/253bb894-320e-4abc-8bc7-a6a478d95093.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120590755, 'registration': 'PJ20DHN', 'account': 'VAN061', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 50677, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-07-29', 'fuel': 'Petrol', 'motExpiry': '2026-07-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/73b7ee93-27d7-476d-a142-1dde63c5c868_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/7879ad58-f1a2-404b-bf3b-d5a935c1ad05_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/a1e0474e-5b39-4e64-827b-60640a0d649a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/5518122c-a23b-4266-8a5f-3d2581fa0f99_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/d7733e6c-2474-440f-ba06-cb3365c86975_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/2ecbc7a1-723c-4b1f-afc1-e50bc47ddf69_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/379be8fa-a1ea-4188-bdb6-5bcfc202920e_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/b098ffe7-5be7-43f6-a87d-084818f1ab06_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ20DHN/2026-03-24/image/adc85447-c507-4cb5-87bb-dd0f2d28975e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/22 - 16K, 07/24 - 36K,', 'remarks': '**1305** VOSA STATES 28K, 36K, 46K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/253bb894-320e-4abc-8bc7-a6a478d95093.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755
2026-03-26 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba08445-b37a-50b3-b991-3679582f2aec with scrape type 2
2026-03-26 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ba08445-b37a-50b3-b991-3679582f2aec with scrape type 2
2026-03-26 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8ba08445-b37a-50b3-b991-3679582f2aec, identifier: 120590755
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591357, 'registration': 'PF63XET', 'account': 'VAN061', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta 5dr', 'mileage': 99006, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF63XET/2026-03-24/image/bc9bb6d0-63c6-44f8-8d1f-5056d98e112b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/e1faf900-ea9b-44f0-9720-fdd8025ade90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/c39217ec-a6da-455f-9ccc-d96ecbc90a9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/ee00120f-b9cd-46cb-95de-39f3bc6683c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/80e6394d-42b5-41f9-ac59-63ef3d1e6b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/8365af89-530c-44f5-94a4-90c4ed38be38_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/27e57d43-b86a-4a19-85f5-154e32082c6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/cfdee2fa-e298-4189-89c8-923510dbcd3f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 02/22 - 56K, 11/22 - 65K, 10/23 - 75K, 11/24 - 84K, 10/25 - 94K', 'remarks': '**1354** VOSA STATES 28K, 37K, 45K, 52K, 53K, 56K, 66K, 77K, 86K, 97K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f46611c3-80ef-4632-9fca-daaf8685136c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591357, 'registration': 'PF63XET', 'account': 'VAN061', 'make': 'NISSAN', 'model': 'NOTE HATCHBACK', 'derivative': '1.2 Acenta 5dr', 'mileage': 99006, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF63XET/2026-03-24/image/bc9bb6d0-63c6-44f8-8d1f-5056d98e112b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/e1faf900-ea9b-44f0-9720-fdd8025ade90_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/c39217ec-a6da-455f-9ccc-d96ecbc90a9b_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/ee00120f-b9cd-46cb-95de-39f3bc6683c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/80e6394d-42b5-41f9-ac59-63ef3d1e6b34_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/8365af89-530c-44f5-94a4-90c4ed38be38_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/27e57d43-b86a-4a19-85f5-154e32082c6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF63XET/2026-03-24/image/cfdee2fa-e298-4189-89c8-923510dbcd3f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 02/22 - 56K, 11/22 - 65K, 10/23 - 75K, 11/24 - 84K, 10/25 - 94K', 'remarks': '**1354** VOSA STATES 28K, 37K, 45K, 52K, 53K, 56K, 66K, 77K, 86K, 97K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f46611c3-80ef-4632-9fca-daaf8685136c.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357
2026-03-26 05:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d95ef36-d2a7-55b0-a3af-72f066280a80 with scrape type 2
2026-03-26 05:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d95ef36-d2a7-55b0-a3af-72f066280a80 with scrape type 2
2026-03-26 05:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d95ef36-d2a7-55b0-a3af-72f066280a80, identifier: 120591357
2026-03-26 05:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558
2026-03-26 05:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558
2026-03-26 05:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b02b34ff-3ad8-5920-954c-cd308efd4df5 with identifier: 120686558 to the API
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120686558?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 155,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b02b34ff-3ad8-5920-954c-cd308efd4df5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DV67JDZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120686558',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'VIVARO L1 DIESEL',
'odometer': 74861,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-20',
'seller_name': 'LDG',
'title': 'VAUXHALL VIVARO L1 DIESEL 2900 1.6CDTI BiTurbo 125PS Sportive H1 '
'Van',
'transmission': 'manual',
'trim': '2900 1.6CDTI BiTurbo 125PS Sportive H1 Van',
'vin': None,
'year': 2017}
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120686558%27 HTTP/1.1" 200 None
2026-03-26 05:03:33 [astonbarclay.gb] INFO: Saving data for 120686558: {'auction_closing_time': 1774958400.0, 'created_time': 1774292576.938889, 'last_price_update_time': 1774501413.889992}
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120686558') HTTP/1.1" 204 0
2026-03-26 05:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755
2026-03-26 05:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755
2026-03-26 05:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8ba08445-b37a-50b3-b991-3679582f2aec with identifier: 120590755 to the API
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120590755?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '8ba08445-b37a-50b3-b991-3679582f2aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ20DHN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120590755',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 50677,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-29',
'seller_name': 'Vantage Motor Group',
'title': 'FORD PUMA HATCHBACK 1.0 EcoBoost ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost ST-Line 5dr',
'vin': None,
'year': 2020}
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120590755%27 HTTP/1.1" 200 None
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Saving data for 120590755: {'auction_closing_time': 1774958400.0, 'created_time': 1774292600.06043, 'last_price_update_time': 1774501414.180303}
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120590755') HTTP/1.1" 204 0
2026-03-26 05:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357
2026-03-26 05:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357
2026-03-26 05:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d95ef36-d2a7-55b0-a3af-72f066280a80 with identifier: 120591357 to the API
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591357?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0d95ef36-d2a7-55b0-a3af-72f066280a80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PF63XET',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591357',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'NISSAN',
'model': 'NOTE HATCHBACK',
'odometer': 99006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-31',
'seller_name': 'Vantage Motor Group',
'title': 'NISSAN NOTE HATCHBACK 1.2 Acenta 5dr',
'transmission': 'manual',
'trim': '1.2 Acenta 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591357%27 HTTP/1.1" 200 None
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Saving data for 120591357: {'auction_closing_time': 1774958400.0, 'created_time': 1774292589.514162, 'last_price_update_time': 1774501414.470285}
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591357') HTTP/1.1" 204 0
2026-03-26 05:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592174?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120465157, 'registration': 'ET65NUW', 'account': 'VAN041', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 Blue Drive Premium 5dr', 'mileage': 98634, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-11-05', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3120f3a8-e730-46ed-bdb7-5bd74c16765a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/24b3ddae-43f2-4888-ae43-fdab81111a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/f1a2f69e-994a-4f0e-a169-8deb37d3aaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3f5fdfc7-8a1c-4632-ab30-e1945b2f826c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/d9a08ea8-e90c-4e2c-bb7a-9579a4641b29_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/18394d7e-be89-4523-9ed1-51fbc630bd91_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/9ad2b796-e303-42fc-bac3-d96c65929a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/2427672a-6ea9-44ce-b654-7a500b64f50c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/48e1d461-ad5d-44ee-bede-578c3ef638c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 10K, 07/17 - 13K, 07/18 - 24K, 06/21 - 31K, 11/22 - 41K, 10/24 - 75K,', 'remarks': '**1221** VOSA STATES 26K, 27K, 28K, 33K, 41K, 41K, 56K, 75K, 91K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ec232fc-ff7d-40cd-9325-82034c3d45e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120465157, 'registration': 'ET65NUW', 'account': 'VAN041', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 Blue Drive Premium 5dr', 'mileage': 98634, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-01-27', 'fuel': 'Petrol', 'motExpiry': '2026-11-05', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3120f3a8-e730-46ed-bdb7-5bd74c16765a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/24b3ddae-43f2-4888-ae43-fdab81111a04_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/f1a2f69e-994a-4f0e-a169-8deb37d3aaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/3f5fdfc7-8a1c-4632-ab30-e1945b2f826c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/d9a08ea8-e90c-4e2c-bb7a-9579a4641b29_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/18394d7e-be89-4523-9ed1-51fbc630bd91_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/9ad2b796-e303-42fc-bac3-d96c65929a97_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/2427672a-6ea9-44ce-b654-7a500b64f50c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ET65NUW/2026-03-19/image/48e1d461-ad5d-44ee-bede-578c3ef638c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/16 - 10K, 07/17 - 13K, 07/18 - 24K, 06/21 - 31K, 11/22 - 41K, 10/24 - 75K,', 'remarks': '**1221** VOSA STATES 26K, 27K, 28K, 33K, 41K, 41K, 56K, 75K, 91K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ec232fc-ff7d-40cd-9325-82034c3d45e1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157
2026-03-26 05:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 980a979b-91cc-5564-be11-0ddec96ca4d9 with scrape type 2
2026-03-26 05:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 980a979b-91cc-5564-be11-0ddec96ca4d9 with scrape type 2
2026-03-26 05:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 980a979b-91cc-5564-be11-0ddec96ca4d9, identifier: 120465157
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120257902, 'registration': 'MV63KFA', 'account': 'AST058', 'make': 'HONDA', 'model': 'CIVIC DIESEL HATCHBACK', 'derivative': '1.6 i-DTEC SE-T 5dr', 'mileage': 147789, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV63KFA/2026-03-10/image/282d4cee-4d61-4b68-84e9-af45c2e4c093_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/898b0cc2-164f-4ab3-8fdd-4ae62c53aac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/530f3a18-ec26-4230-a312-9e0da3b68aa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/26ab20ae-9bf5-4c50-9d6d-ae572d98ea10_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/6e71cff1-6234-46f6-8c9d-8ee7791564ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/0490a61a-721d-4c6c-a611-cd3d4f526352_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/25210511-c125-4e83-ab92-904f92b75056_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/78d225ff-11b4-40dc-b11b-65c56392b446_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/14 - 10K, 08/15 - 17K, 04/16 - 24K, 04/17 - 31K, 02/18 - 37K,', 'remarks': '**528** VOSA STATES 24K, 31K, 39K, 63K, 90K, 102K, 117K, 127K, 139K, 147K', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a86832e-fc34-46e5-9517-f1447236b9ea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120257902, 'registration': 'MV63KFA', 'account': 'AST058', 'make': 'HONDA', 'model': 'CIVIC DIESEL HATCHBACK', 'derivative': '1.6 i-DTEC SE-T 5dr', 'mileage': 147789, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-09-26', 'fuel': 'Diesel', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': 1597, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MV63KFA/2026-03-10/image/282d4cee-4d61-4b68-84e9-af45c2e4c093_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/898b0cc2-164f-4ab3-8fdd-4ae62c53aac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/530f3a18-ec26-4230-a312-9e0da3b68aa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/26ab20ae-9bf5-4c50-9d6d-ae572d98ea10_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/6e71cff1-6234-46f6-8c9d-8ee7791564ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/0490a61a-721d-4c6c-a611-cd3d4f526352_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/25210511-c125-4e83-ab92-904f92b75056_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV63KFA/2026-03-10/image/78d225ff-11b4-40dc-b11b-65c56392b446_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 09/14 - 10K, 08/15 - 17K, 04/16 - 24K, 04/17 - 31K, 02/18 - 37K,', 'remarks': '**528** VOSA STATES 24K, 31K, 39K, 63K, 90K, 102K, 117K, 127K, 139K, 147K', 'virtual': False, 'seller': 'LDG', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 94, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8a86832e-fc34-46e5-9517-f1447236b9ea.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6713a0d-9d24-56e3-a753-1f4bc70c2247 with identifier: 120257902
2026-03-26 05:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6713a0d-9d24-56e3-a753-1f4bc70c2247 with scrape type 2
2026-03-26 05:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6713a0d-9d24-56e3-a753-1f4bc70c2247 with scrape type 2
2026-03-26 05:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f6713a0d-9d24-56e3-a753-1f4bc70c2247, identifier: 120257902
2026-03-26 05:03:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157
2026-03-26 05:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157
2026-03-26 05:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 980a979b-91cc-5564-be11-0ddec96ca4d9 with identifier: 120465157 to the API
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120465157?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '980a979b-91cc-5564-be11-0ddec96ca4d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ET65NUW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120465157',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 98634,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-27',
'seller_name': 'Vantage Motor Group',
'title': 'HYUNDAI I10 HATCHBACK 1.0 Blue Drive Premium 5dr',
'transmission': 'manual',
'trim': '1.0 Blue Drive Premium 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120465157%27 HTTP/1.1" 200 None
2026-03-26 05:03:34 [astonbarclay.gb] INFO: Saving data for 120465157: {'auction_closing_time': 1774612800.0, 'created_time': 1773862705.425234, 'last_price_update_time': 1774501414.943887}
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120465157') HTTP/1.1" 204 0
2026-03-26 05:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f6713a0d-9d24-56e3-a753-1f4bc70c2247 with identifier: 120257902
2026-03-26 05:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f6713a0d-9d24-56e3-a753-1f4bc70c2247 with identifier: 120257902
2026-03-26 05:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f6713a0d-9d24-56e3-a753-1f4bc70c2247 with identifier: 120257902 to the API
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120257902?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 94,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f6713a0d-9d24-56e3-a753-1f4bc70c2247',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV63KFA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120257902',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HONDA',
'model': 'CIVIC DIESEL HATCHBACK',
'odometer': 147789,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-26',
'seller_name': 'LDG',
'title': 'HONDA CIVIC DIESEL HATCHBACK 1.6 i-DTEC SE-T 5dr',
'transmission': 'manual',
'trim': '1.6 i-DTEC SE-T 5dr',
'vin': None,
'year': 2013}
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120257902%27 HTTP/1.1" 200 None
2026-03-26 05:03:35 [astonbarclay.gb] INFO: Saving data for 120257902: {'auction_closing_time': 1774612800.0, 'created_time': 1773402596.43611, 'last_price_update_time': 1774501415.311007}
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120257902') HTTP/1.1" 204 0
2026-03-26 05:03:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592174, 'registration': 'NV15YZE', 'account': 'VAN061', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 64801, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-22', 'fuel': 'Petrol', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV15YZE/2026-03-24/image/49214c23-25b5-4bc8-9f18-3afb60a365d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/9948ccf4-dd34-4218-93ed-8a96076f72ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/6ffca0b9-0f96-40d9-a837-531d159608b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/7f3d3f19-c19b-400a-b3c3-45aac7195b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/a699ee5e-5022-4fcd-8bd4-3d577ae63329_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/b82f0edb-ce13-42cf-b27f-2d2b5bfa92db_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/60f6160d-f013-4d8f-9b7f-2e1de7c8225b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/1714df9d-6ef1-4832-b5b9-5ed779b79cb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/ff59b45f-5677-413b-b10c-1966c0f60552_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16 - 10K, 05/17 - 19K, 04/18 - 28K, 10/18 - 34K, 11/19 - 41K, 01/21 - 48K, NO DATE - 58K, 09/25 - 62K,', 'remarks': '**1268** VOSA STATES 31K, 36K, 48K, 53K, 56K, 58K, 62K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/813d3db6-73a6-4542-95dc-dc0992a4ba73.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592174, 'registration': 'NV15YZE', 'account': 'VAN061', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 64801, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-07-22', 'fuel': 'Petrol', 'motExpiry': '2026-09-21', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NV15YZE/2026-03-24/image/49214c23-25b5-4bc8-9f18-3afb60a365d0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/9948ccf4-dd34-4218-93ed-8a96076f72ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/6ffca0b9-0f96-40d9-a837-531d159608b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/7f3d3f19-c19b-400a-b3c3-45aac7195b56_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/a699ee5e-5022-4fcd-8bd4-3d577ae63329_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/b82f0edb-ce13-42cf-b27f-2d2b5bfa92db_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/60f6160d-f013-4d8f-9b7f-2e1de7c8225b_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/1714df9d-6ef1-4832-b5b9-5ed779b79cb3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NV15YZE/2026-03-24/image/ff59b45f-5677-413b-b10c-1966c0f60552_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/16 - 10K, 05/17 - 19K, 04/18 - 28K, 10/18 - 34K, 11/19 - 41K, 01/21 - 48K, NO DATE - 58K, 09/25 - 62K,', 'remarks': '**1268** VOSA STATES 31K, 36K, 48K, 53K, 56K, 58K, 62K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/813d3db6-73a6-4542-95dc-dc0992a4ba73.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174
2026-03-26 05:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee45a25e-5161-5bfc-aa03-123a1f82f416 with scrape type 2
2026-03-26 05:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee45a25e-5161-5bfc-aa03-123a1f82f416 with scrape type 2
2026-03-26 05:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ee45a25e-5161-5bfc-aa03-123a1f82f416, identifier: 120592174
2026-03-26 05:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174
2026-03-26 05:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174
2026-03-26 05:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ee45a25e-5161-5bfc-aa03-123a1f82f416 with identifier: 120592174 to the API
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592174?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee45a25e-5161-5bfc-aa03-123a1f82f416',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NV15YZE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592174',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 64801,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-22',
'seller_name': 'Vantage Motor Group',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 SE 5dr',
'transmission': 'manual',
'trim': '1.0 SE 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592174%27 HTTP/1.1" 200 None
2026-03-26 05:03:35 [astonbarclay.gb] INFO: Saving data for 120592174: {'auction_closing_time': 1774958400.0, 'created_time': 1774292585.592412, 'last_price_update_time': 1774501415.710057}
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592174') HTTP/1.1" 204 0
2026-03-26 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120584241?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120629981?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673220?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120584241, 'registration': 'EO17OBR', 'account': 'VAN044', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 95524, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-16', 'fuel': 'Petrol', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO17OBR/2026-03-20/image/627eab12-a9d0-448c-8c8f-c48bcb1f1787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/753d89d7-c959-49e3-a0d1-640d1e1e2e4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/ef58eaf5-8e23-4a3c-b950-85a65e1d409d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/7a25905b-c80c-42aa-97ad-715b0f354b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/acf29506-1619-474f-8702-b125ab770329_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/5c751d94-509e-4505-9274-5a887eb01e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/dd58d61f-c240-483c-8755-995e8bbadc2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/6f088aa3-5f56-4755-9a8c-fb80e289afab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/aad7c1fe-bcb5-46a7-a53d-5e13e12c9a15_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18 - 10K, 02/19 - 20K, 12/19 - 32K, 12/20 - 42K, 12/21 - 50K, 12/22 - 61K, 12/23 - 71K, 11/24 - 82K, 01/26 - 93K,', 'remarks': '**1356** VOSA STATES 35K, 43K, 52K, 63K, 73K, 84K, 94K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6318fded-d081-4d68-8952-4b8157ffb39c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120584241, 'registration': 'EO17OBR', 'account': 'VAN044', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.2 SE 5dr', 'mileage': 95524, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-03-16', 'fuel': 'Petrol', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': 1248, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EO17OBR/2026-03-20/image/627eab12-a9d0-448c-8c8f-c48bcb1f1787_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/753d89d7-c959-49e3-a0d1-640d1e1e2e4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/ef58eaf5-8e23-4a3c-b950-85a65e1d409d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/7a25905b-c80c-42aa-97ad-715b0f354b9f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/acf29506-1619-474f-8702-b125ab770329_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/5c751d94-509e-4505-9274-5a887eb01e93_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/dd58d61f-c240-483c-8755-995e8bbadc2b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/6f088aa3-5f56-4755-9a8c-fb80e289afab_removebg.jpg?w=600', 'https://abimg003.imgix.net/EO17OBR/2026-03-20/image/aad7c1fe-bcb5-46a7-a53d-5e13e12c9a15_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/18 - 10K, 02/19 - 20K, 12/19 - 32K, 12/20 - 42K, 12/21 - 50K, 12/22 - 61K, 12/23 - 71K, 11/24 - 82K, 01/26 - 93K,', 'remarks': '**1356** VOSA STATES 35K, 43K, 52K, 63K, 73K, 84K, 94K', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6318fded-d081-4d68-8952-4b8157ffb39c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241
2026-03-26 05:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e19281-0df2-52b6-b8ec-591f87b36d56 with scrape type 2
2026-03-26 05:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2e19281-0df2-52b6-b8ec-591f87b36d56 with scrape type 2
2026-03-26 05:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d2e19281-0df2-52b6-b8ec-591f87b36d56, identifier: 120584241
2026-03-26 05:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241
2026-03-26 05:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241
2026-03-26 05:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d2e19281-0df2-52b6-b8ec-591f87b36d56 with identifier: 120584241 to the API
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120584241?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'd2e19281-0df2-52b6-b8ec-591f87b36d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EO17OBR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120584241',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 95524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-16',
'seller_name': 'Vantage Motor Group',
'title': 'HYUNDAI I10 HATCHBACK 1.2 SE 5dr',
'transmission': 'manual',
'trim': '1.2 SE 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120584241%27 HTTP/1.1" 200 None
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Saving data for 120584241: {'auction_closing_time': 1774612800.0, 'created_time': 1773947367.353029, 'last_price_update_time': 1774501416.452515}
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120584241') HTTP/1.1" 204 0
2026-03-26 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120673241?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693859?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120629963?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120629981, 'registration': 'DY16NYH', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr Auto', 'mileage': 59695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY16NYH/2026-03-25/image/797a9ea7-0ab5-489e-9211-15227fb589c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/4ae616dc-79eb-43ba-a934-9bf1ef387645_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/126cf33d-8c90-4415-953f-694d7512b471_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/2adb05ca-8536-47a0-a946-a446107183c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/ac2a4c1a-a6bd-41c2-8bbf-66f10d792fcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/478fad4b-96c6-43fe-ac09-6ae1bf1ff0ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/beacaa3a-e696-4c50-9535-dbd76b060083_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/daa8e4cc-3176-4f32-a835-6b1928001a18_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/46bfcbb7-fe32-4bbc-8b6b-a995b8daa76e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/25 - 55K,', 'remarks': '**61** VOSA STATES 17K, 18K, 28K, 34K, 39K, 45K, 50K, 55K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/833aa836-3293-48da-9eae-07bc35e9bf0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120629981, 'registration': 'DY16NYH', 'account': 'HAT008', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 TD4 HSE Dynamic 5dr Auto', 'mileage': 59695, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-30', 'fuel': 'Diesel', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY16NYH/2026-03-25/image/797a9ea7-0ab5-489e-9211-15227fb589c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/4ae616dc-79eb-43ba-a934-9bf1ef387645_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/126cf33d-8c90-4415-953f-694d7512b471_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/2adb05ca-8536-47a0-a946-a446107183c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/ac2a4c1a-a6bd-41c2-8bbf-66f10d792fcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/478fad4b-96c6-43fe-ac09-6ae1bf1ff0ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/beacaa3a-e696-4c50-9535-dbd76b060083_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/daa8e4cc-3176-4f32-a835-6b1928001a18_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY16NYH/2026-03-25/image/46bfcbb7-fe32-4bbc-8b6b-a995b8daa76e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 07/25 - 55K,', 'remarks': '**61** VOSA STATES 17K, 18K, 28K, 34K, 39K, 45K, 50K, 55K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/833aa836-3293-48da-9eae-07bc35e9bf0a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981
2026-03-26 05:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with scrape type 2
2026-03-26 05:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with scrape type 2
2026-03-26 05:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 617cc5ff-2b83-5f00-a704-00b5ccf555d7, identifier: 120629981
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673220, 'registration': 'YO69XTF', 'account': 'HAT002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 TSi EVO 150 Match 5dr DSG', 'mileage': 22873, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-11', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YO69XTF/2026-03-25/image/06e056a6-4cb6-4912-a5c3-5035e6c3d1f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/9a2ce48e-d200-4459-9fa3-f53577851309_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/4c5b8761-6ba2-4c00-b961-2a79a1a7b9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/a45e58a4-b4f2-4e70-8170-995db73fcfc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/5eab6644-17e0-4324-b475-d218760b2893_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/083544ef-a274-45bf-a8f8-2b0a965778fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/040633df-a2c2-478a-ad16-3dc81b38409a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/fb056afd-a68a-4be1-beaf-2eb6d5a9b136_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/0bf0be4e-26a4-4997-8537-002861687306_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22 - 1K, 10/23 - 2K, 02/24 - 2K, 01/25 - 10K,', 'remarks': '**18** VOSA STATES 2K, 2K, 8K, 17K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f69f7a47-4976-415b-90e6-0125ba810ed5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673220, 'registration': 'YO69XTF', 'account': 'HAT002', 'make': 'VOLKSWAGEN', 'model': 'TIGUAN ESTATE', 'derivative': '1.5 TSi EVO 150 Match 5dr DSG', 'mileage': 22873, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2020-02-17', 'fuel': 'Petrol', 'motExpiry': '2026-10-11', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YO69XTF/2026-03-25/image/06e056a6-4cb6-4912-a5c3-5035e6c3d1f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/9a2ce48e-d200-4459-9fa3-f53577851309_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/4c5b8761-6ba2-4c00-b961-2a79a1a7b9bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/a45e58a4-b4f2-4e70-8170-995db73fcfc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/5eab6644-17e0-4324-b475-d218760b2893_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/083544ef-a274-45bf-a8f8-2b0a965778fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/040633df-a2c2-478a-ad16-3dc81b38409a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/fb056afd-a68a-4be1-beaf-2eb6d5a9b136_removebg.jpg?w=600', 'https://abimg003.imgix.net/YO69XTF/2026-03-25/image/0bf0be4e-26a4-4997-8537-002861687306_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/22 - 1K, 10/23 - 2K, 02/24 - 2K, 01/25 - 10K,', 'remarks': '**18** VOSA STATES 2K, 2K, 8K, 17K, SD CARD', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f69f7a47-4976-415b-90e6-0125ba810ed5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220
2026-03-26 05:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0609faf-52e6-535a-92bc-6ef32fb0a123 with scrape type 2
2026-03-26 05:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0609faf-52e6-535a-92bc-6ef32fb0a123 with scrape type 2
2026-03-26 05:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f0609faf-52e6-535a-92bc-6ef32fb0a123, identifier: 120673220
2026-03-26 05:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981
2026-03-26 05:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981
2026-03-26 05:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 617cc5ff-2b83-5f00-a704-00b5ccf555d7 with identifier: 120629981 to the API
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120629981?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '617cc5ff-2b83-5f00-a704-00b5ccf555d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DY16NYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120629981',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 59695,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-30',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 TD4 HSE Dynamic '
'5dr Auto',
'transmission': 'automatic',
'trim': '2.0 TD4 HSE Dynamic 5dr Auto',
'vin': None,
'year': 2016}
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629981%27 HTTP/1.1" 200 None
2026-03-26 05:03:36 [astonbarclay.gb] INFO: Saving data for 120629981: {'auction_closing_time': 1774958400.0, 'created_time': 1774271171.30932, 'last_price_update_time': 1774501416.931342}
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120629981') HTTP/1.1" 204 0
2026-03-26 05:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220
2026-03-26 05:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220
2026-03-26 05:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f0609faf-52e6-535a-92bc-6ef32fb0a123 with identifier: 120673220 to the API
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673220?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f0609faf-52e6-535a-92bc-6ef32fb0a123',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YO69XTF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673220',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'TIGUAN ESTATE',
'odometer': 22873,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-17',
'seller_name': 'Hatfields Group',
'title': 'VOLKSWAGEN TIGUAN ESTATE 1.5 TSi EVO 150 Match 5dr DSG',
'transmission': 'automatic',
'trim': '1.5 TSi EVO 150 Match 5dr DSG',
'vin': None,
'year': 2020}
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673220%27 HTTP/1.1" 200 None
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Saving data for 120673220: {'auction_closing_time': 1774958400.0, 'created_time': 1774271168.764555, 'last_price_update_time': 1774501417.333111}
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673220') HTTP/1.1" 204 0
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120673241, 'registration': 'YX63VLY', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'AVENSIS DIESEL TOURER', 'derivative': '2.0 D-4D Active 5dr', 'mileage': 144571, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX63VLY/2026-03-25/image/d2890182-cd4b-4242-b224-b6ed50e55e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/f5c65fbc-a14c-42a3-9b94-a473ce22c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/22fbd577-5be2-4112-a23d-7a731e07a14a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/4f2374c2-909b-4c78-bd76-38e0cfcd95f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/3633cffb-a6cf-4f14-8099-dd150ee24b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/6e0262bc-e14a-4f1a-994c-b0bc61d6fe73_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/7f2f7c73-28e8-45eb-aacb-408472dc50cb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/15 - 17K, 04/16 - 34K, 03/17 - 52K, 04/18 - 67K, 04/19 - 82K, 10/20 - 100K, 12/21 - 113K, 06/23 - 124K, 08/24 - 135K,', 'remarks': '**39** VOSA STATES 47K, 62K, 77K, 91K, 102K, 113K, 120K, 128K, 137K, 143K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db941311-cc83-4afe-8014-a6d5b45dc782.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120673241, 'registration': 'YX63VLY', 'account': 'HAT002', 'make': 'TOYOTA', 'model': 'AVENSIS DIESEL TOURER', 'derivative': '2.0 D-4D Active 5dr', 'mileage': 144571, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-12-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YX63VLY/2026-03-25/image/d2890182-cd4b-4242-b224-b6ed50e55e8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/f5c65fbc-a14c-42a3-9b94-a473ce22c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/22fbd577-5be2-4112-a23d-7a731e07a14a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/4f2374c2-909b-4c78-bd76-38e0cfcd95f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/3633cffb-a6cf-4f14-8099-dd150ee24b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/6e0262bc-e14a-4f1a-994c-b0bc61d6fe73_removebg.jpg?w=600', 'https://abimg003.imgix.net/YX63VLY/2026-03-25/image/7f2f7c73-28e8-45eb-aacb-408472dc50cb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 04/15 - 17K, 04/16 - 34K, 03/17 - 52K, 04/18 - 67K, 04/19 - 82K, 10/20 - 100K, 12/21 - 113K, 06/23 - 124K, 08/24 - 135K,', 'remarks': '**39** VOSA STATES 47K, 62K, 77K, 91K, 102K, 113K, 120K, 128K, 137K, 143K,', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/db941311-cc83-4afe-8014-a6d5b45dc782.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241
2026-03-26 05:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5883eee9-e441-5cc6-8bdf-29266c9eac0f with scrape type 2
2026-03-26 05:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5883eee9-e441-5cc6-8bdf-29266c9eac0f with scrape type 2
2026-03-26 05:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5883eee9-e441-5cc6-8bdf-29266c9eac0f, identifier: 120673241
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693859, 'registration': 'BK75YST', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi Pure 5dr', 'mileage': 5251, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-09-26', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK75YST/2026-03-25/image/ad09759f-71b2-4178-9427-a22443350ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5e0e81ec-b63a-49a0-be6d-9282f42e093b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2287dd1a-e247-4cf6-9541-bfee67746c96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/3e506096-4995-4354-a15a-2136d0eac785_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5740bc96-0e83-441f-b83c-4e30cee253ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/1a96aa38-a3c3-429e-b7af-4358f2703e22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2d486e37-a55a-47a9-aa91-6c983be567ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/51ad79ea-c0e5-4d41-b000-33aace2dab34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/abb08c0d-b16e-4460-a7e9-94e38e1791a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/463559c3-c3f5-4fa2-aec2-00765f25a1bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/8b7106eb-c0ab-4b31-8418-9112689da6c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/bf2f2f09-7bf1-4577-a02b-21d69b59cc40_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1246ca7f-6a72-42d9-9b42-3036f378afc0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693859, 'registration': 'BK75YST', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi Pure 5dr', 'mileage': 5251, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2025-09-26', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BK75YST/2026-03-25/image/ad09759f-71b2-4178-9427-a22443350ff4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5e0e81ec-b63a-49a0-be6d-9282f42e093b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2287dd1a-e247-4cf6-9541-bfee67746c96_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/3e506096-4995-4354-a15a-2136d0eac785_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/5740bc96-0e83-441f-b83c-4e30cee253ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/1a96aa38-a3c3-429e-b7af-4358f2703e22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/2d486e37-a55a-47a9-aa91-6c983be567ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/51ad79ea-c0e5-4d41-b000-33aace2dab34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/abb08c0d-b16e-4460-a7e9-94e38e1791a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/463559c3-c3f5-4fa2-aec2-00765f25a1bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/8b7106eb-c0ab-4b31-8418-9112689da6c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK75YST/2026-03-25/image/bf2f2f09-7bf1-4577-a02b-21d69b59cc40_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1246ca7f-6a72-42d9-9b42-3036f378afc0.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859
2026-03-26 05:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e82a14-e5d1-501a-93e7-5f0b56ced588 with scrape type 2
2026-03-26 05:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2e82a14-e5d1-501a-93e7-5f0b56ced588 with scrape type 2
2026-03-26 05:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e2e82a14-e5d1-501a-93e7-5f0b56ced588, identifier: 120693859
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120629963, 'registration': 'MV73BKA', 'account': 'MOT070', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps L/R 8 Seater Zetec Auto', 'mileage': 17527, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-09-08', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/MV73BKA/2026-03-24/image/27e22cac-31f0-4d3f-9fbb-6ad861b92f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/66e45aaf-6b38-4548-85e1-5afdcfd72ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/b77330cf-b8ad-4447-b660-f7fcab53e5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/d9254b68-5b7d-4192-b491-cf273da81717_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/c2cb366f-d72a-42a9-a5a0-57dc8e5a13b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/33caebf6-2d63-4327-a1e8-b09514002fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/1e52d18f-f965-4dee-9dd7-20ec8335f379_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/64df5760-69d9-4b69-b046-429bb94885eb_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'ADAPTIONS REMOVED - HOIST // UNABLE TO REFIT ORIGINAL FRONT PASSENGER SEAT AS THE BASE IS MISSING, LEAVING ELECTRIC ONE IN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 226, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c720c006-9bb3-475c-a72a-7b14583737de.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120629963, 'registration': 'MV73BKA', 'account': 'MOT070', 'make': 'FORD', 'model': 'TOURNEO CUSTOM L2 DIESEL FWD', 'derivative': '2.0 EcoBlue 130ps L/R 8 Seater Zetec Auto', 'mileage': 17527, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-09-08', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1995, 'bodyType': 'Standard Roof Minibus', 'images': ['https://abimg003.imgix.net/MV73BKA/2026-03-24/image/27e22cac-31f0-4d3f-9fbb-6ad861b92f1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/66e45aaf-6b38-4548-85e1-5afdcfd72ac0_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/b77330cf-b8ad-4447-b660-f7fcab53e5c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/d9254b68-5b7d-4192-b491-cf273da81717_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/c2cb366f-d72a-42a9-a5a0-57dc8e5a13b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/33caebf6-2d63-4327-a1e8-b09514002fc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/1e52d18f-f965-4dee-9dd7-20ec8335f379_removebg.jpg?w=600', 'https://abimg003.imgix.net/MV73BKA/2026-03-24/image/64df5760-69d9-4b69-b046-429bb94885eb_removebg.jpg?w=600'], 'colour': 'ORANGE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'ADAPTIONS REMOVED - HOIST // UNABLE TO REFIT ORIGINAL FRONT PASSENGER SEAT AS THE BASE IS MISSING, LEAVING ELECTRIC ONE IN - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 226, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c720c006-9bb3-475c-a72a-7b14583737de.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963
2026-03-26 05:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with scrape type 2
2026-03-26 05:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with scrape type 2
2026-03-26 05:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d, identifier: 120629963
2026-03-26 05:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241
2026-03-26 05:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241
2026-03-26 05:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5883eee9-e441-5cc6-8bdf-29266c9eac0f with identifier: 120673241 to the API
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120673241?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5883eee9-e441-5cc6-8bdf-29266c9eac0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YX63VLY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120673241',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'TOYOTA',
'model': 'AVENSIS DIESEL TOURER',
'odometer': 144571,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-31',
'seller_name': 'Hatfields Group',
'title': 'TOYOTA AVENSIS DIESEL TOURER 2.0 D-4D Active 5dr',
'transmission': 'manual',
'trim': '2.0 D-4D Active 5dr',
'vin': None,
'year': 2013}
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120673241%27 HTTP/1.1" 200 None
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Saving data for 120673241: {'auction_closing_time': 1774958400.0, 'created_time': 1774271228.531218, 'last_price_update_time': 1774501418.126859}
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120673241') HTTP/1.1" 204 0
2026-03-26 05:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859
2026-03-26 05:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859
2026-03-26 05:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e2e82a14-e5d1-501a-93e7-5f0b56ced588 with identifier: 120693859 to the API
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693859?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': 'e2e82a14-e5d1-501a-93e7-5f0b56ced588',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK75YST',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693859',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 5251,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-26',
'seller_name': 'Motability Operations',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi Pure 5dr',
'transmission': 'manual',
'trim': '1.6T GDi Pure 5dr',
'vin': None,
'year': 2025}
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693859%27 HTTP/1.1" 200 None
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Saving data for 120693859: {'auction_closing_time': 1774948500.0, 'created_time': 1774292591.961596, 'last_price_update_time': 1774501418.411888}
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693859') HTTP/1.1" 204 0
2026-03-26 05:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963
2026-03-26 05:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963
2026-03-26 05:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: dc6d5310-b530-5f51-ae2f-83e47ee7ee6d with identifier: 120629963 to the API
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120629963?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 226,
'color': 'ORANGE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Diesel',
'id': 'dc6d5310-b530-5f51-ae2f-83e47ee7ee6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MV73BKA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120629963',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'FORD',
'model': 'TOURNEO CUSTOM L2 DIESEL FWD',
'odometer': 17527,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-08',
'seller_name': 'Motability Operations',
'title': 'FORD TOURNEO CUSTOM L2 DIESEL FWD 2.0 EcoBlue 130ps L/R 8 Seater '
'Zetec Auto',
'transmission': 'automatic',
'trim': '2.0 EcoBlue 130ps L/R 8 Seater Zetec Auto',
'vin': None,
'year': 2023}
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120629963%27 HTTP/1.1" 200 None
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Saving data for 120629963: {'auction_closing_time': 1774948500.0, 'created_time': 1774001048.881779, 'last_price_update_time': 1774501418.696112}
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120629963') HTTP/1.1" 204 0
2026-03-26 05:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120684601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690364?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120643469?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120684601, 'registration': 'SJ14GFO', 'account': 'CAR340', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi [110] Tekna 5dr', 'mileage': 102119, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-04-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/a31b142a-f1de-4467-acd8-533e95052652_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c8ae8c0c-2970-494b-9f15-bdba1cb8c350_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/7c811fef-6d2c-4e91-95e6-8a1e8c070123_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/05ab9274-44b5-4d19-8fdd-0de4445c7163_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/689c26b2-2514-4f11-a93b-7033aaec7be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/01c06cab-c272-483c-8506-c506facad0a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c4609aee-33da-4f70-b579-f1d0a09726ce_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/15 5K 02/16 14K 05/17 21K 01/21 51K', 'remarks': 'VOSA STATES 19K 21K 30K 42K 49K 51K 62K 74K 89K 100K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a76b907a-48e7-419f-8978-dc47008c5931.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120684601, 'registration': 'SJ14GFO', 'account': 'CAR340', 'make': 'NISSAN', 'model': 'QASHQAI DIESEL HATCHBACK', 'derivative': '1.5 dCi [110] Tekna 5dr', 'mileage': 102119, 'mileageWarranty': True, 'type': 'car', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-25', 'fuel': 'Diesel', 'motExpiry': '2026-04-05', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/a31b142a-f1de-4467-acd8-533e95052652_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c8ae8c0c-2970-494b-9f15-bdba1cb8c350_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/7c811fef-6d2c-4e91-95e6-8a1e8c070123_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/05ab9274-44b5-4d19-8fdd-0de4445c7163_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/689c26b2-2514-4f11-a93b-7033aaec7be0_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/01c06cab-c272-483c-8506-c506facad0a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ14GFO/2026-03-23/image/c4609aee-33da-4f70-b579-f1d0a09726ce_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 02/15 5K 02/16 14K 05/17 21K 01/21 51K', 'remarks': 'VOSA STATES 19K 21K 30K 42K 49K 51K 62K 74K 89K 100K', 'virtual': False, 'seller': 'Local Dealer Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a76b907a-48e7-419f-8978-dc47008c5931.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601
2026-03-26 05:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19c1d10c-ad80-5ad4-812e-b9c4187321bd with scrape type 2
2026-03-26 05:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19c1d10c-ad80-5ad4-812e-b9c4187321bd with scrape type 2
2026-03-26 05:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 19c1d10c-ad80-5ad4-812e-b9c4187321bd, identifier: 120684601
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690364, 'registration': 'DL72EWP', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 MPi Premium 5dr Auto', 'mileage': 40444, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-24', 'fuel': 'Petrol', 'motExpiry': '2027-02-23', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 02/24- 7k, 02/25- 21k', 'remarks': 'vosa - 39k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690364, 'registration': 'DL72EWP', 'account': 'MOT070', 'make': 'HYUNDAI', 'model': 'I10 HATCHBACK', 'derivative': '1.0 MPi Premium 5dr Auto', 'mileage': 40444, 'mileageWarranty': True, 'type': 'car', 'saleId': 18853, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-31T09:15Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2023-02-24', 'fuel': 'Petrol', 'motExpiry': '2027-02-23', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': None, 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print and book 02/24- 7k, 02/25- 21k', 'remarks': 'vosa - 39k spare key', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364
2026-03-26 05:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with scrape type 2
2026-03-26 05:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with scrape type 2
2026-03-26 05:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9, identifier: 120690364
2026-03-26 05:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601
2026-03-26 05:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601
2026-03-26 05:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 19c1d10c-ad80-5ad4-812e-b9c4187321bd with identifier: 120684601 to the API
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120684601?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '19c1d10c-ad80-5ad4-812e-b9c4187321bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SJ14GFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120684601',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI DIESEL HATCHBACK',
'odometer': 102119,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-25',
'seller_name': 'Local Dealer Group',
'title': 'NISSAN QASHQAI DIESEL HATCHBACK 1.5 dCi [110] Tekna 5dr',
'transmission': 'manual',
'trim': '1.5 dCi [110] Tekna 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120684601%27 HTTP/1.1" 200 None
2026-03-26 05:03:39 [astonbarclay.gb] INFO: Saving data for 120684601: {'auction_closing_time': 1774947600.0, 'created_time': 1774271252.443826, 'last_price_update_time': 1774501419.276483}
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120684601') HTTP/1.1" 204 0
2026-03-26 05:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364
2026-03-26 05:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364
2026-03-26 05:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6dc59ff8-269f-5c64-bfe1-2536863cb7e9 with identifier: 120690364 to the API
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690364?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:15:00Z',
'fuel_type': 'Petrol',
'id': '6dc59ff8-269f-5c64-bfe1-2536863cb7e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DL72EWP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690364',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'HYUNDAI',
'model': 'I10 HATCHBACK',
'odometer': 40444,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-24',
'seller_name': 'Motability Operations',
'title': 'HYUNDAI I10 HATCHBACK 1.0 MPi Premium 5dr Auto',
'transmission': 'automatic',
'trim': '1.0 MPi Premium 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690364%27 HTTP/1.1" 200 None
2026-03-26 05:03:39 [astonbarclay.gb] INFO: Saving data for 120690364: {'auction_closing_time': 1774948500.0, 'created_time': 1774292601.463626, 'last_price_update_time': 1774501419.579785}
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690364') HTTP/1.1" 204 0
2026-03-26 05:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120623468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120643499?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120654469?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120643469, 'registration': 'CN22COH', 'account': 'REA001', 'make': 'PEUGEOT', 'model': 'BOXER 335 L2 DIESEL', 'derivative': '2.2 BlueHDi Chassis Cab S 140ps', 'mileage': 37939, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-07-06', 'fuel': 'Diesel', 'motExpiry': '2026-07-06', 'doors': None, 'engineSize': 2200, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/CN22COH/2026-03-25/image/c2136fb0-e7ce-45f3-be7c-4a6ffff30284_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/d0106c7c-4def-4c82-8168-95738bf5fe3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/52f1596c-bc18-4f41-9d7e-9878aebd3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/db808dc8-c635-40e7-a236-561a90ce45c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/7ce15ace-532d-49b0-89ec-73996866a3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/ed3f5e31-7930-4ca0-875f-d9a42f551be5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 07/24 20K 06/25 29K', 'remarks': 'SPARE KEY VOSA STATES 29K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 287, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/57dbf307-508a-44ab-94d9-0b73709e41df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120643469, 'registration': 'CN22COH', 'account': 'REA001', 'make': 'PEUGEOT', 'model': 'BOXER 335 L2 DIESEL', 'derivative': '2.2 BlueHDi Chassis Cab S 140ps', 'mileage': 37939, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-07-06', 'fuel': 'Diesel', 'motExpiry': '2026-07-06', 'doors': None, 'engineSize': 2200, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/CN22COH/2026-03-25/image/c2136fb0-e7ce-45f3-be7c-4a6ffff30284_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/d0106c7c-4def-4c82-8168-95738bf5fe3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/52f1596c-bc18-4f41-9d7e-9878aebd3549_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/db808dc8-c635-40e7-a236-561a90ce45c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/7ce15ace-532d-49b0-89ec-73996866a3a6_removebg.jpg?w=600', 'https://abimg003.imgix.net/CN22COH/2026-03-25/image/ed3f5e31-7930-4ca0-875f-d9a42f551be5_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 07/24 20K 06/25 29K', 'remarks': 'SPARE KEY VOSA STATES 29K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 287, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/57dbf307-508a-44ab-94d9-0b73709e41df.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469
2026-03-26 05:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with scrape type 2
2026-03-26 05:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with scrape type 2
2026-03-26 05:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692, identifier: 120643469
2026-03-26 05:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469
2026-03-26 05:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469
2026-03-26 05:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7c2e4a79-2f17-543a-ac1c-c1a03bdd3692 with identifier: 120643469 to the API
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120643469?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 287,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '7c2e4a79-2f17-543a-ac1c-c1a03bdd3692',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CN22COH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120643469',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'BOXER 335 L2 DIESEL',
'odometer': 37939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-06',
'seller_name': 'Ready Rent A Car',
'title': 'PEUGEOT BOXER 335 L2 DIESEL 2.2 BlueHDi Chassis Cab S 140ps',
'transmission': 'manual',
'trim': '2.2 BlueHDi Chassis Cab S 140ps',
'vin': None,
'year': 2022}
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643469%27 HTTP/1.1" 200 None
2026-03-26 05:03:39 [astonbarclay.gb] INFO: Saving data for 120643469: {'auction_closing_time': 1774947600.0, 'created_time': 1774379274.915884, 'last_price_update_time': 1774501419.987797}
2026-03-26 05:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120643469') HTTP/1.1" 204 0
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120623468, 'registration': 'MW70TZU', 'account': 'ALL033', 'make': 'PEUGEOT', 'model': 'PARTNER STANDARD DIESEL', 'derivative': '1000 1.5 BlueHDi 100 Professional Van', 'mileage': 1, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-12-29', 'fuel': 'Diesel', 'motExpiry': '2024-12-28', 'doors': None, 'engineSize': 1498, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY, NON RUNNER ENGINE IN BITS MAY HAVE FURTHER FAULTS - VOSA STATES 75K', 'virtual': False, 'seller': 'Alliance Automotive', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120623468, 'registration': 'MW70TZU', 'account': 'ALL033', 'make': 'PEUGEOT', 'model': 'PARTNER STANDARD DIESEL', 'derivative': '1000 1.5 BlueHDi 100 Professional Van', 'mileage': 1, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2020-12-29', 'fuel': 'Diesel', 'motExpiry': '2024-12-28', 'doors': None, 'engineSize': 1498, 'bodyType': 'Van', 'images': None, 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'SPARE KEY, NON RUNNER ENGINE IN BITS MAY HAVE FURTHER FAULTS - VOSA STATES 75K', 'virtual': False, 'seller': 'Alliance Automotive', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468
2026-03-26 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb516580-ed50-556f-b1d9-af9c3c13faa0 with scrape type 2
2026-03-26 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb516580-ed50-556f-b1d9-af9c3c13faa0 with scrape type 2
2026-03-26 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bb516580-ed50-556f-b1d9-af9c3c13faa0, identifier: 120623468
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120643499, 'registration': 'MF72XHU', 'account': 'REA001', 'make': 'RENAULT', 'model': 'MASTER MWB DIESEL FWD', 'derivative': 'ML35 ENERGY dCi 145 Business Low Roof Chassis Cab', 'mileage': 27524, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 2298, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/MF72XHU/2026-03-25/image/ac698c77-25bb-41cf-a99d-1d7a0274aa3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/608894d6-0082-4ca5-8b88-a812b7565ed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/b83ba518-7a69-41b8-9ba0-ebd1c3e95e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/bb742ef3-fe24-4f00-ae6d-39417e12ed2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/d08b9ee3-abb2-471a-81dc-e55ebf955e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/19e3a6e9-807e-4b7d-b201-5ec9aecb992b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/e08eb3c4-3e41-446a-9c7d-0d8b533f793b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 11/23 14K 10/25 22K', 'remarks': 'SPARE KEY VOSA STATES 22K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 999, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/988a60b3-faf1-42aa-a2ca-fce25f098460.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120643499, 'registration': 'MF72XHU', 'account': 'REA001', 'make': 'RENAULT', 'model': 'MASTER MWB DIESEL FWD', 'derivative': 'ML35 ENERGY dCi 145 Business Low Roof Chassis Cab', 'mileage': 27524, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Diesel', 'motExpiry': '2026-11-02', 'doors': None, 'engineSize': 2298, 'bodyType': 'Chassis Cab', 'images': ['https://abimg003.imgix.net/MF72XHU/2026-03-25/image/ac698c77-25bb-41cf-a99d-1d7a0274aa3a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/608894d6-0082-4ca5-8b88-a812b7565ed2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/b83ba518-7a69-41b8-9ba0-ebd1c3e95e51_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/bb742ef3-fe24-4f00-ae6d-39417e12ed2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/d08b9ee3-abb2-471a-81dc-e55ebf955e7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/19e3a6e9-807e-4b7d-b201-5ec9aecb992b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MF72XHU/2026-03-25/image/e08eb3c4-3e41-446a-9c7d-0d8b533f793b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service print 11/23 14K 10/25 22K', 'remarks': 'SPARE KEY VOSA STATES 22K', 'virtual': False, 'seller': 'Ready Rent A Car', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 999, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/988a60b3-faf1-42aa-a2ca-fce25f098460.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499
2026-03-26 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d04e888d-b267-56a6-8a4c-238847e29b71 with scrape type 2
2026-03-26 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d04e888d-b267-56a6-8a4c-238847e29b71 with scrape type 2
2026-03-26 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d04e888d-b267-56a6-8a4c-238847e29b71, identifier: 120643499
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120654469, 'registration': 'FE22OYK', 'account': 'OGI002', 'make': 'VAUXHALL', 'model': 'COMBO CARGO L1 DIESEL', 'derivative': '2300 1.5 Turbo D 130ps H1 Dynamic Van Auto', 'mileage': 82553, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FE22OYK/2026-03-25/image/09d9247d-ad27-4ae9-bcdf-55dbab92de90_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/4ac66399-440e-4b1e-a1f3-bd8dc0ad6b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/ad3cf534-74ef-4ce5-aae0-a3ecca964058_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/82518804-ab76-4364-b69f-a4301d8c4b03_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/3c5c394b-bb55-4b55-a5f4-8b056cfa9a35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/6004aa5d-fe1a-4647-b1b1-2a4fc33f42ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/c720d832-9340-4dbd-813c-4a31e3b7890d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 67K', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28a88a96-0356-4f01-ac3e-7e97607aef8a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120654469, 'registration': 'FE22OYK', 'account': 'OGI002', 'make': 'VAUXHALL', 'model': 'COMBO CARGO L1 DIESEL', 'derivative': '2300 1.5 Turbo D 130ps H1 Dynamic Van Auto', 'mileage': 82553, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-05-31', 'fuel': 'Diesel', 'motExpiry': '2026-05-30', 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/FE22OYK/2026-03-25/image/09d9247d-ad27-4ae9-bcdf-55dbab92de90_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/4ac66399-440e-4b1e-a1f3-bd8dc0ad6b76_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/ad3cf534-74ef-4ce5-aae0-a3ecca964058_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/82518804-ab76-4364-b69f-a4301d8c4b03_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/3c5c394b-bb55-4b55-a5f4-8b056cfa9a35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/6004aa5d-fe1a-4647-b1b1-2a4fc33f42ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/FE22OYK/2026-03-25/image/c720d832-9340-4dbd-813c-4a31e3b7890d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': 'VOSA STATES 67K', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 151, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/28a88a96-0356-4f01-ac3e-7e97607aef8a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469
2026-03-26 05:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 754b5f34-55a3-519c-8d5b-a9ad0782b346 with scrape type 2
2026-03-26 05:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 754b5f34-55a3-519c-8d5b-a9ad0782b346 with scrape type 2
2026-03-26 05:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 754b5f34-55a3-519c-8d5b-a9ad0782b346, identifier: 120654469
2026-03-26 05:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468
2026-03-26 05:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468
2026-03-26 05:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bb516580-ed50-556f-b1d9-af9c3c13faa0 with identifier: 120623468 to the API
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120623468?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'bb516580-ed50-556f-b1d9-af9c3c13faa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MW70TZU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120623468',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'PARTNER STANDARD DIESEL',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-29',
'seller_name': 'Alliance Automotive',
'title': 'PEUGEOT PARTNER STANDARD DIESEL 1000 1.5 BlueHDi 100 Professional '
'Van',
'transmission': 'manual',
'trim': '1000 1.5 BlueHDi 100 Professional Van',
'vin': None,
'year': 2020}
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120623468%27 HTTP/1.1" 200 None
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Saving data for 120623468: {'auction_closing_time': 1774947600.0, 'created_time': 1774379246.499752, 'last_price_update_time': 1774501420.557849}
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120623468') HTTP/1.1" 204 0
2026-03-26 05:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499
2026-03-26 05:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499
2026-03-26 05:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d04e888d-b267-56a6-8a4c-238847e29b71 with identifier: 120643499 to the API
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120643499?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 999,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'd04e888d-b267-56a6-8a4c-238847e29b71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MF72XHU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120643499',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'MASTER MWB DIESEL FWD',
'odometer': 27524,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seller_name': 'Ready Rent A Car',
'title': 'RENAULT MASTER MWB DIESEL FWD ML35 ENERGY dCi 145 Business Low Roof '
'Chassis Cab',
'transmission': 'manual',
'trim': 'ML35 ENERGY dCi 145 Business Low Roof Chassis Cab',
'vin': None,
'year': 2022}
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120643499%27 HTTP/1.1" 200 None
2026-03-26 05:03:40 [astonbarclay.gb] INFO: Saving data for 120643499: {'auction_closing_time': 1774947600.0, 'created_time': 1774379271.466014, 'last_price_update_time': 1774501420.845967}
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120643499') HTTP/1.1" 204 0
2026-03-26 05:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469
2026-03-26 05:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469
2026-03-26 05:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 754b5f34-55a3-519c-8d5b-a9ad0782b346 with identifier: 120654469 to the API
2026-03-26 05:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120654469?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 151,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Diesel',
'id': '754b5f34-55a3-519c-8d5b-a9ad0782b346',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE22OYK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120654469',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'COMBO CARGO L1 DIESEL',
'odometer': 82553,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seller_name': 'Ogilvie Fleet',
'title': 'VAUXHALL COMBO CARGO L1 DIESEL 2300 1.5 Turbo D 130ps H1 Dynamic '
'Van Auto',
'transmission': 'automatic',
'trim': '2300 1.5 Turbo D 130ps H1 Dynamic Van Auto',
'vin': None,
'year': 2022}
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120654469%27 HTTP/1.1" 200 None
2026-03-26 05:03:41 [astonbarclay.gb] INFO: Saving data for 120654469: {'auction_closing_time': 1774947600.0, 'created_time': 1774379275.731356, 'last_price_update_time': 1774501421.132749}
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120654469') HTTP/1.1" 204 0
2026-03-26 05:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691804?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582058?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691804, 'registration': 'BX14PUK', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr [Tech Pack]', 'mileage': 77565, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-07-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BX14PUK/2026-03-24/image/c90c0f20-390f-4829-a3ec-69b8763d990e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/80ebdd88-e00b-4134-8529-e8c9c6d50714_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/aab62bb1-4d52-462f-98f0-b745c2143278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/7fd8b0ae-f533-4b70-b8bd-9d8600ab0e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/8abb8bed-c4ab-48c0-bbe0-a858e5ddc022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/1cd08745-819a-459d-abe7-9ac63be10dba_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/2e079831-678d-4fb5-b49e-d4c780264376_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/69c3f051-5c67-43b6-a490-ad1679e6bc41_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/e0bddc1c-edc2-4b68-945a-14eee9e49ba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/375f1730-aaee-499d-9520-03f94ba3cf14_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21 42K', 'remarks': 'VOSA STATES 44K- 52K- 57K- 65K- 72K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/099f6828-fe2b-47f3-b74b-d34f749c3a1f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691804, 'registration': 'BX14PUK', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.2 SD4 Pure 5dr [Tech Pack]', 'mileage': 77565, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-07-25', 'fuel': 'Diesel', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BX14PUK/2026-03-24/image/c90c0f20-390f-4829-a3ec-69b8763d990e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/80ebdd88-e00b-4134-8529-e8c9c6d50714_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/aab62bb1-4d52-462f-98f0-b745c2143278_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/7fd8b0ae-f533-4b70-b8bd-9d8600ab0e17_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/8abb8bed-c4ab-48c0-bbe0-a858e5ddc022_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/1cd08745-819a-459d-abe7-9ac63be10dba_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/2e079831-678d-4fb5-b49e-d4c780264376_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/69c3f051-5c67-43b6-a490-ad1679e6bc41_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/e0bddc1c-edc2-4b68-945a-14eee9e49ba1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BX14PUK/2026-03-24/image/375f1730-aaee-499d-9520-03f94ba3cf14_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/21 42K', 'remarks': 'VOSA STATES 44K- 52K- 57K- 65K- 72K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/099f6828-fe2b-47f3-b74b-d34f749c3a1f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804
2026-03-26 05:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d043d91-0449-54ce-be6f-797a96a2b578 with scrape type 2
2026-03-26 05:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d043d91-0449-54ce-be6f-797a96a2b578 with scrape type 2
2026-03-26 05:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d043d91-0449-54ce-be6f-797a96a2b578, identifier: 120691804
2026-03-26 05:03:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120582058, 'registration': 'NG17FTU', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T ecoTec [110] Elite 5dr [Start Stop]', 'mileage': 44345, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-04', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG17FTU/2026-03-19/image/6c2e28b7-6309-48af-84eb-4971b78bd5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/27a0652e-62d0-48d9-85f0-8a832167a52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/05c868d4-f5fe-49af-ad18-fe9c1040951d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/39fddec3-45f9-48cf-a7d9-588480a581a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/5854da33-ffa8-470a-bb26-95631d12f1cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/ce02ff6b-0809-4141-95b3-8c7de05ab559_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 7K - 06/19 18K - 06/20 25K - 05/21 28K - 03/22 31K - 0/23 35K - 04/24 38K', 'remarks': 'NO V5 HPI SHOWING 2 FORMER KEEPERS - VOSA STATES 32K- 35K- 39K- 42K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a01b1ea-1248-4b7b-b979-e4c4ee81a7e8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120582058, 'registration': 'NG17FTU', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2T ecoTec [110] Elite 5dr [Start Stop]', 'mileage': 44345, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-12', 'fuel': 'Petrol', 'motExpiry': '2026-06-04', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NG17FTU/2026-03-19/image/6c2e28b7-6309-48af-84eb-4971b78bd5c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/27a0652e-62d0-48d9-85f0-8a832167a52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/05c868d4-f5fe-49af-ad18-fe9c1040951d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/39fddec3-45f9-48cf-a7d9-588480a581a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/5854da33-ffa8-470a-bb26-95631d12f1cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/NG17FTU/2026-03-19/image/ce02ff6b-0809-4141-95b3-8c7de05ab559_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 06/18 7K - 06/19 18K - 06/20 25K - 05/21 28K - 03/22 31K - 0/23 35K - 04/24 38K', 'remarks': 'NO V5 HPI SHOWING 2 FORMER KEEPERS - VOSA STATES 32K- 35K- 39K- 42K-', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a01b1ea-1248-4b7b-b979-e4c4ee81a7e8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058
2026-03-26 05:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0455f4c0-1af9-5474-89fb-a5956761fc9f with scrape type 2
2026-03-26 05:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0455f4c0-1af9-5474-89fb-a5956761fc9f with scrape type 2
2026-03-26 05:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0455f4c0-1af9-5474-89fb-a5956761fc9f, identifier: 120582058
2026-03-26 05:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804
2026-03-26 05:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804
2026-03-26 05:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d043d91-0449-54ce-be6f-797a96a2b578 with identifier: 120691804 to the API
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691804?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '0d043d91-0449-54ce-be6f-797a96a2b578',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BX14PUK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691804',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 77565,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-25',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.2 SD4 Pure 5dr '
'[Tech Pack]',
'transmission': 'manual',
'trim': '2.2 SD4 Pure 5dr [Tech Pack]',
'vin': None,
'year': 2014}
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691804%27 HTTP/1.1" 200 None
2026-03-26 05:03:41 [astonbarclay.gb] INFO: Saving data for 120691804: {'auction_closing_time': 1774888200.0, 'created_time': 1774379387.541212, 'last_price_update_time': 1774501421.736218}
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691804') HTTP/1.1" 204 0
2026-03-26 05:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058
2026-03-26 05:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058
2026-03-26 05:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0455f4c0-1af9-5474-89fb-a5956761fc9f with identifier: 120582058 to the API
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582058?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0455f4c0-1af9-5474-89fb-a5956761fc9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NG17FTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582058',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CROSSLAND X HATCHBACK',
'odometer': 44345,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-12',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL CROSSLAND X HATCHBACK 1.2T ecoTec [110] Elite 5dr [Start '
'Stop]',
'transmission': 'manual',
'trim': '1.2T ecoTec [110] Elite 5dr [Start Stop]',
'vin': None,
'year': 2017}
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582058%27 HTTP/1.1" 200 None
2026-03-26 05:03:42 [astonbarclay.gb] INFO: Saving data for 120582058: {'auction_closing_time': 1774612800.0, 'created_time': 1773839115.104883, 'last_price_update_time': 1774501422.081471}
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582058') HTTP/1.1" 204 0
2026-03-26 05:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120681802?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689970, 'registration': 'EA62VJN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Tekna 5dr', 'mileage': 40598, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA62VJN/2026-03-24/image/4e3473c9-1bcd-419c-9f56-aa4524bdca78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1183851e-3e68-4495-87e0-db5507bfb6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1a919132-f0f2-4782-9222-0dc6108a5bdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/0fe262f4-b5a5-4ab5-bc8f-2529856bdf7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/adc624a7-eace-4ffd-aef5-f9f447339cfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/ec99c124-49d2-47fa-90db-908b765f9b9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/dbfd5a6c-3525-40ec-9dff-db3718256ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/f5048004-b6c3-493e-a6ad-9e84ccc1aef5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/13 2K - 10/15 6K - 10/16 8K - 10/17 11K - 10/18 14K - 10/2 21K- 10/22 27K - 10/24 35K - 11/21 24K - 10/23 32K', 'remarks': 'VOSA STATES 27K- 32K- 35K- 38K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4acd036e-4fb8-4b59-84ce-b24086a05e95.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689970, 'registration': 'EA62VJN', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Tekna 5dr', 'mileage': 40598, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EA62VJN/2026-03-24/image/4e3473c9-1bcd-419c-9f56-aa4524bdca78_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1183851e-3e68-4495-87e0-db5507bfb6d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/1a919132-f0f2-4782-9222-0dc6108a5bdc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/0fe262f4-b5a5-4ab5-bc8f-2529856bdf7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/adc624a7-eace-4ffd-aef5-f9f447339cfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/ec99c124-49d2-47fa-90db-908b765f9b9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/dbfd5a6c-3525-40ec-9dff-db3718256ff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EA62VJN/2026-03-24/image/f5048004-b6c3-493e-a6ad-9e84ccc1aef5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/13 2K - 10/15 6K - 10/16 8K - 10/17 11K - 10/18 14K - 10/2 21K- 10/22 27K - 10/24 35K - 11/21 24K - 10/23 32K', 'remarks': 'VOSA STATES 27K- 32K- 35K- 38K - SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4acd036e-4fb8-4b59-84ce-b24086a05e95.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970
2026-03-26 05:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db13685f-0fc9-579f-9340-7c9c1b96694f with scrape type 2
2026-03-26 05:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db13685f-0fc9-579f-9340-7c9c1b96694f with scrape type 2
2026-03-26 05:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: db13685f-0fc9-579f-9340-7c9c1b96694f, identifier: 120689970
2026-03-26 05:03:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120681802, 'registration': 'DV62VYF', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 66204, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV62VYF/2026-03-24/image/918871e8-3f03-4fc0-8e52-9ab4e23ba68b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/aed96f3f-f3d8-4386-bd54-e362c8233060_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/42c227ab-6212-4384-9230-803e7b9bf79c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/e8c6cb6e-c27d-4b02-8445-cf472127ab2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/fa00d747-8eaf-4b8a-b278-9cb2a613a30e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/f437dab2-a62c-4e06-a7cb-0fe87f6dc71d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/4611a3a6-b260-454e-ac93-cd6cd75783b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/6e2fc3dd-ff60-4e4e-8256-948da9259c78_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/15 11K - 09/16 24K - 07/17 29K - 06/20 40K - 03/23 49K', 'remarks': 'VOSA STATES 46-K 49K -57K - 62K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/111e50c1-8ac9-4765-89af-56dc96382e66.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120681802, 'registration': 'DV62VYF', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'AYGO HATCHBACK', 'derivative': '1.0 VVT-i Fire 5dr [AC]', 'mileage': 66204, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-11-09', 'fuel': 'Petrol', 'motExpiry': '2026-07-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV62VYF/2026-03-24/image/918871e8-3f03-4fc0-8e52-9ab4e23ba68b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/aed96f3f-f3d8-4386-bd54-e362c8233060_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/42c227ab-6212-4384-9230-803e7b9bf79c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/e8c6cb6e-c27d-4b02-8445-cf472127ab2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/fa00d747-8eaf-4b8a-b278-9cb2a613a30e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/f437dab2-a62c-4e06-a7cb-0fe87f6dc71d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/4611a3a6-b260-454e-ac93-cd6cd75783b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV62VYF/2026-03-24/image/6e2fc3dd-ff60-4e4e-8256-948da9259c78_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/15 11K - 09/16 24K - 07/17 29K - 06/20 40K - 03/23 49K', 'remarks': 'VOSA STATES 46-K 49K -57K - 62K -', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/111e50c1-8ac9-4765-89af-56dc96382e66.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802
2026-03-26 05:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02b4dc97-9519-5930-bef6-64054f8f4bb7 with scrape type 2
2026-03-26 05:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02b4dc97-9519-5930-bef6-64054f8f4bb7 with scrape type 2
2026-03-26 05:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 02b4dc97-9519-5930-bef6-64054f8f4bb7, identifier: 120681802
2026-03-26 05:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970
2026-03-26 05:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970
2026-03-26 05:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: db13685f-0fc9-579f-9340-7c9c1b96694f with identifier: 120689970 to the API
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'db13685f-0fc9-579f-9340-7c9c1b96694f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EA62VJN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689970',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 40598,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-31',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN MICRA HATCHBACK 1.2 Tekna 5dr',
'transmission': 'manual',
'trim': '1.2 Tekna 5dr',
'vin': None,
'year': 2012}
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689970%27 HTTP/1.1" 200 None
2026-03-26 05:03:42 [astonbarclay.gb] INFO: Saving data for 120689970: {'auction_closing_time': 1774888200.0, 'created_time': 1774292527.971803, 'last_price_update_time': 1774501422.677467}
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689970') HTTP/1.1" 204 0
2026-03-26 05:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802
2026-03-26 05:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802
2026-03-26 05:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 02b4dc97-9519-5930-bef6-64054f8f4bb7 with identifier: 120681802 to the API
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120681802?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '02b4dc97-9519-5930-bef6-64054f8f4bb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DV62VYF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120681802',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'AYGO HATCHBACK',
'odometer': 66204,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-09',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA AYGO HATCHBACK 1.0 VVT-i Fire 5dr [AC]',
'transmission': 'manual',
'trim': '1.0 VVT-i Fire 5dr [AC]',
'vin': None,
'year': 2012}
2026-03-26 05:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120681802%27 HTTP/1.1" 200 None
2026-03-26 05:03:43 [astonbarclay.gb] INFO: Saving data for 120681802: {'auction_closing_time': 1774888200.0, 'created_time': 1774292544.021291, 'last_price_update_time': 1774501423.002597}
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120681802') HTTP/1.1" 204 0
2026-03-26 05:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592922, 'registration': 'WR14VSL', 'account': 'VAN047', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 89633, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ebcc91aa-f993-4f60-9e5b-6f5d735bc4b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ba837ba9-5e60-40dc-b7df-8b1635403a92_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/56753e02-bc20-4125-a831-c4e0c42a9a8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/745f7590-5756-4738-910e-0f1c1830d3fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/33178e33-bb36-484d-a185-c4c720b29ee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/00699a10-452f-4bfc-b6f0-b18450ab4435_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/38a88ea2-e8cc-414b-ab6f-da7feac8936a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/e7581cdf-b020-41fe-8e11-d872a2f2fd4a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/15 - 17K, 10/16 - 27K, 11/18 - 49K, 07/21 - 70K, 07/23 - NO MILEAGE, BOTH BOOK AND INVOICES', 'remarks': '**1280** VOSA STATES 33K, 43K, 54K, 67K, 72K, 80K, 83K, 87K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13b0adb2-0528-4378-b052-a636b1f6aa6a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592922, 'registration': 'WR14VSL', 'account': 'VAN047', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 S 3dr', 'mileage': 89633, 'mileageWarranty': True, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-04-28', 'fuel': 'Petrol', 'motExpiry': '2026-10-31', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ebcc91aa-f993-4f60-9e5b-6f5d735bc4b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/ba837ba9-5e60-40dc-b7df-8b1635403a92_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/56753e02-bc20-4125-a831-c4e0c42a9a8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/745f7590-5756-4738-910e-0f1c1830d3fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/33178e33-bb36-484d-a185-c4c720b29ee2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/00699a10-452f-4bfc-b6f0-b18450ab4435_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/38a88ea2-e8cc-414b-ab6f-da7feac8936a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WR14VSL/2026-03-24/image/e7581cdf-b020-41fe-8e11-d872a2f2fd4a_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print and book 09/15 - 17K, 10/16 - 27K, 11/18 - 49K, 07/21 - 70K, 07/23 - NO MILEAGE, BOTH BOOK AND INVOICES', 'remarks': '**1280** VOSA STATES 33K, 43K, 54K, 67K, 72K, 80K, 83K, 87K,', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/13b0adb2-0528-4378-b052-a636b1f6aa6a.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922
2026-03-26 05:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52595927-58a4-5797-a691-3b1165f7e3dc with scrape type 2
2026-03-26 05:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52595927-58a4-5797-a691-3b1165f7e3dc with scrape type 2
2026-03-26 05:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 52595927-58a4-5797-a691-3b1165f7e3dc, identifier: 120592922
2026-03-26 05:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922
2026-03-26 05:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922
2026-03-26 05:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 52595927-58a4-5797-a691-3b1165f7e3dc with identifier: 120592922 to the API
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592922?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Petrol',
'id': '52595927-58a4-5797-a691-3b1165f7e3dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WR14VSL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592922',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 89633,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-28',
'seller_name': 'Vantage Motor Group',
'title': 'FIAT 500 HATCHBACK 1.2 S 3dr',
'transmission': 'manual',
'trim': '1.2 S 3dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592922%27 HTTP/1.1" 200 None
2026-03-26 05:03:43 [astonbarclay.gb] INFO: Saving data for 120592922: {'auction_closing_time': 1774958400.0, 'created_time': 1774292587.462925, 'last_price_update_time': 1774501423.485259}
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592922') HTTP/1.1" 204 0
2026-03-26 05:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688219?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688219, 'registration': 'EY10YCJ', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 TCE Dynamique 3dr', 'mileage': 69754, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 3, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/e1db1f0a-ad8b-4c5f-b0f3-4e47dbdd05db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/ba174e89-374a-48e7-9523-cfbfe6c1e2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/697af763-a848-4fd3-9578-cb49244a6494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8f19cf68-8e10-4e25-aa70-2e3c92fbff91_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/1402b496-88c4-42d8-af77-8ae96375deba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/d04339cc-3694-48d5-a523-60f55dad9ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/b13f7fd4-3c13-4610-8345-bf4992b2140b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/3b30bb2a-ebf5-48bb-b38c-cfbbd078af80_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8262196c-319e-410c-878c-bac4710b4eda_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/03afe1c8-fa07-4814-8941-d0d9190106d3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/12-13K, 10/14-25K, 04/16-35K, 09/16-38K, 03/20-46K', 'remarks': 'VOSA STATES 54K, 62K, 65K, 68K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df874a12-7862-4119-a96f-ffec8fe62759.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688219, 'registration': 'EY10YCJ', 'account': 'WBA004', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.2 TCE Dynamique 3dr', 'mileage': 69754, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-03-26', 'fuel': 'Petrol', 'motExpiry': '2026-04-06', 'doors': 3, 'engineSize': 1149, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/e1db1f0a-ad8b-4c5f-b0f3-4e47dbdd05db_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/ba174e89-374a-48e7-9523-cfbfe6c1e2c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/697af763-a848-4fd3-9578-cb49244a6494_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8f19cf68-8e10-4e25-aa70-2e3c92fbff91_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/1402b496-88c4-42d8-af77-8ae96375deba_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/d04339cc-3694-48d5-a523-60f55dad9ffa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/b13f7fd4-3c13-4610-8345-bf4992b2140b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/3b30bb2a-ebf5-48bb-b38c-cfbbd078af80_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/8262196c-319e-410c-878c-bac4710b4eda_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY10YCJ/2026-03-24/image/03afe1c8-fa07-4814-8941-d0d9190106d3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/12-13K, 10/14-25K, 04/16-35K, 09/16-38K, 03/20-46K', 'remarks': 'VOSA STATES 54K, 62K, 65K, 68K, SPARE KEY AND SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/df874a12-7862-4119-a96f-ffec8fe62759.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219
2026-03-26 05:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c77fc73-980e-5cfa-997a-a3b9f7323133 with scrape type 2
2026-03-26 05:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c77fc73-980e-5cfa-997a-a3b9f7323133 with scrape type 2
2026-03-26 05:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6c77fc73-980e-5cfa-997a-a3b9f7323133, identifier: 120688219
2026-03-26 05:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219
2026-03-26 05:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219
2026-03-26 05:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6c77fc73-980e-5cfa-997a-a3b9f7323133 with identifier: 120688219 to the API
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688219?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.1L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '6c77fc73-980e-5cfa-997a-a3b9f7323133',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY10YCJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688219',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 69754,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-26',
'seller_name': 'UKCGR - Trade',
'title': 'RENAULT CLIO HATCHBACK 1.2 TCE Dynamique 3dr',
'transmission': 'manual',
'trim': '1.2 TCE Dynamique 3dr',
'vin': None,
'year': 2010}
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688219%27 HTTP/1.1" 200 None
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Saving data for 120688219: {'auction_closing_time': 1774888200.0, 'created_time': 1774379388.23533, 'last_price_update_time': 1774501424.214537}
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688219') HTTP/1.1" 204 0
2026-03-26 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120402888?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120402888, 'registration': 'BJ15ESV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 72939, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/54cf1294-adb1-4bed-958a-8acc35e6c81c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/afbc04e2-4af7-46f8-b0ea-bfa587b157bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/6ec0af8d-1292-4ec3-b687-e3f160f4e4dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/2e645b9b-a8b2-460c-bafd-68e72e1fadfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/0b230f1b-0409-4c8d-84cc-d97a46d3e091_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/f1639fe3-f804-4bb8-8f78-df69c1613396_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/01dbd891-0945-42de-92ae-eb7082d38717_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/3edb5df4-ddde-458b-8205-dfba19a0b500_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/a2e74648-091a-4786-9f8d-fb4bc9f1ca3e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES - 50K, 54K, 61K, 65K, 72K - SPARE KEY & SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63d59538-5e9b-43df-899f-42b25000a441.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120402888, 'registration': 'BJ15ESV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE DIESEL HATCHBACK', 'derivative': '1.5 dCi Acenta Premium 5dr', 'mileage': 72939, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-31', 'fuel': 'Diesel', 'motExpiry': '2026-12-12', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/54cf1294-adb1-4bed-958a-8acc35e6c81c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/afbc04e2-4af7-46f8-b0ea-bfa587b157bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/6ec0af8d-1292-4ec3-b687-e3f160f4e4dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/2e645b9b-a8b2-460c-bafd-68e72e1fadfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/0b230f1b-0409-4c8d-84cc-d97a46d3e091_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/f1639fe3-f804-4bb8-8f78-df69c1613396_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/01dbd891-0945-42de-92ae-eb7082d38717_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/3edb5df4-ddde-458b-8205-dfba19a0b500_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ15ESV/2026-03-12/image/a2e74648-091a-4786-9f8d-fb4bc9f1ca3e_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES - 50K, 54K, 61K, 65K, 72K - SPARE KEY & SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/63d59538-5e9b-43df-899f-42b25000a441.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888
2026-03-26 05:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8916bacf-8c9b-5e7f-b944-7c4b664689fd with scrape type 2
2026-03-26 05:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8916bacf-8c9b-5e7f-b944-7c4b664689fd with scrape type 2
2026-03-26 05:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8916bacf-8c9b-5e7f-b944-7c4b664689fd, identifier: 120402888
2026-03-26 05:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888
2026-03-26 05:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888
2026-03-26 05:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8916bacf-8c9b-5e7f-b944-7c4b664689fd with identifier: 120402888 to the API
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120402888?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '8916bacf-8c9b-5e7f-b944-7c4b664689fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BJ15ESV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120402888',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE DIESEL HATCHBACK',
'odometer': 72939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-31',
'seller_name': 'Manamanx Ltd',
'title': 'NISSAN JUKE DIESEL HATCHBACK 1.5 dCi Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Acenta Premium 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120402888%27 HTTP/1.1" 200 None
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Saving data for 120402888: {'auction_closing_time': 1774612800.0, 'created_time': 1773403910.889753, 'last_price_update_time': 1774501424.750604}
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120402888') HTTP/1.1" 204 0
2026-03-26 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120653276?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120402526?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120653276, 'registration': 'SG15ULA', 'account': 'MAN039', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 63763, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ee60784c-6ccc-4656-8986-053605e3fe8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/b0c71917-71c3-4ef3-a785-3a2fd35946fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/45c9f60f-aa13-4fc8-aa3b-525a9d923f1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ac6bfa8e-399c-4973-a22d-f79cbdfeb62b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/452ab969-a776-4682-95f7-e2b38f9c0229_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/6ce5f2b0-d97c-46b6-8694-b35256b7bc2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/d23488cf-d85a-48ea-ab0c-ca07daf09d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7ec5f2c1-2890-4805-bd56-d4bf1c42c6b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7b8d3247-d184-4c47-8974-57f209c46dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/e6a7365f-c121-4f85-b113-13ae79c4e70c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 41K, 47K, 53K, 59K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/addfe261-f5c2-416f-991b-f9c593809d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120653276, 'registration': 'SG15ULA', 'account': 'MAN039', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 63763, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-03-19', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ee60784c-6ccc-4656-8986-053605e3fe8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/b0c71917-71c3-4ef3-a785-3a2fd35946fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/45c9f60f-aa13-4fc8-aa3b-525a9d923f1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/ac6bfa8e-399c-4973-a22d-f79cbdfeb62b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/452ab969-a776-4682-95f7-e2b38f9c0229_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/6ce5f2b0-d97c-46b6-8694-b35256b7bc2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/d23488cf-d85a-48ea-ab0c-ca07daf09d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7ec5f2c1-2890-4805-bd56-d4bf1c42c6b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/7b8d3247-d184-4c47-8974-57f209c46dd2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG15ULA/2026-03-23/image/e6a7365f-c121-4f85-b113-13ae79c4e70c_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 41K, 47K, 53K, 59K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/addfe261-f5c2-416f-991b-f9c593809d29.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276
2026-03-26 05:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36103a5-c35e-5de6-b243-78cc043c75aa with scrape type 2
2026-03-26 05:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36103a5-c35e-5de6-b243-78cc043c75aa with scrape type 2
2026-03-26 05:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f36103a5-c35e-5de6-b243-78cc043c75aa, identifier: 120653276
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120402526, 'registration': 'AO65DPN', 'account': 'MAN037', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 i-VTEC SE 5dr', 'mileage': 84298, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO65DPN/2026-03-12/image/99d38eef-da71-4fbb-abe7-d039ceefbe4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f170d61b-2561-4cae-befb-fa088587f7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6885dfa4-a274-4573-b009-e9165052e65f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6bdf07de-c377-4b32-9851-550ccc468ec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/2eb008e3-41d3-4963-a93b-56965f8c3f4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/a3896fb5-cceb-4c43-91e4-16c7d2f979e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/391fe383-d92c-40a7-8d90-b78c5f5a2c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f991948c-c122-41ab-b3b7-6168ece6c953_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/17-10K, 09/18-16K, 09/19-20K, 09/20-27K, 11/21-38K, 03/23-52K, 03/25-74K', 'remarks': 'VOSA STATES - 42K, 52K, 62K, 74K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8148ee33-98cd-4b67-8f2e-9f16eaeaa56b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120402526, 'registration': 'AO65DPN', 'account': 'MAN037', 'make': 'HONDA', 'model': 'HR-V HATCHBACK', 'derivative': '1.5 i-VTEC SE 5dr', 'mileage': 84298, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO65DPN/2026-03-12/image/99d38eef-da71-4fbb-abe7-d039ceefbe4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f170d61b-2561-4cae-befb-fa088587f7bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6885dfa4-a274-4573-b009-e9165052e65f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/6bdf07de-c377-4b32-9851-550ccc468ec4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/2eb008e3-41d3-4963-a93b-56965f8c3f4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/a3896fb5-cceb-4c43-91e4-16c7d2f979e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/391fe383-d92c-40a7-8d90-b78c5f5a2c00_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO65DPN/2026-03-12/image/f991948c-c122-41ab-b3b7-6168ece6c953_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 10/17-10K, 09/18-16K, 09/19-20K, 09/20-27K, 11/21-38K, 03/23-52K, 03/25-74K', 'remarks': 'VOSA STATES - 42K, 52K, 62K, 74K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8148ee33-98cd-4b67-8f2e-9f16eaeaa56b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526
2026-03-26 05:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7b87bb0-4216-566c-8236-5fe15566aee2 with scrape type 2
2026-03-26 05:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7b87bb0-4216-566c-8236-5fe15566aee2 with scrape type 2
2026-03-26 05:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7b87bb0-4216-566c-8236-5fe15566aee2, identifier: 120402526
2026-03-26 05:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276
2026-03-26 05:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276
2026-03-26 05:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f36103a5-c35e-5de6-b243-78cc043c75aa with identifier: 120653276 to the API
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120653276?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f36103a5-c35e-5de6-b243-78cc043c75aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SG15ULA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120653276',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 63763,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-20',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120653276%27 HTTP/1.1" 200 None
2026-03-26 05:03:45 [astonbarclay.gb] INFO: Saving data for 120653276: {'auction_closing_time': 1774612800.0, 'created_time': 1774292825.845377, 'last_price_update_time': 1774501425.364787}
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120653276') HTTP/1.1" 204 0
2026-03-26 05:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526
2026-03-26 05:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526
2026-03-26 05:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7b87bb0-4216-566c-8236-5fe15566aee2 with identifier: 120402526 to the API
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120402526?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'b7b87bb0-4216-566c-8236-5fe15566aee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO65DPN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120402526',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'HR-V HATCHBACK',
'odometer': 84298,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'HONDA HR-V HATCHBACK 1.5 i-VTEC SE 5dr',
'transmission': 'manual',
'trim': '1.5 i-VTEC SE 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120402526%27 HTTP/1.1" 200 None
2026-03-26 05:03:45 [astonbarclay.gb] INFO: Saving data for 120402526: {'auction_closing_time': 1774888200.0, 'created_time': 1773403920.961922, 'last_price_update_time': 1774501425.649265}
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120402526') HTTP/1.1" 204 0
2026-03-26 05:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617164?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120617164, 'registration': 'FM17FPD', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 69667, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM17FPD/2026-03-19/image/19e87505-8bec-4455-bfba-1b8e58795eaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/ff06d061-2f90-489e-9632-f68afd1d3dfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/a99d68a7-d92d-4fd7-85f5-887084a8f602_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/c40ee0eb-a357-4a10-a9c4-3823ac0d16be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/6f07ca7d-a6ec-4110-87de-c0811bed190e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/66fb5b50-7936-44a3-9ebd-1f1c8f8465e0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 13K - 0/19 21K - 07/22 56K - 03/24 ??', 'remarks': 'VOSA STATES 56K - 58K- 60K- 65K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/03dbc3db-f81c-4441-bf3e-031d1b7352f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120617164, 'registration': 'FM17FPD', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS HATCHBACK', 'derivative': '1.0 EcoBoost 125 Titanium 5dr', 'mileage': 69667, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-06-30', 'fuel': 'Petrol', 'motExpiry': '2026-07-10', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM17FPD/2026-03-19/image/19e87505-8bec-4455-bfba-1b8e58795eaf_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/ff06d061-2f90-489e-9632-f68afd1d3dfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/a99d68a7-d92d-4fd7-85f5-887084a8f602_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/c40ee0eb-a357-4a10-a9c4-3823ac0d16be_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/6f07ca7d-a6ec-4110-87de-c0811bed190e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM17FPD/2026-03-19/image/66fb5b50-7936-44a3-9ebd-1f1c8f8465e0_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/18 13K - 0/19 21K - 07/22 56K - 03/24 ??', 'remarks': 'VOSA STATES 56K - 58K- 60K- 65K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/03dbc3db-f81c-4441-bf3e-031d1b7352f3.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164
2026-03-26 05:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with scrape type 2
2026-03-26 05:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with scrape type 2
2026-03-26 05:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf, identifier: 120617164
2026-03-26 05:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164
2026-03-26 05:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164
2026-03-26 05:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf with identifier: 120617164 to the API
2026-03-26 05:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617164?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '1cc2b8a2-ab69-56bc-8f5d-a51a355fcbdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM17FPD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617164',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS HATCHBACK',
'odometer': 69667,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-30',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS HATCHBACK 1.0 EcoBoost 125 Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 125 Titanium 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617164%27 HTTP/1.1" 200 None
2026-03-26 05:03:46 [astonbarclay.gb] INFO: Saving data for 120617164: {'auction_closing_time': 1774888200.0, 'created_time': 1773947549.447131, 'last_price_update_time': 1774501426.176469}
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617164') HTTP/1.1" 204 0
2026-03-26 05:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120754325?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120754325, 'registration': 'YP14CJY', 'account': 'MAN037', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 78572, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-04-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP14CJY/2026-03-25/image/fc873156-a353-4773-a4c2-7fcdc659c411_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/91134e79-a041-4d9d-b3c6-457b8adde80b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/9dc80708-f516-440b-9439-c5cb3eca55ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/34b5ed7a-dad6-4640-8c9a-e8882fc4cbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/73103394-06c6-4a0d-b89f-55bb153b453f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/4514f491-bb74-465d-b6fd-869e739b4b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/b5de0fe6-a527-40db-a4dc-2f603a12ea1c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 04/16 7K', 'remarks': 'VOSA STATES 48K - 55K- 67K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b55cddf9-a240-4607-9a49-339b3dd251fe.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120754325, 'registration': 'YP14CJY', 'account': 'MAN037', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost Titanium 3dr', 'mileage': 78572, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-04-17', 'fuel': 'Petrol', 'motExpiry': '2026-12-11', 'doors': 3, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP14CJY/2026-03-25/image/fc873156-a353-4773-a4c2-7fcdc659c411_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/91134e79-a041-4d9d-b3c6-457b8adde80b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/9dc80708-f516-440b-9439-c5cb3eca55ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/34b5ed7a-dad6-4640-8c9a-e8882fc4cbc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/73103394-06c6-4a0d-b89f-55bb153b453f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/4514f491-bb74-465d-b6fd-869e739b4b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP14CJY/2026-03-25/image/b5de0fe6-a527-40db-a4dc-2f603a12ea1c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 04/16 7K', 'remarks': 'VOSA STATES 48K - 55K- 67K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b55cddf9-a240-4607-9a49-339b3dd251fe.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325
2026-03-26 05:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with scrape type 2
2026-03-26 05:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with scrape type 2
2026-03-26 05:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f, identifier: 120754325
2026-03-26 05:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325
2026-03-26 05:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325
2026-03-26 05:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f with identifier: 120754325 to the API
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120754325?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'a8f6b8ed-6150-5f08-b9d3-ab36270a0a0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP14CJY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120754325',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 78572,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-17',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost Titanium 3dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Titanium 3dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120754325%27 HTTP/1.1" 200 None
2026-03-26 05:03:46 [astonbarclay.gb] INFO: Saving data for 120754325: {'auction_closing_time': 1774888200.0, 'created_time': 1774379295.918955, 'last_price_update_time': 1774501426.723759}
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120754325') HTTP/1.1" 204 0
2026-03-26 05:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120477778?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688264?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120540698?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120477778, 'registration': 'YS64LKE', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.6 TDCi 115 Titanium 5dr', 'mileage': 91815, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-01-02', 'fuel': 'Diesel', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS64LKE/2026-03-16/image/ca856f28-3f6f-41cb-b02d-24053334c7dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/63343054-b1dc-4e2c-af1d-701e1d5f1d0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/be210858-8aff-4c9a-84fe-a19e6851ee39_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/fb5fd2c4-a8b7-4914-b171-778ab6b06f2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/b7634630-81ba-4801-b3e6-5e60bb5119ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/23772e0a-70e1-4f4b-a6e2-ac54bf23dc97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/d89c31ad-6bfc-4815-96d4-8fb16f702014_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/91d23944-40dd-4708-bc17-80c1393ef730_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STAES 56K - 67K - 77K - 90K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d8e2806-19e6-47fc-a022-9a63cb945134.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120477778, 'registration': 'YS64LKE', 'account': 'MAN037', 'make': 'FORD', 'model': 'FOCUS DIESEL ESTATE', 'derivative': '1.6 TDCi 115 Titanium 5dr', 'mileage': 91815, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-01-02', 'fuel': 'Diesel', 'motExpiry': '2027-01-22', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS64LKE/2026-03-16/image/ca856f28-3f6f-41cb-b02d-24053334c7dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/63343054-b1dc-4e2c-af1d-701e1d5f1d0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/be210858-8aff-4c9a-84fe-a19e6851ee39_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/fb5fd2c4-a8b7-4914-b171-778ab6b06f2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/b7634630-81ba-4801-b3e6-5e60bb5119ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/23772e0a-70e1-4f4b-a6e2-ac54bf23dc97_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/d89c31ad-6bfc-4815-96d4-8fb16f702014_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS64LKE/2026-03-16/image/91d23944-40dd-4708-bc17-80c1393ef730_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STAES 56K - 67K - 77K - 90K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d8e2806-19e6-47fc-a022-9a63cb945134.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffbf8e26-68de-5417-9fff-5936fee7cef8 with identifier: 120477778
2026-03-26 05:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffbf8e26-68de-5417-9fff-5936fee7cef8 with scrape type 2
2026-03-26 05:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffbf8e26-68de-5417-9fff-5936fee7cef8 with scrape type 2
2026-03-26 05:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ffbf8e26-68de-5417-9fff-5936fee7cef8, identifier: 120477778
2026-03-26 05:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ffbf8e26-68de-5417-9fff-5936fee7cef8 with identifier: 120477778
2026-03-26 05:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ffbf8e26-68de-5417-9fff-5936fee7cef8 with identifier: 120477778
2026-03-26 05:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ffbf8e26-68de-5417-9fff-5936fee7cef8 with identifier: 120477778 to the API
2026-03-26 05:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120477778?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'ffbf8e26-68de-5417-9fff-5936fee7cef8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS64LKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120477778',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FOCUS DIESEL ESTATE',
'odometer': 91815,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-02',
'seller_name': 'Manamanx Ltd',
'title': 'FORD FOCUS DIESEL ESTATE 1.6 TDCi 115 Titanium 5dr',
'transmission': 'manual',
'trim': '1.6 TDCi 115 Titanium 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120477778%27 HTTP/1.1" 200 None
2026-03-26 05:03:47 [astonbarclay.gb] INFO: Saving data for 120477778: {'auction_closing_time': 1774612800.0, 'created_time': 1773687988.108267, 'last_price_update_time': 1774501427.469962}
2026-03-26 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120477778') HTTP/1.1" 204 0
2026-03-26 05:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120540637?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120688264, 'registration': 'RG07XXX', 'account': 'MAN037', 'make': 'SEAT', 'model': 'LEON DIESEL HATCHBACK', 'derivative': '1.6 TDI SE 5dr [Technology Pack]', 'mileage': 82224, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RG07XXX/2026-03-23/image/54cf623e-9822-4313-afbd-dfa5e9c06ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/fcef4971-334f-46f5-b336-06f8503cb899_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/5b75d679-6f18-4a9e-8390-2f9950dd9c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b7fa0161-9c0f-4c2d-aa50-b47f37e1de24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b650b0ca-ff19-4638-b5e0-b4c6f2c16511_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/86d455f4-f996-4d0b-b920-9c35d7393a10_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/c9e29d18-5cf5-4218-8790-fedccd744544_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/81fdf19e-efcc-49df-a7ea-75d1f5b0c041_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/73f29a91-063d-4bf7-b6df-0ebe299d7fdc_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/22-50k, 03/24-66k, 03/25-72k, 02/26-81k', 'remarks': 'VOSA STATES 58K,66K,72K,81K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0574e020-75a3-468b-8125-b66e72629b39.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120688264, 'registration': 'RG07XXX', 'account': 'MAN037', 'make': 'SEAT', 'model': 'LEON DIESEL HATCHBACK', 'derivative': '1.6 TDI SE 5dr [Technology Pack]', 'mileage': 82224, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-03-31', 'fuel': 'Diesel', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RG07XXX/2026-03-23/image/54cf623e-9822-4313-afbd-dfa5e9c06ba3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/fcef4971-334f-46f5-b336-06f8503cb899_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/5b75d679-6f18-4a9e-8390-2f9950dd9c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b7fa0161-9c0f-4c2d-aa50-b47f37e1de24_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/b650b0ca-ff19-4638-b5e0-b4c6f2c16511_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/86d455f4-f996-4d0b-b920-9c35d7393a10_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/c9e29d18-5cf5-4218-8790-fedccd744544_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/81fdf19e-efcc-49df-a7ea-75d1f5b0c041_removebg.jpg?w=600', 'https://abimg003.imgix.net/RG07XXX/2026-03-23/image/73f29a91-063d-4bf7-b6df-0ebe299d7fdc_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 03/22-50k, 03/24-66k, 03/25-72k, 02/26-81k', 'remarks': 'VOSA STATES 58K,66K,72K,81K, SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0574e020-75a3-468b-8125-b66e72629b39.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264
2026-03-26 05:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9935ff41-ecf2-574c-912b-a1abb56448f6 with scrape type 2
2026-03-26 05:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9935ff41-ecf2-574c-912b-a1abb56448f6 with scrape type 2
2026-03-26 05:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9935ff41-ecf2-574c-912b-a1abb56448f6, identifier: 120688264
2026-03-26 05:03:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120540698, 'registration': 'LD69NPJ', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'GRAND C4 SPACETOURER ESTATE', 'derivative': '1.2 PureTech 130 Feel 5dr', 'mileage': 58793, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8caa1fcf-50e8-422c-b0d5-28c056cda360_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cbfd1d85-172a-42ad-b51b-25fce4b8155c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/54a41429-73ab-4f9e-a3e6-e88136c03afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8edfd012-b99f-41fd-a2a7-b356799c52e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/b632d7c3-0ffd-434d-95a8-ee08ae77fbd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8ff95691-354c-48c7-9cf1-4569ed20721e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/a718d958-7d88-4aab-b0a4-caa04210d2b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cfb7bd9d-96c7-4a8c-9d76-21115db2d487_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/55b0a3ee-f126-4509-8ff9-734b45daf3b3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 39K- 52K -56K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dd3d0ec8-0494-44e1-b165-1ec0b8e4a7b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120540698, 'registration': 'LD69NPJ', 'account': 'MAN037', 'make': 'CITROEN', 'model': 'GRAND C4 SPACETOURER ESTATE', 'derivative': '1.2 PureTech 130 Feel 5dr', 'mileage': 58793, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-09-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8caa1fcf-50e8-422c-b0d5-28c056cda360_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cbfd1d85-172a-42ad-b51b-25fce4b8155c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/54a41429-73ab-4f9e-a3e6-e88136c03afa_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8edfd012-b99f-41fd-a2a7-b356799c52e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/b632d7c3-0ffd-434d-95a8-ee08ae77fbd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/8ff95691-354c-48c7-9cf1-4569ed20721e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/a718d958-7d88-4aab-b0a4-caa04210d2b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/cfb7bd9d-96c7-4a8c-9d76-21115db2d487_removebg.jpg?w=600', 'https://abimg003.imgix.net/LD69NPJ/2026-03-18/image/55b0a3ee-f126-4509-8ff9-734b45daf3b3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 39K- 52K -56K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/dd3d0ec8-0494-44e1-b165-1ec0b8e4a7b6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698
2026-03-26 05:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec43f74-db75-5b12-81a2-da40c71c4e58 with scrape type 2
2026-03-26 05:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec43f74-db75-5b12-81a2-da40c71c4e58 with scrape type 2
2026-03-26 05:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ec43f74-db75-5b12-81a2-da40c71c4e58, identifier: 120540698
2026-03-26 05:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264
2026-03-26 05:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264
2026-03-26 05:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9935ff41-ecf2-574c-912b-a1abb56448f6 with identifier: 120688264 to the API
2026-03-26 05:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688264?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '9935ff41-ecf2-574c-912b-a1abb56448f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RG07XXX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688264',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'LEON DIESEL HATCHBACK',
'odometer': 82224,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-31',
'seller_name': 'Manamanx Ltd',
'title': 'SEAT LEON DIESEL HATCHBACK 1.6 TDI SE 5dr [Technology Pack]',
'transmission': 'manual',
'trim': '1.6 TDI SE 5dr [Technology Pack]',
'vin': None,
'year': 2014}
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688264%27 HTTP/1.1" 200 None
2026-03-26 05:03:48 [astonbarclay.gb] INFO: Saving data for 120688264: {'auction_closing_time': 1774612800.0, 'created_time': 1774272152.48891, 'last_price_update_time': 1774501428.049922}
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688264') HTTP/1.1" 204 0
2026-03-26 05:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698
2026-03-26 05:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698
2026-03-26 05:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ec43f74-db75-5b12-81a2-da40c71c4e58 with identifier: 120540698 to the API
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120540698?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '6ec43f74-db75-5b12-81a2-da40c71c4e58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LD69NPJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120540698',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'CITROEN',
'model': 'GRAND C4 SPACETOURER ESTATE',
'odometer': 58793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-30',
'seller_name': 'Manamanx Ltd',
'title': 'CITROEN GRAND C4 SPACETOURER ESTATE 1.2 PureTech 130 Feel 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 130 Feel 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120540698%27 HTTP/1.1" 200 None
2026-03-26 05:03:48 [astonbarclay.gb] INFO: Saving data for 120540698: {'auction_closing_time': 1774612800.0, 'created_time': 1773774204.713381, 'last_price_update_time': 1774501428.391855}
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120540698') HTTP/1.1" 204 0
2026-03-26 05:03:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120540637, 'registration': 'SV12OKD', 'account': 'MAN037', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d SE 5dr', 'mileage': 122509, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-07', 'fuel': 'Diesel', 'motExpiry': '2027-01-24', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV12OKD/2026-03-18/image/3dd5505d-e6e7-422f-a3c1-a673c47850d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/d5efdf7d-4f2c-44d4-aa08-695fca4bbdf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/2334ce4f-dcf2-44cb-92de-2f05dfe8c19d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/7e7e224d-7980-421b-8976-9604d995b1aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/6efc303a-a21d-4f96-872d-3553dc822390_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/91dcfee9-d352-40b7-a9b9-a033edbf758c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 90K- 98K - 109K- 115K- 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc6aad1b-39b5-4a28-933c-bdecdcfc1781.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120540637, 'registration': 'SV12OKD', 'account': 'MAN037', 'make': 'BMW', 'model': 'X3 DIESEL ESTATE', 'derivative': 'xDrive20d SE 5dr', 'mileage': 122509, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2012-03-07', 'fuel': 'Diesel', 'motExpiry': '2027-01-24', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/SV12OKD/2026-03-18/image/3dd5505d-e6e7-422f-a3c1-a673c47850d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/d5efdf7d-4f2c-44d4-aa08-695fca4bbdf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/2334ce4f-dcf2-44cb-92de-2f05dfe8c19d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/7e7e224d-7980-421b-8976-9604d995b1aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/6efc303a-a21d-4f96-872d-3553dc822390_removebg.jpg?w=600', 'https://abimg003.imgix.net/SV12OKD/2026-03-18/image/91dcfee9-d352-40b7-a9b9-a033edbf758c_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 90K- 98K - 109K- 115K- 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 149, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fc6aad1b-39b5-4a28-933c-bdecdcfc1781.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637
2026-03-26 05:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a5eec79-4f38-53e2-b753-723060375f86 with scrape type 2
2026-03-26 05:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a5eec79-4f38-53e2-b753-723060375f86 with scrape type 2
2026-03-26 05:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a5eec79-4f38-53e2-b753-723060375f86, identifier: 120540637
2026-03-26 05:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637
2026-03-26 05:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637
2026-03-26 05:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a5eec79-4f38-53e2-b753-723060375f86 with identifier: 120540637 to the API
2026-03-26 05:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120540637?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 149,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '5a5eec79-4f38-53e2-b753-723060375f86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SV12OKD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120540637',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': 'X3 DIESEL ESTATE',
'odometer': 122509,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-07',
'seller_name': 'Manamanx Ltd',
'title': 'BMW X3 DIESEL ESTATE xDrive20d SE 5dr',
'transmission': 'manual',
'trim': 'xDrive20d SE 5dr',
'vin': None,
'year': 2012}
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120540637%27 HTTP/1.1" 200 None
2026-03-26 05:03:49 [astonbarclay.gb] INFO: Saving data for 120540637: {'auction_closing_time': 1774612800.0, 'created_time': 1773774113.66417, 'last_price_update_time': 1774501429.084538}
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120540637') HTTP/1.1" 204 0
2026-03-26 05:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120543427?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582597?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120617178?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120543427, 'registration': 'M4NLG', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr Step Auto', 'mileage': 69218, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-07-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/M4NLG/2026-03-18/image/e79a69d3-e501-4fde-a718-e765f621c48a_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/241821ee-54cb-4c3d-ac07-96d8834f5e8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/4d6b0db8-8a05-4cab-9607-e3e3c1f476b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/e558d6f1-d769-4c76-b50f-64154741fe4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/78ddf1cc-cf43-4632-84ba-492c8f6b2568_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/78c36ba6-ec5b-4451-b146-1f0ac0dc187a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 45K- 51K- 59K- 68K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60ef11a4-da60-41de-8adc-dc8faa936e53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120543427, 'registration': 'M4NLG', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr Step Auto', 'mileage': 69218, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2012-07-02', 'fuel': 'Petrol', 'motExpiry': '2027-01-13', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/M4NLG/2026-03-18/image/e79a69d3-e501-4fde-a718-e765f621c48a_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/241821ee-54cb-4c3d-ac07-96d8834f5e8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/4d6b0db8-8a05-4cab-9607-e3e3c1f476b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/e558d6f1-d769-4c76-b50f-64154741fe4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/78ddf1cc-cf43-4632-84ba-492c8f6b2568_removebg.jpg?w=600', 'https://abimg003.imgix.net/M4NLG/2026-03-18/image/78c36ba6-ec5b-4451-b146-1f0ac0dc187a_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 45K- 51K- 59K- 68K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/60ef11a4-da60-41de-8adc-dc8faa936e53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cea1755-440c-550e-9b6d-bac4871367be with identifier: 120543427
2026-03-26 05:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cea1755-440c-550e-9b6d-bac4871367be with scrape type 2
2026-03-26 05:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cea1755-440c-550e-9b6d-bac4871367be with scrape type 2
2026-03-26 05:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1cea1755-440c-550e-9b6d-bac4871367be, identifier: 120543427
2026-03-26 05:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1cea1755-440c-550e-9b6d-bac4871367be with identifier: 120543427
2026-03-26 05:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1cea1755-440c-550e-9b6d-bac4871367be with identifier: 120543427
2026-03-26 05:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1cea1755-440c-550e-9b6d-bac4871367be with identifier: 120543427 to the API
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120543427?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1cea1755-440c-550e-9b6d-bac4871367be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'M4NLG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120543427',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 69218,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-07-02',
'seller_name': 'Manamanx Ltd',
'title': 'BMW 1 SERIES HATCHBACK 116i Sport 5dr Step Auto',
'transmission': 'automatic',
'trim': '116i Sport 5dr Step Auto',
'vin': None,
'year': 2012}
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120543427%27 HTTP/1.1" 200 None
2026-03-26 05:03:49 [astonbarclay.gb] INFO: Saving data for 120543427: {'auction_closing_time': 1774612800.0, 'created_time': 1773774112.23255, 'last_price_update_time': 1774501429.745183}
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120543427') HTTP/1.1" 204 0
2026-03-26 05:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120337279?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120582597, 'registration': 'SE14XEC', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 104074, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14XEC/2026-03-18/image/ae6bc4a6-31f3-41bb-92df-df3dda32f404_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/54e1ee38-4606-4fb0-b65d-d6ee2ad656b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/5d846c39-1e23-4b4b-ad0c-23ce2fd7bf0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/a80f75d7-cd88-4441-8673-df0ec2c55db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/78fe54d4-7574-434e-8646-53eec54415c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/32e797c2-c65b-458b-943c-2254fc664133_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 8K - 07/16 15K - 07/17 23K - 07/18 29K - 07/19 34K - 08/20 45K- 06/21 50K - 07/22 ?? 08/23 79K -', 'remarks': 'VOSA STATES 64K- 79K- 90K - 101K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9335184-3273-4219-ba46-04643680e9c5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120582597, 'registration': 'SE14XEC', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.0 SE 5dr', 'mileage': 104074, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-12-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SE14XEC/2026-03-18/image/ae6bc4a6-31f3-41bb-92df-df3dda32f404_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/54e1ee38-4606-4fb0-b65d-d6ee2ad656b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/5d846c39-1e23-4b4b-ad0c-23ce2fd7bf0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/a80f75d7-cd88-4441-8673-df0ec2c55db6_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/78fe54d4-7574-434e-8646-53eec54415c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SE14XEC/2026-03-18/image/32e797c2-c65b-458b-943c-2254fc664133_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/15 8K - 07/16 15K - 07/17 23K - 07/18 29K - 07/19 34K - 08/20 45K- 06/21 50K - 07/22 ?? 08/23 79K -', 'remarks': 'VOSA STATES 64K- 79K- 90K - 101K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e9335184-3273-4219-ba46-04643680e9c5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597
2026-03-26 05:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 436da720-5094-5ace-addf-89b166215e7c with scrape type 2
2026-03-26 05:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 436da720-5094-5ace-addf-89b166215e7c with scrape type 2
2026-03-26 05:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 436da720-5094-5ace-addf-89b166215e7c, identifier: 120582597
2026-03-26 05:03:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120617178, 'registration': 'RE63RYV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr CVT', 'mileage': 38577, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE63RYV/2026-03-20/image/73b2452f-36ec-4af1-b586-eb0ca1d4baa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/5d990f03-8b15-4408-b35b-e68bf86bc722_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/c12e83c2-c76f-4548-b6e5-3ff537dfeeb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/af01c55f-b76d-4e71-b8d2-cb9f03fc7125_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/067d1097-4dbb-4f41-aabd-ff60ceca1d51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/e507eddf-1fce-465c-8a4e-ae72358df971_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/56397138-cee2-4862-9050-7eb9814bb17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/07934e29-69e0-42f1-8a87-c10c2d418c40_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/03c42c64-31ff-41ff-9583-e793ff767c6d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/16 6K - 04/24 19K - 11/25 36K', 'remarks': 'VOSA STATES 11K- 11K- 19K - 29K-SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/182934ba-e5bd-43e2-a77e-b123ec5e9abd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120617178, 'registration': 'RE63RYV', 'account': 'MAN037', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK SPECIAL EDITIONS', 'derivative': '1.6 N-Tec 5dr CVT', 'mileage': 38577, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2013-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-04-26', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE63RYV/2026-03-20/image/73b2452f-36ec-4af1-b586-eb0ca1d4baa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/5d990f03-8b15-4408-b35b-e68bf86bc722_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/c12e83c2-c76f-4548-b6e5-3ff537dfeeb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/af01c55f-b76d-4e71-b8d2-cb9f03fc7125_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/067d1097-4dbb-4f41-aabd-ff60ceca1d51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/e507eddf-1fce-465c-8a4e-ae72358df971_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/56397138-cee2-4862-9050-7eb9814bb17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/07934e29-69e0-42f1-8a87-c10c2d418c40_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE63RYV/2026-03-20/image/03c42c64-31ff-41ff-9583-e793ff767c6d_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 05/16 6K - 04/24 19K - 11/25 36K', 'remarks': 'VOSA STATES 11K- 11K- 19K - 29K-SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/182934ba-e5bd-43e2-a77e-b123ec5e9abd.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178
2026-03-26 05:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with scrape type 2
2026-03-26 05:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with scrape type 2
2026-03-26 05:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18, identifier: 120617178
2026-03-26 05:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597
2026-03-26 05:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597
2026-03-26 05:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 436da720-5094-5ace-addf-89b166215e7c with identifier: 120582597 to the API
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582597?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '436da720-5094-5ace-addf-89b166215e7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SE14XEC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582597',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 104074,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-30',
'seller_name': 'Manamanx Ltd',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.0 SE 5dr',
'transmission': 'manual',
'trim': '1.0 SE 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582597%27 HTTP/1.1" 200 None
2026-03-26 05:03:50 [astonbarclay.gb] INFO: Saving data for 120582597: {'auction_closing_time': 1774612800.0, 'created_time': 1773839075.295355, 'last_price_update_time': 1774501430.272407}
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582597') HTTP/1.1" 204 0
2026-03-26 05:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178
2026-03-26 05:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178
2026-03-26 05:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18 with identifier: 120617178 to the API
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120617178?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '1ef5a54e-5cb3-5da4-ac57-1a35ce1deb18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE63RYV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120617178',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK SPECIAL EDITIONS',
'odometer': 38577,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-29',
'seller_name': 'Manamanx Ltd',
'title': 'NISSAN JUKE HATCHBACK SPECIAL EDITIONS 1.6 N-Tec 5dr CVT',
'transmission': 'automatic',
'trim': '1.6 N-Tec 5dr CVT',
'vin': None,
'year': 2013}
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120617178%27 HTTP/1.1" 200 None
2026-03-26 05:03:50 [astonbarclay.gb] INFO: Saving data for 120617178: {'auction_closing_time': 1774612800.0, 'created_time': 1773947560.785466, 'last_price_update_time': 1774501430.605609}
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120617178') HTTP/1.1" 204 0
2026-03-26 05:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688601?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120581824?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120337279, 'registration': 'RO23XSC', 'account': 'OGI001', 'make': 'RENAULT', 'model': 'KANGOO L1 E-TECH', 'derivative': 'ML19 90kW 44kWh Advance Van Auto', 'mileage': 14765, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-07-28', 'fuel': 'Electric', 'motExpiry': None, 'doors': None, 'engineSize': None, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/RO23XSC/2026-03-17/image/51400367-9e55-4917-844b-6b030b20d51e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/b9e54fd2-c2c0-4b77-bf8a-d2e3e75d0db2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/82fcad12-4cc3-447f-b5f4-8554a4487eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/3cbf46dd-545d-442d-ab44-5d87db9bef2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/e5bcd639-3f06-4a2d-ba58-cc0edc5e4faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/391bb188-7710-467d-a1e0-18a00c91ea4b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 09/25 12k', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/598ef2d3-6821-463d-b479-bfc77e34d77e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120337279, 'registration': 'RO23XSC', 'account': 'OGI001', 'make': 'RENAULT', 'model': 'KANGOO L1 E-TECH', 'derivative': 'ML19 90kW 44kWh Advance Van Auto', 'mileage': 14765, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 18966, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-31T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-07-28', 'fuel': 'Electric', 'motExpiry': None, 'doors': None, 'engineSize': None, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/RO23XSC/2026-03-17/image/51400367-9e55-4917-844b-6b030b20d51e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/b9e54fd2-c2c0-4b77-bf8a-d2e3e75d0db2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/82fcad12-4cc3-447f-b5f4-8554a4487eba_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/3cbf46dd-545d-442d-ab44-5d87db9bef2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/e5bcd639-3f06-4a2d-ba58-cc0edc5e4faa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RO23XSC/2026-03-17/image/391bb188-7710-467d-a1e0-18a00c91ea4b_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': 'Service digital 09/25 12k', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Ogilvie Fleet', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/598ef2d3-6821-463d-b479-bfc77e34d77e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279
2026-03-26 05:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with scrape type 2
2026-03-26 05:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with scrape type 2
2026-03-26 05:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64, identifier: 120337279
2026-03-26 05:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279
2026-03-26 05:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279
2026-03-26 05:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e972fd3c-0165-50cf-b0bd-5fe3f8d29b64 with identifier: 120337279 to the API
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120337279?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T09:00:00Z',
'fuel_type': 'Electric',
'id': 'e972fd3c-0165-50cf-b0bd-5fe3f8d29b64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RO23XSC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120337279',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'KANGOO L1 E-TECH',
'odometer': 14765,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-28',
'seller_name': 'Ogilvie Fleet',
'title': 'RENAULT KANGOO L1 E-TECH ML19 90kW 44kWh Advance Van Auto',
'transmission': 'automatic',
'trim': 'ML19 90kW 44kWh Advance Van Auto',
'vin': None,
'year': 2023}
2026-03-26 05:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120337279%27 HTTP/1.1" 200 None
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Saving data for 120337279: {'auction_closing_time': 1774947600.0, 'created_time': 1773687783.581029, 'last_price_update_time': 1774501431.006282}
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120337279') HTTP/1.1" 204 0
2026-03-26 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668153?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120688601, 'registration': 'HV64KCY', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr', 'mileage': 94530, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-08', 'fuel': 'Petrol', 'motExpiry': '2026-10-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b631866f-50ee-41d8-b2f8-8c1acca1e85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3e92be21-70b1-4e3a-a5c6-df31b29ded32_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3497df26-d8a0-422e-82b3-9107926032c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/0c45290d-9a9f-4b76-b133-dbf549f70706_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/96edc061-2d69-4a78-81ab-b2f8c8c1103f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/cf20d5f6-1876-4e5a-8914-71bf84c0c216_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b41a45b5-befa-44ee-a0db-d7327fae913c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/9623d9d4-ca3a-4123-b94e-15613039087f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/60991b26-e850-47c6-aa54-2b176f734a05_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 72K- 78K -83K- 91K-SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7feee16-cb2e-4a26-80d1-7c3402ba403b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120688601, 'registration': 'HV64KCY', 'account': 'MAN037', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '116i Sport 5dr', 'mileage': 94530, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-08', 'fuel': 'Petrol', 'motExpiry': '2026-10-27', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b631866f-50ee-41d8-b2f8-8c1acca1e85f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3e92be21-70b1-4e3a-a5c6-df31b29ded32_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/3497df26-d8a0-422e-82b3-9107926032c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/0c45290d-9a9f-4b76-b133-dbf549f70706_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/96edc061-2d69-4a78-81ab-b2f8c8c1103f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/cf20d5f6-1876-4e5a-8914-71bf84c0c216_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/b41a45b5-befa-44ee-a0db-d7327fae913c_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/9623d9d4-ca3a-4123-b94e-15613039087f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HV64KCY/2026-03-23/image/60991b26-e850-47c6-aa54-2b176f734a05_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 72K- 78K -83K- 91K-SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 131, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a7feee16-cb2e-4a26-80d1-7c3402ba403b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601
2026-03-26 05:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f23ae2de-31d6-598f-949f-08e1be3326c5 with scrape type 2
2026-03-26 05:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f23ae2de-31d6-598f-949f-08e1be3326c5 with scrape type 2
2026-03-26 05:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f23ae2de-31d6-598f-949f-08e1be3326c5, identifier: 120688601
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120581824, 'registration': 'FP67PMX', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0T 115 SRi Vx-line 5dr', 'mileage': 116816, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-22', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP67PMX/2026-03-19/image/8d6ddae6-e81d-4651-bfea-bfa833dc4b65_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/9b24bb4b-32cb-48d3-89ed-540d103837ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/b8ab4e1e-129c-465c-b831-d4d213719221_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/463cb643-8798-4b6c-b41c-b899a43d364c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/5713b572-c1be-44c5-9892-08497e71cd8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/21f58dfe-95a9-4789-93bb-3b2ac704357f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/18 8K - 04/19 16K - 11/19 25K - 08/20 32K -', 'remarks': 'VOSA STATES 34K- 44K- 61K- 87K- 110K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e7ea122-2dc6-434d-8119-32b44be91f70.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120581824, 'registration': 'FP67PMX', 'account': 'MAN037', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.0T 115 SRi Vx-line 5dr', 'mileage': 116816, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-11-22', 'fuel': 'Petrol', 'motExpiry': '2026-07-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FP67PMX/2026-03-19/image/8d6ddae6-e81d-4651-bfea-bfa833dc4b65_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/9b24bb4b-32cb-48d3-89ed-540d103837ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/b8ab4e1e-129c-465c-b831-d4d213719221_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/463cb643-8798-4b6c-b41c-b899a43d364c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/5713b572-c1be-44c5-9892-08497e71cd8b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP67PMX/2026-03-19/image/21f58dfe-95a9-4789-93bb-3b2ac704357f_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/18 8K - 04/19 16K - 11/19 25K - 08/20 32K -', 'remarks': 'VOSA STATES 34K- 44K- 61K- 87K- 110K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9e7ea122-2dc6-434d-8119-32b44be91f70.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824
2026-03-26 05:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75f52838-db56-5ad8-81db-bebf03b27c4e with scrape type 2
2026-03-26 05:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75f52838-db56-5ad8-81db-bebf03b27c4e with scrape type 2
2026-03-26 05:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 75f52838-db56-5ad8-81db-bebf03b27c4e, identifier: 120581824
2026-03-26 05:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601
2026-03-26 05:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601
2026-03-26 05:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f23ae2de-31d6-598f-949f-08e1be3326c5 with identifier: 120688601 to the API
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688601?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 131,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f23ae2de-31d6-598f-949f-08e1be3326c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HV64KCY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688601',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 94530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-08',
'seller_name': 'Manamanx Ltd',
'title': 'BMW 1 SERIES HATCHBACK 116i Sport 5dr',
'transmission': 'manual',
'trim': '116i Sport 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688601%27 HTTP/1.1" 200 None
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Saving data for 120688601: {'auction_closing_time': 1774612800.0, 'created_time': 1774272188.766034, 'last_price_update_time': 1774501431.610195}
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688601') HTTP/1.1" 204 0
2026-03-26 05:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824
2026-03-26 05:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824
2026-03-26 05:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 75f52838-db56-5ad8-81db-bebf03b27c4e with identifier: 120581824 to the API
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120581824?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '75f52838-db56-5ad8-81db-bebf03b27c4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP67PMX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120581824',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 116816,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-22',
'seller_name': 'Manamanx Ltd',
'title': 'VAUXHALL CORSA HATCHBACK 1.0T 115 SRi Vx-line 5dr',
'transmission': 'manual',
'trim': '1.0T 115 SRi Vx-line 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120581824%27 HTTP/1.1" 200 None
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Saving data for 120581824: {'auction_closing_time': 1774888200.0, 'created_time': 1773839078.76738, 'last_price_update_time': 1774501431.896287}
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120581824') HTTP/1.1" 204 0
2026-03-26 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120461525?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120573970?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667917?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666157?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668153, 'registration': 'EF09LNV', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 142200, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-08-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF09LNV/2026-03-24/image/29222b0a-62fb-44b4-bb2c-0dcd07fa9d1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/ab036dc0-60eb-406f-abc2-6be1ac01a5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/15827f01-e643-4a49-9d5e-76a1a99e24c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/49520006-7c96-400b-9e53-4cf781d97ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/da0cfe77-cf6b-4f1d-9505-051894a96707_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/a583a891-1c94-4ca1-9bf2-1146e2e7e12b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/195d2425-56d3-4bfa-a2c3-8ef1ff18ee7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/54a845c7-e201-4ffe-86ea-d443635449ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/de81e7b8-a048-43d8-950d-7e3af75758c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/12 33K - 07/16 73K - 07/17 88K', 'remarks': 'VOSA STATES 126K 134K- 139K- 141K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e5b68a3-d8dc-4cd8-b2f6-dae488e2dc1e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668153, 'registration': 'EF09LNV', 'account': 'WBA004', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.25 Zetec 5dr [82]', 'mileage': 142200, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2009-08-07', 'fuel': 'Petrol', 'motExpiry': '2026-07-31', 'doors': 5, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF09LNV/2026-03-24/image/29222b0a-62fb-44b4-bb2c-0dcd07fa9d1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/ab036dc0-60eb-406f-abc2-6be1ac01a5dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/15827f01-e643-4a49-9d5e-76a1a99e24c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/49520006-7c96-400b-9e53-4cf781d97ce1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/da0cfe77-cf6b-4f1d-9505-051894a96707_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/a583a891-1c94-4ca1-9bf2-1146e2e7e12b_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/195d2425-56d3-4bfa-a2c3-8ef1ff18ee7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/54a845c7-e201-4ffe-86ea-d443635449ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF09LNV/2026-03-24/image/de81e7b8-a048-43d8-950d-7e3af75758c9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/12 33K - 07/16 73K - 07/17 88K', 'remarks': 'VOSA STATES 126K 134K- 139K- 141K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8e5b68a3-d8dc-4cd8-b2f6-dae488e2dc1e.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153
2026-03-26 05:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbbb7048-d93b-5858-a2f9-49ea73970c6d with scrape type 2
2026-03-26 05:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbbb7048-d93b-5858-a2f9-49ea73970c6d with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bbbb7048-d93b-5858-a2f9-49ea73970c6d, identifier: 120668153
2026-03-26 05:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153
2026-03-26 05:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153
2026-03-26 05:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bbbb7048-d93b-5858-a2f9-49ea73970c6d with identifier: 120668153 to the API
2026-03-26 05:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668153?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'bbbb7048-d93b-5858-a2f9-49ea73970c6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF09LNV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668153',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 142200,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-08-07',
'seller_name': 'UKCGR - Trade',
'title': 'FORD FIESTA HATCHBACK 1.25 Zetec 5dr [82]',
'transmission': 'manual',
'trim': '1.25 Zetec 5dr [82]',
'vin': None,
'year': 2009}
2026-03-26 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668153%27 HTTP/1.1" 200 None
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Saving data for 120668153: {'auction_closing_time': 1774888200.0, 'created_time': 1774271740.822725, 'last_price_update_time': 1774501432.323357}
2026-03-26 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668153') HTTP/1.1" 204 0
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120461525, 'registration': 'YM17JEO', 'account': 'SMC024', 'make': 'MAZDA', 'model': 'CX-3 DIESEL HATCHBACK', 'derivative': '1.5d SE-L Nav 5dr', 'mileage': 90170, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YM17JEO/2026-03-18/image/b1a3bc57-0218-4ab9-9444-738e399e5a28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/cffdb5b2-f1b3-4d8e-926c-1f77000a04c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c5e53923-bc8b-488a-ba63-7fbfacdae22e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/6c1a984a-3f0e-475d-bba2-891abdaef7ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c62fea16-46e4-4a62-b512-c1fd59d4fb32_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/e1769176-f2a1-4acc-9f16-56fe7a34dbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/a0685dbb-585d-4c06-9d8d-33f2947983b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/bcbc809e-c894-48c1-a4c6-9c120f4d2858_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/0ea57fbf-c9c2-4df1-9357-661dcafd8942_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/17 10k - 06/18 20k - 12/18 33k', 'remarks': 'VOSA STATES 71K- 75K- 81K - 88K - SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be7650cb-6848-4759-8604-b33c97decb16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120461525, 'registration': 'YM17JEO', 'account': 'SMC024', 'make': 'MAZDA', 'model': 'CX-3 DIESEL HATCHBACK', 'derivative': '1.5d SE-L Nav 5dr', 'mileage': 90170, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2017-07-31', 'fuel': 'Diesel', 'motExpiry': '2027-01-04', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YM17JEO/2026-03-18/image/b1a3bc57-0218-4ab9-9444-738e399e5a28_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/cffdb5b2-f1b3-4d8e-926c-1f77000a04c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c5e53923-bc8b-488a-ba63-7fbfacdae22e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/6c1a984a-3f0e-475d-bba2-891abdaef7ee_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/c62fea16-46e4-4a62-b512-c1fd59d4fb32_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/e1769176-f2a1-4acc-9f16-56fe7a34dbf1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/a0685dbb-585d-4c06-9d8d-33f2947983b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/bcbc809e-c894-48c1-a4c6-9c120f4d2858_removebg.jpg?w=600', 'https://abimg003.imgix.net/YM17JEO/2026-03-18/image/0ea57fbf-c9c2-4df1-9357-661dcafd8942_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/17 10k - 06/18 20k - 12/18 33k', 'remarks': 'VOSA STATES 71K- 75K- 81K - 88K - SD CARD IN OFFICE', 'virtual': False, 'seller': 'SMC Ford Gillingham', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be7650cb-6848-4759-8604-b33c97decb16.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525
2026-03-26 05:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae605f9-9896-5153-952b-b34c66f1c10f with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ae605f9-9896-5153-952b-b34c66f1c10f with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6ae605f9-9896-5153-952b-b34c66f1c10f, identifier: 120461525
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120573970, 'registration': 'LT60GGV', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI Sport 5dr CVT Auto', 'mileage': 81685, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-03-18', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT60GGV/2026-03-19/image/a38a801c-628f-42bb-bf26-c0eaf8e1e1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db89fbb0-5706-4a53-830c-21e91ecc7112_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/98fd7326-f4cf-408a-ad15-d46132b4c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/d410b0f3-ef4e-496d-bcdb-986ee9b23469_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/54d7b0fa-f4f4-4ff9-8786-152289b4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/42160727-ca7c-49f4-97e0-7ad264976e5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/ca60e2d2-fb49-4898-93c0-4ba8ff851606_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db144b29-a763-4782-b0d3-62879c79bf57_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/e49f1cea-74de-408d-8922-4d80f2a5db58_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 58K, 63K, 67K, 72K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62d7160c-a3eb-4a73-a439-3baea074f208.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120573970, 'registration': 'LT60GGV', 'account': 'WBA004', 'make': 'MERCEDES-BENZ', 'model': 'B CLASS DIESEL HATCHBACK', 'derivative': 'B180 CDI Sport 5dr CVT Auto', 'mileage': 81685, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2010-09-24', 'fuel': 'Diesel', 'motExpiry': '2026-03-18', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LT60GGV/2026-03-19/image/a38a801c-628f-42bb-bf26-c0eaf8e1e1d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db89fbb0-5706-4a53-830c-21e91ecc7112_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/98fd7326-f4cf-408a-ad15-d46132b4c6e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/d410b0f3-ef4e-496d-bcdb-986ee9b23469_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/54d7b0fa-f4f4-4ff9-8786-152289b4d18c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/42160727-ca7c-49f4-97e0-7ad264976e5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/ca60e2d2-fb49-4898-93c0-4ba8ff851606_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/db144b29-a763-4782-b0d3-62879c79bf57_removebg.jpg?w=600', 'https://abimg003.imgix.net/LT60GGV/2026-03-19/image/e49f1cea-74de-408d-8922-4d80f2a5db58_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 58K, 63K, 67K, 72K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 158, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62d7160c-a3eb-4a73-a439-3baea074f208.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970
2026-03-26 05:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85e26797-eaab-5fcb-871a-26846d92127b with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85e26797-eaab-5fcb-871a-26846d92127b with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85e26797-eaab-5fcb-871a-26846d92127b, identifier: 120573970
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667917, 'registration': 'BV12NRL', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 126725, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-18', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BV12NRL/2026-03-24/image/565788a4-c76c-440b-86ab-eae6b000a279_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/b561c3a3-2202-4cdc-b7ec-9ea2bb56d0ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a22e7009-4536-4814-9275-58ccc025a90e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a141be73-1f52-4715-b4c9-1dfadd1fe42b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/50884db9-20a7-4e71-8c1f-437c4cab0092_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/635f6718-1785-4bfd-adb6-11d6dacbb629_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/78ed8ad6-a83f-4ca9-84a5-a666d78c408f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/65edb9dd-6bc7-4873-83c4-926675e56aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/f430083f-4f0a-4c47-8fec-b4deb571f37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/34ae91b2-4ab0-484a-b89d-8ae9e23e1b32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/13 13K - 03/15 34K - 03/16 44K - 03/18 55K - 03/19 63K - 05/20 66K - 04/22 77K 08/24 117K', 'remarks': 'VOSA STATES 76K- 93K- 113K 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87e20f30-f095-4365-960c-7546998a7913.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667917, 'registration': 'BV12NRL', 'account': 'WBA004', 'make': 'JAGUAR', 'model': 'XF DIESEL SALOON', 'derivative': '3.0d V6 Luxury 4dr Auto', 'mileage': 126725, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2012-03-09', 'fuel': 'Diesel', 'motExpiry': '2026-04-18', 'doors': 4, 'engineSize': 2993, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/BV12NRL/2026-03-24/image/565788a4-c76c-440b-86ab-eae6b000a279_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/b561c3a3-2202-4cdc-b7ec-9ea2bb56d0ab_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a22e7009-4536-4814-9275-58ccc025a90e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/a141be73-1f52-4715-b4c9-1dfadd1fe42b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/50884db9-20a7-4e71-8c1f-437c4cab0092_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/635f6718-1785-4bfd-adb6-11d6dacbb629_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/78ed8ad6-a83f-4ca9-84a5-a666d78c408f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/65edb9dd-6bc7-4873-83c4-926675e56aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/f430083f-4f0a-4c47-8fec-b4deb571f37f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV12NRL/2026-03-24/image/34ae91b2-4ab0-484a-b89d-8ae9e23e1b32_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 02/13 13K - 03/15 34K - 03/16 44K - 03/18 55K - 03/19 63K - 05/20 66K - 04/22 77K 08/24 117K', 'remarks': 'VOSA STATES 76K- 93K- 113K 121K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 169, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87e20f30-f095-4365-960c-7546998a7913.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917
2026-03-26 05:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 53aaf637-c67a-53ff-8611-15d7ff39cbf6, identifier: 120667917
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666157, 'registration': 'EG66FEK', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 5dr', 'mileage': 99431, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG66FEK/2026-03-23/image/bf33fc95-80ca-4e0c-b5dc-710d8c2e3417_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/42948056-70e9-46dc-a45a-f75717e1debb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/da2db7b3-c9c7-4576-a28e-9021aa174a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/627935b9-e658-46c7-8591-dfbdb45d1b66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/8bb072ed-7b8e-44ae-9f9b-0fc29315db5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/1d04ab35-08a5-40ea-a385-d3cc1a13537d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/859b6135-03b5-4fce-98ae-41c8be5b37a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4c6955db-5c6f-4944-b6ba-8d6d70799ce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/5cb3daa2-8d00-4a4e-9080-1f22a23d53a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4440c911-9aa2-4ae2-a8fa-ba568a6f1100_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/18 10K - 12/18 20K - 01/20 31K - 05/21 44K - 01/22 52K -', 'remarks': 'VOSA DISCREPANCY 31K- 42K- 76K- 62K- 74K (FAIL)- 74K- 87K (FAIL) 87K- 87K- 99K (FAIL) - 99K - SPARE KEY IN OFFICE -', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/355f2c0a-c6e9-49d4-ba51-335609dd5671.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666157, 'registration': 'EG66FEK', 'account': 'WBA003', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost 140 ST-Line 5dr', 'mileage': 99431, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EG66FEK/2026-03-23/image/bf33fc95-80ca-4e0c-b5dc-710d8c2e3417_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/42948056-70e9-46dc-a45a-f75717e1debb_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/da2db7b3-c9c7-4576-a28e-9021aa174a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/627935b9-e658-46c7-8591-dfbdb45d1b66_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/8bb072ed-7b8e-44ae-9f9b-0fc29315db5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/1d04ab35-08a5-40ea-a385-d3cc1a13537d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/859b6135-03b5-4fce-98ae-41c8be5b37a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4c6955db-5c6f-4944-b6ba-8d6d70799ce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/5cb3daa2-8d00-4a4e-9080-1f22a23d53a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EG66FEK/2026-03-23/image/4440c911-9aa2-4ae2-a8fa-ba568a6f1100_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/18 10K - 12/18 20K - 01/20 31K - 05/21 44K - 01/22 52K -', 'remarks': 'VOSA DISCREPANCY 31K- 42K- 76K- 62K- 74K (FAIL)- 74K- 87K (FAIL) 87K- 87K- 99K (FAIL) - 99K - SPARE KEY IN OFFICE -', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 104, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/355f2c0a-c6e9-49d4-ba51-335609dd5671.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157
2026-03-26 05:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 782638ee-a78c-5351-8c12-66f1ae81835c with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 782638ee-a78c-5351-8c12-66f1ae81835c with scrape type 2
2026-03-26 05:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 782638ee-a78c-5351-8c12-66f1ae81835c, identifier: 120666157
2026-03-26 05:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525
2026-03-26 05:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525
2026-03-26 05:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6ae605f9-9896-5153-952b-b34c66f1c10f with identifier: 120461525 to the API
2026-03-26 05:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120461525?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Diesel',
'id': '6ae605f9-9896-5153-952b-b34c66f1c10f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YM17JEO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120461525',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MAZDA',
'model': 'CX-3 DIESEL HATCHBACK',
'odometer': 90170,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-31',
'seller_name': 'SMC Ford Gillingham',
'title': 'MAZDA CX-3 DIESEL HATCHBACK 1.5d SE-L Nav 5dr',
'transmission': 'manual',
'trim': '1.5d SE-L Nav 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120461525%27 HTTP/1.1" 200 None
2026-03-26 05:03:53 [astonbarclay.gb] INFO: Saving data for 120461525: {'auction_closing_time': 1774612800.0, 'created_time': 1773838938.01397, 'last_price_update_time': 1774501433.054153}
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120461525') HTTP/1.1" 204 0
2026-03-26 05:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970
2026-03-26 05:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970
2026-03-26 05:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85e26797-eaab-5fcb-871a-26846d92127b with identifier: 120573970 to the API
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120573970?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 158,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '85e26797-eaab-5fcb-871a-26846d92127b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LT60GGV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120573970',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'B CLASS DIESEL HATCHBACK',
'odometer': 81685,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-24',
'seller_name': 'UKCGR - Trade',
'title': 'MERCEDES-BENZ B CLASS DIESEL HATCHBACK B180 CDI Sport 5dr CVT Auto',
'transmission': 'automatic',
'trim': 'B180 CDI Sport 5dr CVT Auto',
'vin': None,
'year': 2010}
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120573970%27 HTTP/1.1" 200 None
2026-03-26 05:03:53 [astonbarclay.gb] INFO: Saving data for 120573970: {'auction_closing_time': 1774888200.0, 'created_time': 1773860529.127288, 'last_price_update_time': 1774501433.385732}
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120573970') HTTP/1.1" 204 0
2026-03-26 05:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917
2026-03-26 05:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917
2026-03-26 05:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 53aaf637-c67a-53ff-8611-15d7ff39cbf6 with identifier: 120667917 to the API
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667917?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 169,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '53aaf637-c67a-53ff-8611-15d7ff39cbf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV12NRL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667917',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JAGUAR',
'model': 'XF DIESEL SALOON',
'odometer': 126725,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-09',
'seller_name': 'UKCGR - Trade',
'title': 'JAGUAR XF DIESEL SALOON 3.0d V6 Luxury 4dr Auto',
'transmission': 'automatic',
'trim': '3.0d V6 Luxury 4dr Auto',
'vin': None,
'year': 2012}
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667917%27 HTTP/1.1" 200 None
2026-03-26 05:03:53 [astonbarclay.gb] INFO: Saving data for 120667917: {'auction_closing_time': 1774888200.0, 'created_time': 1774271762.883305, 'last_price_update_time': 1774501433.735204}
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667917') HTTP/1.1" 204 0
2026-03-26 05:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157
2026-03-26 05:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157
2026-03-26 05:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 782638ee-a78c-5351-8c12-66f1ae81835c with identifier: 120666157 to the API
2026-03-26 05:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120666157?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 104,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '782638ee-a78c-5351-8c12-66f1ae81835c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EG66FEK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666157',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 99431,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-31',
'seller_name': 'UKCGR - Select',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost 140 ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost 140 ST-Line 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666157%27 HTTP/1.1" 200 None
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Saving data for 120666157: {'auction_closing_time': 1774888200.0, 'created_time': 1774271779.077148, 'last_price_update_time': 1774501434.090175}
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666157') HTTP/1.1" 204 0
2026-03-26 05:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120750706?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120369549?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03: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:03: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:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120750706, 'registration': 'KU66JXE', 'account': 'MAN037', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG GT-Line 5dr', 'mileage': 66858, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-05', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU66JXE/2026-03-25/image/834e2711-5bc9-43dd-bd44-7fd5e0424984_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5419c91d-2d8f-4e38-abe7-f64bf781fd78_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/b5561721-95df-4ef5-9a2a-fb437ec8f610_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/747f30f3-32c3-4ab0-bdb7-60222c44d741_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/acc50482-b492-40f1-83e9-77c871ddb2a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/afc1298e-8eee-4a3c-b922-620681ecc4c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5a48e416-6ceb-4542-aab0-69f8f2614895_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/70acfde0-0775-4a55-a1dd-d524ddd33e89_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/17 5K - 08/18 10K - 03/19 14K - 08/20 22K - 05/24 49K', 'remarks': 'VOSA STATES 34K- 42K- 49K - 59K SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b272f18-f38b-45e6-817c-cd17589e6ba1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120750706, 'registration': 'KU66JXE', 'account': 'MAN037', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG GT-Line 5dr', 'mileage': 66858, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-05', 'fuel': 'Diesel', 'motExpiry': '2026-04-27', 'doors': 5, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU66JXE/2026-03-25/image/834e2711-5bc9-43dd-bd44-7fd5e0424984_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5419c91d-2d8f-4e38-abe7-f64bf781fd78_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/b5561721-95df-4ef5-9a2a-fb437ec8f610_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/747f30f3-32c3-4ab0-bdb7-60222c44d741_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/acc50482-b492-40f1-83e9-77c871ddb2a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/afc1298e-8eee-4a3c-b922-620681ecc4c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/5a48e416-6ceb-4542-aab0-69f8f2614895_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU66JXE/2026-03-25/image/70acfde0-0775-4a55-a1dd-d524ddd33e89_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service book 08/17 5K - 08/18 10K - 03/19 14K - 08/20 22K - 05/24 49K', 'remarks': 'VOSA STATES 34K- 42K- 49K - 59K SPARE KEY IN OFFICE - SD CARD IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3b272f18-f38b-45e6-817c-cd17589e6ba1.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706
2026-03-26 05:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c287675e-8135-57da-b316-bdb6c9b2041e with scrape type 2
2026-03-26 05:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c287675e-8135-57da-b316-bdb6c9b2041e with scrape type 2
2026-03-26 05:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c287675e-8135-57da-b316-bdb6c9b2041e, identifier: 120750706
2026-03-26 05:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706
2026-03-26 05:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706
2026-03-26 05:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c287675e-8135-57da-b316-bdb6c9b2041e with identifier: 120750706 to the API
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120750706?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c287675e-8135-57da-b316-bdb6c9b2041e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU66JXE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120750706',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'CEED DIESEL HATCHBACK',
'odometer': 66858,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-05',
'seller_name': 'Manamanx Ltd',
'title': 'KIA CEED DIESEL HATCHBACK 1.6 CRDi ISG GT-Line 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi ISG GT-Line 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750706%27 HTTP/1.1" 200 None
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Saving data for 120750706: {'auction_closing_time': 1774888200.0, 'created_time': 1774379402.36356, 'last_price_update_time': 1774501434.579711}
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120750706') HTTP/1.1" 204 0
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693640, 'registration': 'LO16DXW', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE', 'derivative': '1.2 TSI 110 FR Technology 3dr', 'mileage': 90879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-08', 'doors': 3, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5a5dc7f4-6570-4e89-beb6-8ad5aef50586_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/35666e83-ee3e-47eb-be98-af873174089f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/b701b09a-db9a-4bb7-b6ea-4310f28cdfde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5742bc3c-6e75-4f00-b884-abceb9ead422_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/e2b9e403-1e5b-4a09-bf93-f037d29cd1b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/ac4c737d-b222-4ef6-8611-b48f466c7c90_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6b6638a3-9d96-4a37-81db-93e3fb9628df_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6bcab8f5-1855-4446-b878-0ce8c77e2cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/cd186f3e-9edf-40c3-82ae-66e27213a071_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 6K - 03/18 17K - 11/18 27K - 08/19 39K - 05/21 45K -04/22 57K - 03/23 68K - 03/24 79K -', 'remarks': 'VOSA STATES 57K- 68K- 79K - 86K - SPARE KEY IN OFFICE -SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8984b9fe-7ed1-475e-b127-70587c9c5855.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693640, 'registration': 'LO16DXW', 'account': 'WBA004', 'make': 'SEAT', 'model': 'IBIZA SPORT COUPE', 'derivative': '1.2 TSI 110 FR Technology 3dr', 'mileage': 90879, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-03-08', 'doors': 3, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5a5dc7f4-6570-4e89-beb6-8ad5aef50586_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/35666e83-ee3e-47eb-be98-af873174089f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/b701b09a-db9a-4bb7-b6ea-4310f28cdfde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/5742bc3c-6e75-4f00-b884-abceb9ead422_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/e2b9e403-1e5b-4a09-bf93-f037d29cd1b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/ac4c737d-b222-4ef6-8611-b48f466c7c90_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6b6638a3-9d96-4a37-81db-93e3fb9628df_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/6bcab8f5-1855-4446-b878-0ce8c77e2cde_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO16DXW/2026-03-24/image/cd186f3e-9edf-40c3-82ae-66e27213a071_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/17 6K - 03/18 17K - 11/18 27K - 08/19 39K - 05/21 45K -04/22 57K - 03/23 68K - 03/24 79K -', 'remarks': 'VOSA STATES 57K- 68K- 79K - 86K - SPARE KEY IN OFFICE -SD CARD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8984b9fe-7ed1-475e-b127-70587c9c5855.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640
2026-03-26 05:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with scrape type 2
2026-03-26 05:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with scrape type 2
2026-03-26 05:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5a6fb6a8-10af-55d8-88d3-d76189f4b798, identifier: 120693640
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 120369549, 'registration': 'KU18UJC', 'account': 'ALL018', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Active 5dr', 'mileage': 103862, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU18UJC/2026-03-19/image/09a09e17-d3d9-47c6-a7c5-5c23bd0bdce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/5bdcb744-5654-479c-9a57-981b2cdc1304_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/c405a2dc-b2d1-4773-8891-9a5153ecb38f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/0f7f31fa-7d88-4a7d-b6d4-327e7a499f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/6cee596a-d5e2-49ef-be55-5d537227f79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/41114527-6532-4c71-8ff0-fba93ae79d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/cebb94fb-dd75-4bee-96cf-c59dc20009e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/99372b2e-cf59-42b6-9529-81d98e131828_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/2db1a717-5797-4d47-bfe8-c6080419e595_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/19 3K - 06/21 14K - 06/23 33K', 'remarks': 'VOSA STATES 17K - 33K - 58K - 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3daa6e99-9e95-47a0-8929-dcd3fb589025.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 120369549, 'registration': 'KU18UJC', 'account': 'ALL018', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Active 5dr', 'mileage': 103862, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-30', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KU18UJC/2026-03-19/image/09a09e17-d3d9-47c6-a7c5-5c23bd0bdce2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/5bdcb744-5654-479c-9a57-981b2cdc1304_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/c405a2dc-b2d1-4773-8891-9a5153ecb38f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/0f7f31fa-7d88-4a7d-b6d4-327e7a499f51_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/6cee596a-d5e2-49ef-be55-5d537227f79b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/41114527-6532-4c71-8ff0-fba93ae79d6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/cebb94fb-dd75-4bee-96cf-c59dc20009e2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/99372b2e-cf59-42b6-9529-81d98e131828_removebg.jpg?w=600', 'https://abimg003.imgix.net/KU18UJC/2026-03-19/image/2db1a717-5797-4d47-bfe8-c6080419e595_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 04/19 3K - 06/21 14K - 06/23 33K', 'remarks': 'VOSA STATES 17K - 33K - 58K - 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'SMC GROUP', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 129, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3daa6e99-9e95-47a0-8929-dcd3fb589025.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549
2026-03-26 05:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e08a281-59ed-5797-b119-65ebcfb2e776 with scrape type 2
2026-03-26 05:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e08a281-59ed-5797-b119-65ebcfb2e776 with scrape type 2
2026-03-26 05:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0e08a281-59ed-5797-b119-65ebcfb2e776, identifier: 120369549
2026-03-26 05:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640
2026-03-26 05:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640
2026-03-26 05:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5a6fb6a8-10af-55d8-88d3-d76189f4b798 with identifier: 120693640 to the API
2026-03-26 05:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '5a6fb6a8-10af-55d8-88d3-d76189f4b798',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LO16DXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA SPORT COUPE',
'odometer': 90879,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-28',
'seller_name': 'UKCGR - Trade',
'title': 'SEAT IBIZA SPORT COUPE 1.2 TSI 110 FR Technology 3dr',
'transmission': 'manual',
'trim': '1.2 TSI 110 FR Technology 3dr',
'vin': None,
'year': 2016}
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693640%27 HTTP/1.1" 200 None
2026-03-26 05:03:55 [astonbarclay.gb] INFO: Saving data for 120693640: {'auction_closing_time': 1774888200.0, 'created_time': 1774379346.573831, 'last_price_update_time': 1774501435.063354}
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693640') HTTP/1.1" 204 0
2026-03-26 05:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549
2026-03-26 05:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549
2026-03-26 05:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0e08a281-59ed-5797-b119-65ebcfb2e776 with identifier: 120369549 to the API
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120369549?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 129,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Petrol',
'id': '0e08a281-59ed-5797-b119-65ebcfb2e776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KU18UJC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120369549',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 103862,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-30',
'seller_name': 'SMC GROUP',
'title': 'FORD KA+ HATCHBACK 1.2 85 Active 5dr',
'transmission': 'manual',
'trim': '1.2 85 Active 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120369549%27 HTTP/1.1" 200 None
2026-03-26 05:03:55 [astonbarclay.gb] INFO: Saving data for 120369549: {'auction_closing_time': 1774612800.0, 'created_time': 1773860544.329786, 'last_price_update_time': 1774501435.403962}
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120369549') HTTP/1.1" 204 0
2026-03-26 05:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120741234?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120751254?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120582459?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120741234, 'registration': 'PJ69XPF', 'account': 'STA058', 'make': 'VAUXHALL', 'model': 'GRANDLAND X DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Sport Nav 5dr', 'mileage': 77595, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-11-26', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/246dd227-18b0-44e2-976e-4ec64dea8dab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/356da624-57ef-47cb-ba8c-cb7d7e3f7764_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/22c601d6-093b-4f65-b6a1-f020a4f49f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/ffef77a5-4c94-4f94-a0f9-102c473d265f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/2ba8eef8-1ad0-44aa-a38e-e139949a5f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/bdcd0764-dff5-462b-a919-e33ddd4746f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/3f15c315-7678-4e9c-a1fa-b730798ba651_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/08ae53a3-46e3-408e-99d5-0afe118e8137_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/5f58d9ae-aae9-41df-9178-a99ec4bae23f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/f9d23f74-3feb-467b-af36-59236563dc8a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 6K - 11/21 18K- 09/22 28K - 05/23 37K -', 'remarks': 'VOSA STATES 28K - 34K - 50K - 66K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cd68a64-188a-4154-9a02-8204b73d0e86.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120741234, 'registration': 'PJ69XPF', 'account': 'STA058', 'make': 'VAUXHALL', 'model': 'GRANDLAND X DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Sport Nav 5dr', 'mileage': 77595, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-11-26', 'fuel': 'Diesel', 'motExpiry': '2026-07-05', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/246dd227-18b0-44e2-976e-4ec64dea8dab_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/356da624-57ef-47cb-ba8c-cb7d7e3f7764_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/22c601d6-093b-4f65-b6a1-f020a4f49f3c_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/ffef77a5-4c94-4f94-a0f9-102c473d265f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/2ba8eef8-1ad0-44aa-a38e-e139949a5f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/bdcd0764-dff5-462b-a919-e33ddd4746f8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/3f15c315-7678-4e9c-a1fa-b730798ba651_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/08ae53a3-46e3-408e-99d5-0afe118e8137_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/5f58d9ae-aae9-41df-9178-a99ec4bae23f_removebg.jpg?w=600', 'https://abimg003.imgix.net/PJ69XPF/2026-03-25/image/f9d23f74-3feb-467b-af36-59236563dc8a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/20 6K - 11/21 18K- 09/22 28K - 05/23 37K -', 'remarks': 'VOSA STATES 28K - 34K - 50K - 66K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0cd68a64-188a-4154-9a02-8204b73d0e86.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234
2026-03-26 05:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ca68aac-596d-53e9-b0c6-11508ee830b9 with scrape type 2
2026-03-26 05:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ca68aac-596d-53e9-b0c6-11508ee830b9 with scrape type 2
2026-03-26 05:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ca68aac-596d-53e9-b0c6-11508ee830b9, identifier: 120741234
2026-03-26 05:03:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120751254, 'registration': 'WO15XHE', 'account': 'MAN037', 'make': 'JEEP', 'model': 'RENEGADE HATCHBACK', 'derivative': '1.4 Multiair Longitude 5dr', 'mileage': 78072, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO15XHE/2026-03-25/image/991474ff-2bfc-481e-a7e9-bb54f29893cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/526e0539-c7c6-4835-936f-ba37fbac7cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/bb1267e0-c14a-4587-8194-56a78c9b9181_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/3c0e681b-691f-486a-973b-e19126aaaa40_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/84482fce-421e-4bac-9a14-da80c93fbd2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/8667cb04-eb1c-43b7-99ea-338dad86cc94_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/48bdaabd-8265-4237-88e9-195837d2c6eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/df2c44c7-267e-42bc-9bfd-ff86c3b44cb7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 08/25 72K', 'remarks': 'VOSA STATES 68K- 71K- 72K- 75K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3191e083-dea6-40ee-97a0-c1ffb92988cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120751254, 'registration': 'WO15XHE', 'account': 'MAN037', 'make': 'JEEP', 'model': 'RENEGADE HATCHBACK', 'derivative': '1.4 Multiair Longitude 5dr', 'mileage': 78072, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2015-07-31', 'fuel': 'Petrol', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WO15XHE/2026-03-25/image/991474ff-2bfc-481e-a7e9-bb54f29893cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/526e0539-c7c6-4835-936f-ba37fbac7cbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/bb1267e0-c14a-4587-8194-56a78c9b9181_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/3c0e681b-691f-486a-973b-e19126aaaa40_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/84482fce-421e-4bac-9a14-da80c93fbd2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/8667cb04-eb1c-43b7-99ea-338dad86cc94_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/48bdaabd-8265-4237-88e9-195837d2c6eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WO15XHE/2026-03-25/image/df2c44c7-267e-42bc-9bfd-ff86c3b44cb7_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service invoice 08/25 72K', 'remarks': 'VOSA STATES 68K- 71K- 72K- 75K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 140, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3191e083-dea6-40ee-97a0-c1ffb92988cf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254
2026-03-26 05:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d7977c8-c861-5735-b9f0-81455f067804 with scrape type 2
2026-03-26 05:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d7977c8-c861-5735-b9f0-81455f067804 with scrape type 2
2026-03-26 05:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3d7977c8-c861-5735-b9f0-81455f067804, identifier: 120751254
2026-03-26 05:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234
2026-03-26 05:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234
2026-03-26 05:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ca68aac-596d-53e9-b0c6-11508ee830b9 with identifier: 120741234 to the API
2026-03-26 05:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120741234?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '0ca68aac-596d-53e9-b0c6-11508ee830b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PJ69XPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120741234',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'GRANDLAND X DIESEL HATCHBACK',
'odometer': 77595,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-26',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'VAUXHALL GRANDLAND X DIESEL HATCHBACK 1.5 Turbo D Sport Nav 5dr',
'transmission': 'manual',
'trim': '1.5 Turbo D Sport Nav 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120741234%27 HTTP/1.1" 200 None
2026-03-26 05:03:56 [astonbarclay.gb] INFO: Saving data for 120741234: {'auction_closing_time': 1774888200.0, 'created_time': 1774379324.85105, 'last_price_update_time': 1774501436.087382}
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120741234') HTTP/1.1" 204 0
2026-03-26 05:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254
2026-03-26 05:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254
2026-03-26 05:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3d7977c8-c861-5735-b9f0-81455f067804 with identifier: 120751254 to the API
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120751254?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 140,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '3d7977c8-c861-5735-b9f0-81455f067804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WO15XHE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120751254',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JEEP',
'model': 'RENEGADE HATCHBACK',
'odometer': 78072,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-31',
'seller_name': 'Manamanx Ltd',
'title': 'JEEP RENEGADE HATCHBACK 1.4 Multiair Longitude 5dr',
'transmission': 'manual',
'trim': '1.4 Multiair Longitude 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751254%27 HTTP/1.1" 200 None
2026-03-26 05:03:56 [astonbarclay.gb] INFO: Saving data for 120751254: {'auction_closing_time': 1774888200.0, 'created_time': 1774379373.888171, 'last_price_update_time': 1774501436.391276}
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120751254') HTTP/1.1" 204 0
2026-03-26 05:03:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120582459, 'registration': 'YP64LVL', 'account': 'MAN037', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 69758, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP64LVL/2026-03-18/image/bf8d6d04-bf7c-4c7f-b439-d20ab4066eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1094133e-b02f-4517-8443-c9ae3658750a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/e2bccde5-b400-4fa8-8b4e-58e48a33ae0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/ee556073-eb9b-4a8c-abcf-09845636215c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/28bd6d29-48ad-4c0e-b342-65d8876f6569_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1c8b395b-0aad-467c-8ef0-598ed4f2f7d0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 07/23 49K - 07/24 59K - 07/25 68K -', 'remarks': 'VOSA STATES 43K - 49K - 59K - 68K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39619069-d7e2-4f3f-bfd1-b80d4473aee6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120582459, 'registration': 'YP64LVL', 'account': 'MAN037', 'make': 'FORD', 'model': 'KA HATCHBACK', 'derivative': '1.2 Zetec 3dr [Start Stop]', 'mileage': 69758, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-07-22', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YP64LVL/2026-03-18/image/bf8d6d04-bf7c-4c7f-b439-d20ab4066eed_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1094133e-b02f-4517-8443-c9ae3658750a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/e2bccde5-b400-4fa8-8b4e-58e48a33ae0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/ee556073-eb9b-4a8c-abcf-09845636215c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/28bd6d29-48ad-4c0e-b342-65d8876f6569_removebg.jpg?w=600', 'https://abimg003.imgix.net/YP64LVL/2026-03-18/image/1c8b395b-0aad-467c-8ef0-598ed4f2f7d0_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': 'Service print 07/23 49K - 07/24 59K - 07/25 68K -', 'remarks': 'VOSA STATES 43K - 49K - 59K - 68K', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39619069-d7e2-4f3f-bfd1-b80d4473aee6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459
2026-03-26 05:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6861a24-0795-5a7d-bbc3-4af43f4eda96 with scrape type 2
2026-03-26 05:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6861a24-0795-5a7d-bbc3-4af43f4eda96 with scrape type 2
2026-03-26 05:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f6861a24-0795-5a7d-bbc3-4af43f4eda96, identifier: 120582459
2026-03-26 05:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459
2026-03-26 05:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459
2026-03-26 05:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f6861a24-0795-5a7d-bbc3-4af43f4eda96 with identifier: 120582459 to the API
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120582459?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f6861a24-0795-5a7d-bbc3-4af43f4eda96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YP64LVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120582459',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA HATCHBACK',
'odometer': 69758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-31',
'seller_name': 'Manamanx Ltd',
'title': 'FORD KA HATCHBACK 1.2 Zetec 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Zetec 3dr [Start Stop]',
'vin': None,
'year': 2014}
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120582459%27 HTTP/1.1" 200 None
2026-03-26 05:03:56 [astonbarclay.gb] INFO: Saving data for 120582459: {'auction_closing_time': 1774888200.0, 'created_time': 1773839073.166391, 'last_price_update_time': 1774501436.807689}
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120582459') HTTP/1.1" 204 0
2026-03-26 05:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120751313?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120696058?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691045?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03: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:03: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:03: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:03:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120751313, 'registration': 'FP14VBV', 'account': 'TR', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i Icon 5dr', 'mileage': 207865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 116K, 150K, 175K, 204K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120751313, 'registration': 'FP14VBV', 'account': 'TR', 'make': 'TOYOTA', 'model': 'YARIS HATCHBACK', 'derivative': '1.33 VVT-i Icon 5dr', 'mileage': 207865, 'mileageWarranty': True, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2014-05-28', 'fuel': 'Petrol', 'motExpiry': '2027-01-07', 'doors': 5, 'engineSize': 1329, 'bodyType': 'Hatchback', 'images': None, 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': '', 'remarks': 'VOSA STATES 116K, 150K, 175K, 204K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': None, 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313
2026-03-26 05:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with scrape type 2
2026-03-26 05:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with scrape type 2
2026-03-26 05:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303, identifier: 120751313
2026-03-26 05:03:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120696058, 'registration': 'N575BVX', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '306 HATCHBACK', 'derivative': '1.4 XR 5dr', 'mileage': 82215, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '1995-08-01', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 03/25 63K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K- 81K- 81K- 82K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120696058, 'registration': 'N575BVX', 'account': 'WBA004', 'make': 'PEUGEOT', 'model': '306 HATCHBACK', 'derivative': '1.4 XR 5dr', 'mileage': 82215, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '1995-08-01', 'fuel': 'Petrol', 'motExpiry': '2026-04-03', 'doors': 5, 'engineSize': 1360, 'bodyType': 'Hatchback', 'images': None, 'colour': 'WHITE', 'writeoffcode': 'Cat D Insurance Loss', 'grade': None, 'nonRunner': False, 'inspectionType': None, 'serviceHistory': 'Service print 03/25 63K', 'remarks': 'Category D Insurance Loss. Vehicle Damaged But Repairable - Insurer Decided Not To Repair VOSA STATES 80K- 81K- 81K- 82K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058
2026-03-26 05:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 089f39e8-f78c-58b0-a905-663465998332 with scrape type 2
2026-03-26 05:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 089f39e8-f78c-58b0-a905-663465998332 with scrape type 2
2026-03-26 05:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 089f39e8-f78c-58b0-a905-663465998332, identifier: 120696058
2026-03-26 05:03:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691045, 'registration': 'BV08DCY', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 DIESEL SW', 'derivative': '2.2 Td4 SE 5dr', 'mileage': 129590, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/BV08DCY/2026-03-24/image/10a92aa3-3c74-48e3-b2c4-a1577dbbef95_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d1caef1-47d2-4b4b-93e4-ca3b89440bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/3a87a5b7-7cc3-43de-9890-6886a4031971_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/009c348b-1a32-4f40-bd34-86ed95649529_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/f2edf056-0fcb-47ce-98ac-7e6ff7ee4e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/26aaefc9-4834-4cee-a9f5-ac2f62b5881e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/cf57ce8c-2f8c-46a0-a499-005724a32e01_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/65ac9261-760c-4767-a818-2f659ab66c34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d933e0b-6ca0-458a-9129-8149679b073f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/09-15K, ??-20K, 01/11-29K, 01/12-37K, 01/13-45K, 01/14-52K, 01/15-61K, 02/15-61K, 01/16-67K, 02/17-76K, 02/18-83K, 01/19-90K, 01/20-96K', 'remarks': 'VOSA STATES 100K, 105K, 115K, 126K, SPARE KEY AND SAT NAV CD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e044fba3-de8e-4103-93ac-b376e97d86e9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691045, 'registration': 'BV08DCY', 'account': 'WBA004', 'make': 'LAND ROVER', 'model': 'FREELANDER 2 DIESEL SW', 'derivative': '2.2 Td4 SE 5dr', 'mileage': 129590, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2008-03-01', 'fuel': 'Diesel', 'motExpiry': '2026-03-21', 'doors': 5, 'engineSize': 2179, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/BV08DCY/2026-03-24/image/10a92aa3-3c74-48e3-b2c4-a1577dbbef95_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d1caef1-47d2-4b4b-93e4-ca3b89440bbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/3a87a5b7-7cc3-43de-9890-6886a4031971_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/009c348b-1a32-4f40-bd34-86ed95649529_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/f2edf056-0fcb-47ce-98ac-7e6ff7ee4e1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/26aaefc9-4834-4cee-a9f5-ac2f62b5881e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/cf57ce8c-2f8c-46a0-a499-005724a32e01_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/65ac9261-760c-4767-a818-2f659ab66c34_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV08DCY/2026-03-24/image/7d933e0b-6ca0-458a-9129-8149679b073f_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/09-15K, ??-20K, 01/11-29K, 01/12-37K, 01/13-45K, 01/14-52K, 01/15-61K, 02/15-61K, 01/16-67K, 02/17-76K, 02/18-83K, 01/19-90K, 01/20-96K', 'remarks': 'VOSA STATES 100K, 105K, 115K, 126K, SPARE KEY AND SAT NAV CD IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 194, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e044fba3-de8e-4103-93ac-b376e97d86e9.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045
2026-03-26 05:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with scrape type 2
2026-03-26 05:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with scrape type 2
2026-03-26 05:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8, identifier: 120691045
2026-03-26 05:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313
2026-03-26 05:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313
2026-03-26 05:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303 with identifier: 120751313 to the API
2026-03-26 05:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120751313?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.3L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'ba3e88c5-95b1-59cc-b8c1-b8f76bf4e303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FP14VBV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120751313',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS HATCHBACK',
'odometer': 207865,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-28',
'seller_name': None,
'title': 'TOYOTA YARIS HATCHBACK 1.33 VVT-i Icon 5dr',
'transmission': 'manual',
'trim': '1.33 VVT-i Icon 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120751313%27 HTTP/1.1" 200 None
2026-03-26 05:03:57 [astonbarclay.gb] INFO: Saving data for 120751313: {'auction_closing_time': 1774888200.0, 'created_time': 1774379371.740108, 'last_price_update_time': 1774501437.521376}
2026-03-26 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120751313') HTTP/1.1" 204 0
2026-03-26 05:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058
2026-03-26 05:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058
2026-03-26 05:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 089f39e8-f78c-58b0-a905-663465998332 with identifier: 120696058 to the API
2026-03-26 05:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120696058?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '089f39e8-f78c-58b0-a905-663465998332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'N575BVX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120696058',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '306 HATCHBACK',
'odometer': 82215,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '1995-08-01',
'seller_name': 'UKCGR - Trade',
'title': 'PEUGEOT 306 HATCHBACK 1.4 XR 5dr',
'transmission': 'manual',
'trim': '1.4 XR 5dr',
'vin': None,
'year': 1995}
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120696058%27 HTTP/1.1" 200 None
2026-03-26 05:03:58 [astonbarclay.gb] INFO: Saving data for 120696058: {'auction_closing_time': 1774888200.0, 'created_time': 1774379353.800947, 'last_price_update_time': 1774501438.491908}
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120696058') HTTP/1.1" 204 0
2026-03-26 05:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045
2026-03-26 05:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045
2026-03-26 05:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8 with identifier: 120691045 to the API
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691045?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 194,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'ad2bfd6a-d32a-55ee-bc61-1e67cd1a5aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BV08DCY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691045',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'LAND ROVER',
'model': 'FREELANDER 2 DIESEL SW',
'odometer': 129590,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'LAND ROVER FREELANDER 2 DIESEL SW 2.2 Td4 SE 5dr',
'transmission': 'manual',
'trim': '2.2 Td4 SE 5dr',
'vin': None,
'year': 2008}
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691045%27 HTTP/1.1" 200 None
2026-03-26 05:03:58 [astonbarclay.gb] INFO: Saving data for 120691045: {'auction_closing_time': 1774888200.0, 'created_time': 1774379345.800498, 'last_price_update_time': 1774501438.767701}
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691045') HTTP/1.1" 204 0
2026-03-26 05:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120680410?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690647?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120693568?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:03:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120680410, 'registration': 'EX02KDJ', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS DIESEL HATCHBACK', 'derivative': '1.4 D-4D GS 5dr', 'mileage': 127214, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-04-17', 'fuel': 'Diesel', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1363, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/8f007995-5409-437c-9ebc-0826a564f9fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/89519d11-bbfb-4b2a-bb82-9e32d4086313_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/1167c261-ddfb-4226-907a-854878b32354_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/ab22f08a-db44-4cbb-81ad-43d438f6db7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/fca29004-622b-4cbc-a292-e1a6986d922f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/d2fd439b-19c5-40b6-bb04-6b1466f7458c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/72341a8e-3678-486b-b7fa-2bc3591a8bcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/c1e7aeea-68cc-4de5-947b-2cc5253b9914_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/9cccf1cf-a502-4c19-b0df-5d18aa28f3d4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 111K - 115K - 119K - 122K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4f0cfa80-239c-4b93-aea1-fecf0f73d4ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120680410, 'registration': 'EX02KDJ', 'account': 'WBA004', 'make': 'TOYOTA', 'model': 'YARIS DIESEL HATCHBACK', 'derivative': '1.4 D-4D GS 5dr', 'mileage': 127214, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2002-04-17', 'fuel': 'Diesel', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1363, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/8f007995-5409-437c-9ebc-0826a564f9fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/89519d11-bbfb-4b2a-bb82-9e32d4086313_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/1167c261-ddfb-4226-907a-854878b32354_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/ab22f08a-db44-4cbb-81ad-43d438f6db7e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/fca29004-622b-4cbc-a292-e1a6986d922f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/d2fd439b-19c5-40b6-bb04-6b1466f7458c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/72341a8e-3678-486b-b7fa-2bc3591a8bcf_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/c1e7aeea-68cc-4de5-947b-2cc5253b9914_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX02KDJ/2026-03-24/image/9cccf1cf-a502-4c19-b0df-5d18aa28f3d4_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 111K - 115K - 119K - 122K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4f0cfa80-239c-4b93-aea1-fecf0f73d4ad.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410
2026-03-26 05:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5bcdafe-8155-5fef-ad81-f276d9270724 with scrape type 2
2026-03-26 05:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5bcdafe-8155-5fef-ad81-f276d9270724 with scrape type 2
2026-03-26 05:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c5bcdafe-8155-5fef-ad81-f276d9270724, identifier: 120680410
2026-03-26 05:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690647, 'registration': 'EY11WTC', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 99956, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY11WTC/2026-03-24/image/4931abd6-d2c1-457c-8fa8-ed57c8795ffc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/1cd829ce-a808-428a-8523-297552363aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/b870bcdd-db8b-42e5-821e-ad7a48a57ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/a391c9fd-d6d2-41a2-8b8f-0649b5bf1344_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9d7b56a5-4e02-4f98-a007-1fdfd542475a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/38f005a4-cea6-41ca-8eaf-d55709bf738d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9ef22dd6-fe5a-4a2e-9c18-8ce03008310d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/6523e249-935c-40e8-b7f6-cc0f8f7d5d59_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/10b4f283-2226-40b4-a71b-c70d66be6ad0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 9K - 07/13 16K - 06/14 24K - 06/15 33K - 07/15 40K - 07/17M 48K - 07/18 55K - 10/19 61K - 10/20 66K - 11/21 69K - 11/22 74K - 10/23 81K - 11/24 88K - 11/25 96K', 'remarks': 'VOSA STATES 72K- 78K- 84K- 93K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ccfe841-3323-40ff-a4a4-f78fdbc7c621.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690647, 'registration': 'EY11WTC', 'account': 'WBA004', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.2 Visia 5dr', 'mileage': 99956, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-06-24', 'fuel': 'Petrol', 'motExpiry': '2026-06-22', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY11WTC/2026-03-24/image/4931abd6-d2c1-457c-8fa8-ed57c8795ffc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/1cd829ce-a808-428a-8523-297552363aac_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/b870bcdd-db8b-42e5-821e-ad7a48a57ce9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/a391c9fd-d6d2-41a2-8b8f-0649b5bf1344_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9d7b56a5-4e02-4f98-a007-1fdfd542475a_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/38f005a4-cea6-41ca-8eaf-d55709bf738d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/9ef22dd6-fe5a-4a2e-9c18-8ce03008310d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/6523e249-935c-40e8-b7f6-cc0f8f7d5d59_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY11WTC/2026-03-24/image/10b4f283-2226-40b4-a71b-c70d66be6ad0_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/12 9K - 07/13 16K - 06/14 24K - 06/15 33K - 07/15 40K - 07/17M 48K - 07/18 55K - 10/19 61K - 10/20 66K - 11/21 69K - 11/22 74K - 10/23 81K - 11/24 88K - 11/25 96K', 'remarks': 'VOSA STATES 72K- 78K- 84K- 93K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2ccfe841-3323-40ff-a4a4-f78fdbc7c621.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647
2026-03-26 05:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aef4765b-ba59-5dc1-a414-77437b62c243 with scrape type 2
2026-03-26 05:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aef4765b-ba59-5dc1-a414-77437b62c243 with scrape type 2
2026-03-26 05:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: aef4765b-ba59-5dc1-a414-77437b62c243, identifier: 120690647
2026-03-26 05:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410
2026-03-26 05:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410
2026-03-26 05:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c5bcdafe-8155-5fef-ad81-f276d9270724 with identifier: 120680410 to the API
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120680410?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': 'c5bcdafe-8155-5fef-ad81-f276d9270724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX02KDJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120680410',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TOYOTA',
'model': 'YARIS DIESEL HATCHBACK',
'odometer': 127214,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-04-17',
'seller_name': 'UKCGR - Trade',
'title': 'TOYOTA YARIS DIESEL HATCHBACK 1.4 D-4D GS 5dr',
'transmission': 'manual',
'trim': '1.4 D-4D GS 5dr',
'vin': None,
'year': 2002}
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680410%27 HTTP/1.1" 200 None
2026-03-26 05:03:59 [astonbarclay.gb] INFO: Saving data for 120680410: {'auction_closing_time': 1774888200.0, 'created_time': 1774292625.956207, 'last_price_update_time': 1774501439.47309}
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120680410') HTTP/1.1" 204 0
2026-03-26 05:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647
2026-03-26 05:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647
2026-03-26 05:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: aef4765b-ba59-5dc1-a414-77437b62c243 with identifier: 120690647 to the API
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:03: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:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690647?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'aef4765b-ba59-5dc1-a414-77437b62c243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EY11WTC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690647',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 99956,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-24',
'seller_name': 'UKCGR - Trade',
'title': 'NISSAN MICRA HATCHBACK 1.2 Visia 5dr',
'transmission': 'manual',
'trim': '1.2 Visia 5dr',
'vin': None,
'year': 2011}
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690647%27 HTTP/1.1" 200 None
2026-03-26 05:03:59 [astonbarclay.gb] INFO: Saving data for 120690647: {'auction_closing_time': 1774888200.0, 'created_time': 1774292525.398, 'last_price_update_time': 1774501439.745648}
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690647') HTTP/1.1" 204 0
2026-03-26 05:03:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120693568, 'registration': 'YE12NVT', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'INSIGNIA HATCHBACK', 'derivative': '1.8i 16V Exclusiv 5dr', 'mileage': 92462, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE12NVT/2026-03-24/image/5217ad76-4fd7-4d5b-af9d-4e1b4b0e7f18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/cab1cc37-d84a-4258-9a23-f9ee0e601e2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/46ab911e-93aa-4fbd-90a1-2d4123d49a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/6f5870ed-f414-4fdc-8fc5-173ab9455a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/39036758-b8bd-44e2-b231-1f2487f65c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3d43246d-8b1e-465c-aa39-db2246118035_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3a211531-fbac-4306-87d3-89c6055467d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/b7512993-5cbd-4f02-ba6b-7aa9778a2d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/573619d4-a770-4ca2-bc95-df9a21d7df02_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 65K- 73K - 78K- 85K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 178, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a746a71-cacf-482e-a262-f5df0957e89f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120693568, 'registration': 'YE12NVT', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'INSIGNIA HATCHBACK', 'derivative': '1.8i 16V Exclusiv 5dr', 'mileage': 92462, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2012-06-27', 'fuel': 'Petrol', 'motExpiry': '2026-10-10', 'doors': 5, 'engineSize': 1796, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE12NVT/2026-03-24/image/5217ad76-4fd7-4d5b-af9d-4e1b4b0e7f18_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/cab1cc37-d84a-4258-9a23-f9ee0e601e2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/46ab911e-93aa-4fbd-90a1-2d4123d49a9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/6f5870ed-f414-4fdc-8fc5-173ab9455a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/39036758-b8bd-44e2-b231-1f2487f65c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3d43246d-8b1e-465c-aa39-db2246118035_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/3a211531-fbac-4306-87d3-89c6055467d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/b7512993-5cbd-4f02-ba6b-7aa9778a2d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE12NVT/2026-03-24/image/573619d4-a770-4ca2-bc95-df9a21d7df02_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 65K- 73K - 78K- 85K-', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 178, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1a746a71-cacf-482e-a262-f5df0957e89f.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568
2026-03-26 05:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5407aa6-6c68-57e5-93f8-0530789e7fb7 with scrape type 2
2026-03-26 05:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5407aa6-6c68-57e5-93f8-0530789e7fb7 with scrape type 2
2026-03-26 05:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5407aa6-6c68-57e5-93f8-0530789e7fb7, identifier: 120693568
2026-03-26 05:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568
2026-03-26 05:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568
2026-03-26 05:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5407aa6-6c68-57e5-93f8-0530789e7fb7 with identifier: 120693568 to the API
2026-03-26 05:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120693568?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 178,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.8L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'd5407aa6-6c68-57e5-93f8-0530789e7fb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YE12NVT',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120693568',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'INSIGNIA HATCHBACK',
'odometer': 92462,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-27',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL INSIGNIA HATCHBACK 1.8i 16V Exclusiv 5dr',
'transmission': 'manual',
'trim': '1.8i 16V Exclusiv 5dr',
'vin': None,
'year': 2012}
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120693568%27 HTTP/1.1" 200 None
2026-03-26 05:04:00 [astonbarclay.gb] INFO: Saving data for 120693568: {'auction_closing_time': 1774888200.0, 'created_time': 1774379325.511495, 'last_price_update_time': 1774501440.155412}
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120693568') HTTP/1.1" 204 0
2026-03-26 05:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120691092?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120689132?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120691092, 'registration': 'KX54LVL', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '2.0 CRTD CDX 5dr Auto', 'mileage': 113825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2004-10-18', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX54LVL/2026-03-24/image/1a2e680d-a6ad-4b3d-b8da-15ed9e078433_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8c316cc8-0e5f-49f0-adee-8e6aeb4a3d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8ac6b8b5-2c40-40e7-9265-0a58a2a66715_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/ae344300-7fc9-48a3-855f-b4bad8805123_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28a5e2f6-5b61-49ce-a8dc-56297a511f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/831de4a5-4204-49df-97f0-351f6db3a8a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28625171-09c6-49f7-9009-e8d3308878e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/0198d923-a97e-4450-a098-ae12036fb064_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/e0bf4e6e-10b0-466c-97e4-3bf26acfa0b7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/05 9K - 05/11 33K - 04/12 39K - 04/13 44K - 05/14 49K - 04/15 55K - 04/17 67K - ?? 72K - 04/19 77K - 10/20 83K -11/21 87K 03/23 95K - 10/25 111K', 'remarks': 'VOSA STATES 93K- 101K- 106K - 111K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 210, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b707159-daaa-403f-bbac-0cf5fc0a0d79.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120691092, 'registration': 'KX54LVL', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'TUCSON DIESEL ESTATE', 'derivative': '2.0 CRTD CDX 5dr Auto', 'mileage': 113825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2004-10-18', 'fuel': 'Diesel', 'motExpiry': '2026-11-07', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX54LVL/2026-03-24/image/1a2e680d-a6ad-4b3d-b8da-15ed9e078433_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8c316cc8-0e5f-49f0-adee-8e6aeb4a3d62_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/8ac6b8b5-2c40-40e7-9265-0a58a2a66715_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/ae344300-7fc9-48a3-855f-b4bad8805123_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28a5e2f6-5b61-49ce-a8dc-56297a511f22_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/831de4a5-4204-49df-97f0-351f6db3a8a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/28625171-09c6-49f7-9009-e8d3308878e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/0198d923-a97e-4450-a098-ae12036fb064_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX54LVL/2026-03-24/image/e0bf4e6e-10b0-466c-97e4-3bf26acfa0b7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/05 9K - 05/11 33K - 04/12 39K - 04/13 44K - 05/14 49K - 04/15 55K - 04/17 67K - ?? 72K - 04/19 77K - 10/20 83K -11/21 87K 03/23 95K - 10/25 111K', 'remarks': 'VOSA STATES 93K- 101K- 106K - 111K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 210, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4b707159-daaa-403f-bbac-0cf5fc0a0d79.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092
2026-03-26 05:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a0847ac-6532-5415-b252-09d0375fc3ac with scrape type 2
2026-03-26 05:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a0847ac-6532-5415-b252-09d0375fc3ac with scrape type 2
2026-03-26 05:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6a0847ac-6532-5415-b252-09d0375fc3ac, identifier: 120691092
2026-03-26 05:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092
2026-03-26 05:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092
2026-03-26 05:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6a0847ac-6532-5415-b252-09d0375fc3ac with identifier: 120691092 to the API
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120691092?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 210,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '6a0847ac-6532-5415-b252-09d0375fc3ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX54LVL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120691092',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HYUNDAI',
'model': 'TUCSON DIESEL ESTATE',
'odometer': 113825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-10-18',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI TUCSON DIESEL ESTATE 2.0 CRTD CDX 5dr Auto',
'transmission': 'automatic',
'trim': '2.0 CRTD CDX 5dr Auto',
'vin': None,
'year': 2004}
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120691092%27 HTTP/1.1" 200 None
2026-03-26 05:04:00 [astonbarclay.gb] INFO: Saving data for 120691092: {'auction_closing_time': 1774888200.0, 'created_time': 1774292602.126689, 'last_price_update_time': 1774501440.941117}
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120691092') HTTP/1.1" 204 0
2026-03-26 05:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120680805?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688324?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120690454?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120689132, 'registration': 'KR14HPK', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'V40 DIESEL HATCHBACK', 'derivative': 'D2 SE Lux Nav 5dr', 'mileage': 88564, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3174262a-5106-4048-bbe4-5bf975a188fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/2390a71e-441d-4b56-a793-50602e6189f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/4bd987b4-56b3-4873-bd83-25a3038c472e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3bc2cb70-93c8-4e4b-8767-bac801ecc428_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/683ac933-193f-4a95-814d-48c454a3d108_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5f9af0b7-11fe-46e8-be94-c7ee0c2b34fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/00c67a55-5af2-483c-bedf-654bc9090451_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/63590af4-75c7-4354-b558-2b042b7d9218_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/d567a65b-cdea-4fbf-a19b-22c87e120672_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5b868736-da2e-4f7d-b05f-a122fdd88bdf_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/16 20K - 04/17 32K - 04/18 44K - 04/19 55K - 10/22 80K', 'remarks': 'VOSA STATES 78K- 81K- 83K-87K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72c93c4e-35c0-4f1f-92e3-3f8063fd9b2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120689132, 'registration': 'KR14HPK', 'account': 'WBA004', 'make': 'VOLVO', 'model': 'V40 DIESEL HATCHBACK', 'derivative': 'D2 SE Lux Nav 5dr', 'mileage': 88564, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-06-25', 'fuel': 'Diesel', 'motExpiry': '2026-05-14', 'doors': 5, 'engineSize': 1560, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3174262a-5106-4048-bbe4-5bf975a188fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/2390a71e-441d-4b56-a793-50602e6189f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/4bd987b4-56b3-4873-bd83-25a3038c472e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/3bc2cb70-93c8-4e4b-8767-bac801ecc428_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/683ac933-193f-4a95-814d-48c454a3d108_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5f9af0b7-11fe-46e8-be94-c7ee0c2b34fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/00c67a55-5af2-483c-bedf-654bc9090451_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/63590af4-75c7-4354-b558-2b042b7d9218_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/d567a65b-cdea-4fbf-a19b-22c87e120672_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR14HPK/2026-03-24/image/5b868736-da2e-4f7d-b05f-a122fdd88bdf_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/16 20K - 04/17 32K - 04/18 44K - 04/19 55K - 10/22 80K', 'remarks': 'VOSA STATES 78K- 81K- 83K-87K', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 88, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72c93c4e-35c0-4f1f-92e3-3f8063fd9b2e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132
2026-03-26 05:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85b05fe6-cf1a-51c9-9ace-08d2354b764a with scrape type 2
2026-03-26 05:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85b05fe6-cf1a-51c9-9ace-08d2354b764a with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85b05fe6-cf1a-51c9-9ace-08d2354b764a, identifier: 120689132
2026-03-26 05:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132
2026-03-26 05:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132
2026-03-26 05:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85b05fe6-cf1a-51c9-9ace-08d2354b764a with identifier: 120689132 to the API
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120689132?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 88,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '85b05fe6-cf1a-51c9-9ace-08d2354b764a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KR14HPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120689132',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLVO',
'model': 'V40 DIESEL HATCHBACK',
'odometer': 88564,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-25',
'seller_name': 'UKCGR - Trade',
'title': 'VOLVO V40 DIESEL HATCHBACK D2 SE Lux Nav 5dr',
'transmission': 'manual',
'trim': 'D2 SE Lux Nav 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120689132%27 HTTP/1.1" 200 None
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Saving data for 120689132: {'auction_closing_time': 1774888200.0, 'created_time': 1774292527.323426, 'last_price_update_time': 1774501441.362654}
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120689132') HTTP/1.1" 204 0
2026-03-26 05:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120692816?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120680805, 'registration': 'SN63KXV', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 58417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SN63KXV/2026-03-23/image/a136f1f0-1daa-48fd-ab2e-b3b9c292f68a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/3b31fd52-7f09-4755-9c05-6ccc9132a213_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/0ae33dc0-1081-4cfb-9c72-72d9cb70b785_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/9d61d624-ca56-48db-aa8c-677ca0d5f2aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/26ff5fcd-7173-4b7d-817c-74edea6d69fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/cd139c73-5c03-45e2-bbd8-f4d192edd47c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/1f2c8447-ccbb-42d6-aefd-fa01cee29313_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/528dbe45-1a34-4b37-a7e9-137277b666bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/bb2e3641-c56d-45e0-84d9-ffb43b5e1b07_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/14 - 3K, 11/15 - 9K, 9/16 - 12K, 11/17 - 14K, 5/25 - 56K', 'remarks': 'VOSA STATES - 40K, 49K, 54K, 56K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d23630d8-5c50-44d3-81bb-7543b0d918a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120680805, 'registration': 'SN63KXV', 'account': 'WBA004', 'make': 'FIAT', 'model': '500 HATCHBACK', 'derivative': '1.2 Lounge 3dr [Start Stop]', 'mileage': 58417, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-01', 'fuel': 'Petrol', 'motExpiry': '2026-05-28', 'doors': 3, 'engineSize': 1242, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SN63KXV/2026-03-23/image/a136f1f0-1daa-48fd-ab2e-b3b9c292f68a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/3b31fd52-7f09-4755-9c05-6ccc9132a213_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/0ae33dc0-1081-4cfb-9c72-72d9cb70b785_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/9d61d624-ca56-48db-aa8c-677ca0d5f2aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/26ff5fcd-7173-4b7d-817c-74edea6d69fc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/cd139c73-5c03-45e2-bbd8-f4d192edd47c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/1f2c8447-ccbb-42d6-aefd-fa01cee29313_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/528dbe45-1a34-4b37-a7e9-137277b666bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/SN63KXV/2026-03-23/image/bb2e3641-c56d-45e0-84d9-ffb43b5e1b07_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/14 - 3K, 11/15 - 9K, 9/16 - 12K, 11/17 - 14K, 5/25 - 56K', 'remarks': 'VOSA STATES - 40K, 49K, 54K, 56K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d23630d8-5c50-44d3-81bb-7543b0d918a5.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 4, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805
2026-03-26 05:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23ae04e5-b68f-5e8c-91a4-46838009a924 with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23ae04e5-b68f-5e8c-91a4-46838009a924 with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23ae04e5-b68f-5e8c-91a4-46838009a924, identifier: 120680805
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688324, 'registration': 'EF17UAP', 'account': 'WBA003', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 101561, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-22', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF17UAP/2026-03-24/image/ac1e2365-afde-4f8f-8a0b-4a6d5141ded1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/628c40a9-c35e-42a7-9f0b-ab80f5cc66fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/bec830ae-1645-4972-b625-95e376949add_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/422841c5-8731-48cb-b633-058101fd5bf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/e0a1a01b-7fd8-447a-8c84-40c0e8839abe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/f06b875d-4d38-4437-970f-12903af349b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/b23a95a3-5403-40f7-ae10-eac09a922297_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/9064c7bb-40c7-495c-876d-0482162799c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/4da2f78a-6b11-4231-b70d-dc621da9e6d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 ??', 'remarks': 'VOSA STATES 56K- 67K- 81K - 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ef7e660-7c14-4788-8f89-41279feb3791.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688324, 'registration': 'EF17UAP', 'account': 'WBA003', 'make': 'FORD', 'model': 'KA+ HATCHBACK', 'derivative': '1.2 85 Zetec 5dr', 'mileage': 101561, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-06-22', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF17UAP/2026-03-24/image/ac1e2365-afde-4f8f-8a0b-4a6d5141ded1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/628c40a9-c35e-42a7-9f0b-ab80f5cc66fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/bec830ae-1645-4972-b625-95e376949add_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/422841c5-8731-48cb-b633-058101fd5bf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/e0a1a01b-7fd8-447a-8c84-40c0e8839abe_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/f06b875d-4d38-4437-970f-12903af349b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/b23a95a3-5403-40f7-ae10-eac09a922297_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/9064c7bb-40c7-495c-876d-0482162799c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF17UAP/2026-03-24/image/4da2f78a-6b11-4231-b70d-dc621da9e6d3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/25 ??', 'remarks': 'VOSA STATES 56K- 67K- 81K - 97K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6ef7e660-7c14-4788-8f89-41279feb3791.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324
2026-03-26 05:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6, identifier: 120688324
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120690454, 'registration': 'YG63PLX', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI 177 SE Technik 4dr', 'mileage': 158591, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-18', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YG63PLX/2026-03-24/image/8c8d7375-de25-47f0-a036-f3fb37ed8064_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0417d135-ea85-4ecb-a405-840a1c04c3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0f9c7f37-cbb3-46fc-9fa8-bfb9bd76e8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/e4286cdf-81d5-4a55-957c-cc7de56f29ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/5d792abe-e5f2-4b7c-93e4-9dcceaf9caf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/bc83386d-df21-46b4-9d57-54cbf5888d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/eae3920e-bfeb-4407-81e7-ca03dd90a325_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/a9a10b05-9305-493f-ad45-a4db2d129d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/52a43aeb-c5bd-484a-a439-32ad0978184c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/6eb66686-f653-4448-b813-0811631936fb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/14 9K - 09/14 20K - 11/15 39K 09/21 ??', 'remarks': 'VOSA DISCREPANCY - VOSA IN MILES AND KM - 46K - 47K- 65K- 80K- 97K - 102K- 113KM - 126K (FAIL) - 126K- 138K (MILES) - 138K- 155K (FAIL) - 154K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edfcfd75-0a95-44c1-a88b-0fb6719b3ea8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120690454, 'registration': 'YG63PLX', 'account': 'WBA004', 'make': 'AUDI', 'model': 'A4 DIESEL SALOON', 'derivative': '2.0 TDI 177 SE Technik 4dr', 'mileage': 158591, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2013-10-15', 'fuel': 'Diesel', 'motExpiry': '2026-10-18', 'doors': 4, 'engineSize': 1968, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/YG63PLX/2026-03-24/image/8c8d7375-de25-47f0-a036-f3fb37ed8064_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0417d135-ea85-4ecb-a405-840a1c04c3a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/0f9c7f37-cbb3-46fc-9fa8-bfb9bd76e8c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/e4286cdf-81d5-4a55-957c-cc7de56f29ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/5d792abe-e5f2-4b7c-93e4-9dcceaf9caf5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/bc83386d-df21-46b4-9d57-54cbf5888d14_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/eae3920e-bfeb-4407-81e7-ca03dd90a325_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/a9a10b05-9305-493f-ad45-a4db2d129d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/52a43aeb-c5bd-484a-a439-32ad0978184c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YG63PLX/2026-03-24/image/6eb66686-f653-4448-b813-0811631936fb_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 02/14 9K - 09/14 20K - 11/15 39K 09/21 ??', 'remarks': 'VOSA DISCREPANCY - VOSA IN MILES AND KM - 46K - 47K- 65K- 80K- 97K - 102K- 113KM - 126K (FAIL) - 126K- 138K (MILES) - 138K- 155K (FAIL) - 154K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '5', 'v5': True, 'v5details': 'Here', 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edfcfd75-0a95-44c1-a88b-0fb6719b3ea8.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454
2026-03-26 05:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 595ceeb4-2246-5656-801e-1f51f6ec42e8 with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 595ceeb4-2246-5656-801e-1f51f6ec42e8 with scrape type 2
2026-03-26 05:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 595ceeb4-2246-5656-801e-1f51f6ec42e8, identifier: 120690454
2026-03-26 05:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805
2026-03-26 05:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805
2026-03-26 05:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23ae04e5-b68f-5e8c-91a4-46838009a924 with identifier: 120680805 to the API
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120680805?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '23ae04e5-b68f-5e8c-91a4-46838009a924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SN63KXV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120680805',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FIAT',
'model': '500 HATCHBACK',
'odometer': 58417,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-01',
'seller_name': 'UKCGR - Trade',
'title': 'FIAT 500 HATCHBACK 1.2 Lounge 3dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 Lounge 3dr [Start Stop]',
'vin': None,
'year': 2013}
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120680805%27 HTTP/1.1" 200 None
2026-03-26 05:04:01 [astonbarclay.gb] INFO: Saving data for 120680805: {'auction_closing_time': 1774888200.0, 'created_time': 1774292530.146476, 'last_price_update_time': 1774501441.944588}
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120680805') HTTP/1.1" 204 0
2026-03-26 05:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324
2026-03-26 05:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324
2026-03-26 05:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6 with identifier: 120688324 to the API
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688324?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'f7ab1ac8-946e-5f4f-b5b2-8b2f651768a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EF17UAP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688324',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'KA+ HATCHBACK',
'odometer': 101561,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-22',
'seller_name': 'UKCGR - Select',
'title': 'FORD KA+ HATCHBACK 1.2 85 Zetec 5dr',
'transmission': 'manual',
'trim': '1.2 85 Zetec 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688324%27 HTTP/1.1" 200 None
2026-03-26 05:04:02 [astonbarclay.gb] INFO: Saving data for 120688324: {'auction_closing_time': 1774888200.0, 'created_time': 1774292524.155209, 'last_price_update_time': 1774501442.2496}
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688324') HTTP/1.1" 204 0
2026-03-26 05:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454
2026-03-26 05:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454
2026-03-26 05:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 595ceeb4-2246-5656-801e-1f51f6ec42e8 with identifier: 120690454 to the API
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120690454?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Diesel',
'id': '595ceeb4-2246-5656-801e-1f51f6ec42e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YG63PLX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120690454',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'A4 DIESEL SALOON',
'odometer': 158591,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-15',
'seller_name': 'UKCGR - Trade',
'title': 'AUDI A4 DIESEL SALOON 2.0 TDI 177 SE Technik 4dr',
'transmission': 'manual',
'trim': '2.0 TDI 177 SE Technik 4dr',
'vin': None,
'year': 2013}
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120690454%27 HTTP/1.1" 200 None
2026-03-26 05:04:02 [astonbarclay.gb] INFO: Saving data for 120690454: {'auction_closing_time': 1774888200.0, 'created_time': 1774379357.656525, 'last_price_update_time': 1774501442.539902}
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120690454') HTTP/1.1" 204 0
2026-03-26 05:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120219322?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120692816, 'registration': 'AY05ZPW', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.6 i-VTEC SE 5dr Auto', 'mileage': 87124, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1590, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/bc37ebe3-d897-4ef1-97fb-409ed67777cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/a5bbf05d-99a3-495e-9275-7ad1413973d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b31c42-1070-47d3-ab0c-25099330e6bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/377f829a-1de5-4575-b9b2-074ee7254346_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/910a3fec-7e5a-4a25-8a4c-57fe1d6d099d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b216e0-eb2d-4b12-af0e-c54d27a30942_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/792868bb-a4e3-4842-9d15-2a4fcfaff812_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/c7f8cff7-e474-496c-9bbe-a384dbe06690_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ?? 11K - 02/11 13K - 02/22 62K - 02/24 70K - 02/26 86K', 'remarks': 'VOSA STATES 65K- 70K- 77K- 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fdeee76c-ece2-40db-8f95-2601cf7c6e53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120692816, 'registration': 'AY05ZPW', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.6 i-VTEC SE 5dr Auto', 'mileage': 87124, 'mileageWarranty': True, 'type': 'car', 'saleId': 19231, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2005-03-01', 'fuel': 'Petrol', 'motExpiry': '2027-03-12', 'doors': 5, 'engineSize': 1590, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/bc37ebe3-d897-4ef1-97fb-409ed67777cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/a5bbf05d-99a3-495e-9275-7ad1413973d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b31c42-1070-47d3-ab0c-25099330e6bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/377f829a-1de5-4575-b9b2-074ee7254346_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/910a3fec-7e5a-4a25-8a4c-57fe1d6d099d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/90b216e0-eb2d-4b12-af0e-c54d27a30942_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/792868bb-a4e3-4842-9d15-2a4fcfaff812_removebg.jpg?w=600', 'https://abimg003.imgix.net/AY05ZPW/2026-03-24/image/c7f8cff7-e474-496c-9bbe-a384dbe06690_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book ?? 11K - 02/11 13K - 02/22 62K - 02/24 70K - 02/26 86K', 'remarks': 'VOSA STATES 65K- 70K- 77K- 86K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 172, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fdeee76c-ece2-40db-8f95-2601cf7c6e53.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816
2026-03-26 05:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c74b402-c508-5b89-876f-dd8eceb74458 with scrape type 2
2026-03-26 05:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c74b402-c508-5b89-876f-dd8eceb74458 with scrape type 2
2026-03-26 05:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c74b402-c508-5b89-876f-dd8eceb74458, identifier: 120692816
2026-03-26 05:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816
2026-03-26 05:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816
2026-03-26 05:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c74b402-c508-5b89-876f-dd8eceb74458 with identifier: 120692816 to the API
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120692816?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 172,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': '2c74b402-c508-5b89-876f-dd8eceb74458',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AY05ZPW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120692816',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 87124,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-03-01',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CIVIC HATCHBACK 1.6 i-VTEC SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 i-VTEC SE 5dr Auto',
'vin': None,
'year': 2005}
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120692816%27 HTTP/1.1" 200 None
2026-03-26 05:04:02 [astonbarclay.gb] INFO: Saving data for 120692816: {'auction_closing_time': 1774888200.0, 'created_time': 1774379354.47698, 'last_price_update_time': 1774501442.953663}
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120692816') HTTP/1.1" 204 0
2026-03-26 05:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119811587?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120219322, 'registration': 'OE71GFX', 'account': 'AST002', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 250 AMG Line Premium Plus 5dr Auto', 'mileage': 44612, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE71GFX/2026-03-12/image/872ebab5-faf3-4329-b142-e713c9f14324_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/948e3bcb-87e0-476a-ad10-c766106eb06e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/3960fa8b-10cd-4a7c-afae-d2359c110b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/c2e83c20-e30b-4be0-9010-f0318162b614_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/f0c88e4c-44cb-4885-b31e-76677919a44e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/1d7d3ed9-2fe7-48ee-ae77-6f7c1825efed_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/d30af9db-bc8b-403d-b185-e90349b42541_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/a9c94d3d-76de-478c-955c-98b099dfe54c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/38893d74-0e41-4da6-961d-084dea0ee6ab_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print - All Mercedes-Benz of Colindale: 06/23-16k, 07/24-28k, 08/25-41k -', 'remarks': '*Engine Misfire* - NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES: 44K 34K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c06699ed-bb42-418a-8879-238cbdfefbc5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120219322, 'registration': 'OE71GFX', 'account': 'AST002', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 250 AMG Line Premium Plus 5dr Auto', 'mileage': 44612, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-27', 'fuel': 'Petrol', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': 1991, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE71GFX/2026-03-12/image/872ebab5-faf3-4329-b142-e713c9f14324_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/948e3bcb-87e0-476a-ad10-c766106eb06e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/3960fa8b-10cd-4a7c-afae-d2359c110b6c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/c2e83c20-e30b-4be0-9010-f0318162b614_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/f0c88e4c-44cb-4885-b31e-76677919a44e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/1d7d3ed9-2fe7-48ee-ae77-6f7c1825efed_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/d30af9db-bc8b-403d-b185-e90349b42541_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/a9c94d3d-76de-478c-955c-98b099dfe54c_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GFX/2026-03-12/image/38893d74-0e41-4da6-961d-084dea0ee6ab_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print - All Mercedes-Benz of Colindale: 06/23-16k, 07/24-28k, 08/25-41k -', 'remarks': '*Engine Misfire* - NO V5 FORMER KEEPERS UNKNOWN - VOSA STATES: 44K 34K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': '.', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 173, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c06699ed-bb42-418a-8879-238cbdfefbc5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322
2026-03-26 05:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4492b148-9e71-5acc-8979-fd29a7034863 with scrape type 2
2026-03-26 05:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4492b148-9e71-5acc-8979-fd29a7034863 with scrape type 2
2026-03-26 05:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4492b148-9e71-5acc-8979-fd29a7034863, identifier: 120219322
2026-03-26 05:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322
2026-03-26 05:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322
2026-03-26 05:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4492b148-9e71-5acc-8979-fd29a7034863 with identifier: 120219322 to the API
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120219322?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 173,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '4492b148-9e71-5acc-8979-fd29a7034863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE71GFX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120219322',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 44612,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seller_name': '.',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 250 AMG Line Premium Plus 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 250 AMG Line Premium Plus 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120219322%27 HTTP/1.1" 200 None
2026-03-26 05:04:03 [astonbarclay.gb] INFO: Saving data for 120219322: {'auction_closing_time': 1774861200.0, 'created_time': 1773404376.37071, 'last_price_update_time': 1774501443.396386}
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120219322') HTTP/1.1" 204 0
2026-03-26 05:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120510340?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117830350?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119811587, 'registration': 'V2TUM', 'account': 'MAN027', 'make': 'ABARTH', 'model': '595 HATCHBACK', 'derivative': '1.4 T-Jet 145 3dr', 'mileage': 66758, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-08-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 3, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/V2TUM/2026-02-23/image/f364cf9e-7eee-4b3c-b364-72690122df07_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/54735c80-b9f4-4385-b86e-14f0d7d4d9bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/03a19998-f698-4295-99bc-9432bd728766_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/17b1295b-c850-45c3-aa5e-04b0bf286920_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/f09ddc40-f459-40c4-8aea-98ad8b5fa7e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/778fddfd-5006-4603-a570-dd143bb88029_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/0c650981-01e6-4721-a782-bc74b204ebaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/fd684183-8622-4cdb-b531-7f35540a2b19_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/2a48c6a0-296f-4b56-aa26-7f344d7acdce_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/17 5k - 10/18 14k - 09/19 18k - ?? 24k - 06/20 22k - 05/21 26k - ?? 30k - 07/23 35k', 'remarks': 'WE ARE UNABLE TO CONFIRM THAT THIS PLATE WILL STAY WITH THE CAR AND MAYBE REMOVED BY THE PREVIOUS OWNER WITHOUT NOTICE PRIOR TO RE-REGISTRATION- VOSA STATES 33K - 35K - 51K- 65K-', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62016264-87ec-4871-acee-42192b10b4e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119811587, 'registration': 'V2TUM', 'account': 'MAN027', 'make': 'ABARTH', 'model': '595 HATCHBACK', 'derivative': '1.4 T-Jet 145 3dr', 'mileage': 66758, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-08-03', 'fuel': 'Petrol', 'motExpiry': '2026-07-09', 'doors': 3, 'engineSize': 1368, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/V2TUM/2026-02-23/image/f364cf9e-7eee-4b3c-b364-72690122df07_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/54735c80-b9f4-4385-b86e-14f0d7d4d9bf_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/03a19998-f698-4295-99bc-9432bd728766_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/17b1295b-c850-45c3-aa5e-04b0bf286920_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/f09ddc40-f459-40c4-8aea-98ad8b5fa7e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/778fddfd-5006-4603-a570-dd143bb88029_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/0c650981-01e6-4721-a782-bc74b204ebaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/fd684183-8622-4cdb-b531-7f35540a2b19_removebg.jpg?w=600', 'https://abimg003.imgix.net/V2TUM/2026-02-23/image/2a48c6a0-296f-4b56-aa26-7f344d7acdce_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/17 5k - 10/18 14k - 09/19 18k - ?? 24k - 06/20 22k - 05/21 26k - ?? 30k - 07/23 35k', 'remarks': 'WE ARE UNABLE TO CONFIRM THAT THIS PLATE WILL STAY WITH THE CAR AND MAYBE REMOVED BY THE PREVIOUS OWNER WITHOUT NOTICE PRIOR TO RE-REGISTRATION- VOSA STATES 33K - 35K - 51K- 65K-', 'virtual': False, 'seller': 'Mann Island Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/62016264-87ec-4871-acee-42192b10b4e2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587
2026-03-26 05:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10052dd-4c67-5182-b07d-019741bbad57 with scrape type 2
2026-03-26 05:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a10052dd-4c67-5182-b07d-019741bbad57 with scrape type 2
2026-03-26 05:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a10052dd-4c67-5182-b07d-019741bbad57, identifier: 119811587
2026-03-26 05:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587
2026-03-26 05:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587
2026-03-26 05:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a10052dd-4c67-5182-b07d-019741bbad57 with identifier: 119811587 to the API
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119811587?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'a10052dd-4c67-5182-b07d-019741bbad57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'V2TUM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119811587',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'ABARTH',
'model': '595 HATCHBACK',
'odometer': 66758,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-03',
'seller_name': 'Mann Island Finance',
'title': 'ABARTH 595 HATCHBACK 1.4 T-Jet 145 3dr',
'transmission': 'manual',
'trim': '1.4 T-Jet 145 3dr',
'vin': None,
'year': 2016}
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119811587%27 HTTP/1.1" 200 None
2026-03-26 05:04:03 [astonbarclay.gb] INFO: Saving data for 119811587: {'auction_closing_time': 1774861200.0, 'created_time': 1773404363.672054, 'last_price_update_time': 1774501443.896462}
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119811587') HTTP/1.1" 204 0
2026-03-26 05:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120592457?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119637509?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120591393?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120510340, 'registration': 'SY71OWB', 'account': 'STE131', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 GT Premium 5dr', 'mileage': 11548, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-18', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY71OWB/2026-03-18/image/dac468ba-0656-4e3e-a8a9-45cc0922f080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/fd656608-6300-40ca-b39d-be12088f7fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/06b575b6-3ffd-4a2c-87f7-878ce1c9cdfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/6cda7543-1e3d-4db0-8f10-3ffc25841d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/72812c05-9b6e-47b3-a412-e36a67d0d344_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/65a3f81e-d4e7-45bd-b680-be96cf593182_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/afff6bfa-e4ae-48c5-b52e-927f94b2b928_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/1818e15a-eb5b-4c97-a307-fdecf646c1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/c6518e46-074d-4858-8c1d-faf154e22c1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/5237408c-eba8-4011-8817-a78bb303d5b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/f77befe8-3538-4dcd-ba51-1bfcad10b395_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 11K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d30e897-d6ee-44f0-9abd-70567226106c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120510340, 'registration': 'SY71OWB', 'account': 'STE131', 'make': 'PEUGEOT', 'model': '208 HATCHBACK', 'derivative': '1.2 PureTech 100 GT Premium 5dr', 'mileage': 11548, 'mileageWarranty': False, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-18', 'fuel': 'Petrol', 'motExpiry': '2027-03-04', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY71OWB/2026-03-18/image/dac468ba-0656-4e3e-a8a9-45cc0922f080_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/fd656608-6300-40ca-b39d-be12088f7fe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/06b575b6-3ffd-4a2c-87f7-878ce1c9cdfd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/6cda7543-1e3d-4db0-8f10-3ffc25841d0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/72812c05-9b6e-47b3-a412-e36a67d0d344_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/65a3f81e-d4e7-45bd-b680-be96cf593182_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/afff6bfa-e4ae-48c5-b52e-927f94b2b928_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/1818e15a-eb5b-4c97-a307-fdecf646c1e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/c6518e46-074d-4858-8c1d-faf154e22c1b_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/5237408c-eba8-4011-8817-a78bb303d5b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY71OWB/2026-03-18/image/f77befe8-3538-4dcd-ba51-1bfcad10b395_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'EMPTY SERVICE BOOK', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 11K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d30e897-d6ee-44f0-9abd-70567226106c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340
2026-03-26 05:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d09bc7d-001a-5fce-952f-25104c3830e6 with scrape type 2
2026-03-26 05:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d09bc7d-001a-5fce-952f-25104c3830e6 with scrape type 2
2026-03-26 05:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4d09bc7d-001a-5fce-952f-25104c3830e6, identifier: 120510340
2026-03-26 05:04:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 117830350, 'registration': 'RF72GAO', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 91539, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72GAO/2025-12-11/image/093f8695-52eb-4026-afd0-e8781f48dea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/2d72aefa-2c34-4846-9933-024f32bc3b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ee28eced-92ac-4ccf-a9a3-9fb31b2e12ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ed7ecc3e-79a3-4ce3-a1b6-65f3099de489_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/e77a1d3b-2a7d-4450-948e-c1060773600e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/b0b0df38-ebbb-48e5-8f0e-cdcc02a4e0fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/964e072f-9861-42cc-a2c1-1f300b2dbd01_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ce32df23-c538-4b6d-a69d-1b5152dbb1b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/a256623b-0537-4571-8c34-40778a4a8787_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/f54ef866-8fa2-4c28-b48a-b0343ef42344_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 43K - 12/24 71K', 'remarks': 'Ex-Private Hire - VOSA STATES, 52K, 65K, 75K, 91K - SPARE KEY I N OFFICE', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ab60af9-186c-460d-ac2f-7ec124ba12e7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 117830350, 'registration': 'RF72GAO', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 91539, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-10-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72GAO/2025-12-11/image/093f8695-52eb-4026-afd0-e8781f48dea1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/2d72aefa-2c34-4846-9933-024f32bc3b2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ee28eced-92ac-4ccf-a9a3-9fb31b2e12ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ed7ecc3e-79a3-4ce3-a1b6-65f3099de489_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/e77a1d3b-2a7d-4450-948e-c1060773600e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/b0b0df38-ebbb-48e5-8f0e-cdcc02a4e0fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/964e072f-9861-42cc-a2c1-1f300b2dbd01_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/ce32df23-c538-4b6d-a69d-1b5152dbb1b3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/a256623b-0537-4571-8c34-40778a4a8787_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72GAO/2025-12-11/image/f54ef866-8fa2-4c28-b48a-b0343ef42344_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23 43K - 12/24 71K', 'remarks': 'Ex-Private Hire - VOSA STATES, 52K, 65K, 75K, 91K - SPARE KEY I N OFFICE', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9ab60af9-186c-460d-ac2f-7ec124ba12e7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350
2026-03-26 05:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with scrape type 2
2026-03-26 05:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with scrape type 2
2026-03-26 05:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0, identifier: 117830350
2026-03-26 05:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340
2026-03-26 05:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340
2026-03-26 05:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4d09bc7d-001a-5fce-952f-25104c3830e6 with identifier: 120510340 to the API
2026-03-26 05:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120510340?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '4d09bc7d-001a-5fce-952f-25104c3830e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SY71OWB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120510340',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '208 HATCHBACK',
'odometer': 11548,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-18',
'seller_name': 'Stellantis Financial Services UK',
'title': 'PEUGEOT 208 HATCHBACK 1.2 PureTech 100 GT Premium 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech 100 GT Premium 5dr',
'vin': None,
'year': 2021}
2026-03-26 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120510340%27 HTTP/1.1" 200 None
2026-03-26 05:04:04 [astonbarclay.gb] INFO: Saving data for 120510340: {'auction_closing_time': 1774861200.0, 'created_time': 1773752620.48028, 'last_price_update_time': 1774501444.424914}
2026-03-26 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120510340') HTTP/1.1" 204 0
2026-03-26 05:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350
2026-03-26 05:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350
2026-03-26 05:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0 with identifier: 117830350 to the API
2026-03-26 05:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117830350?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Electric',
'id': '4fcb69f6-5c5a-56e7-9edd-ee8aead27ca0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72GAO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117830350',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 91539,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-26 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117830350%27 HTTP/1.1" 200 None
2026-03-26 05:04:05 [astonbarclay.gb] INFO: Saving data for 117830350: {'auction_closing_time': 1774612800.0, 'created_time': 1773404462.264919, 'last_price_update_time': 1774501445.509632}
2026-03-26 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117830350') HTTP/1.1" 204 0
2026-03-26 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119310122?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120322108?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120752578?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120592457, 'registration': 'KX66UHW', 'account': 'STA058', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi 1 5dr', 'mileage': 110095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX66UHW/2026-03-19/image/66973fb0-8e1e-4d20-8c0a-f4779c3a802e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/b92f2061-7497-49c4-9eac-f65de5dc971f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/8201df3d-e9b4-4a5c-804c-43ea09dd03ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/d3bea654-b338-4c71-a341-e9dd51734bc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/3c3a9211-674c-4b7b-923e-481967ca3109_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/7acb7c69-ee1b-4268-ad25-afacecbc9728_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4480f31d-d674-4702-b78e-f0ab46884f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4b23f237-7ad4-45ad-b63e-dc3e2caa89ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/a77f16e6-12e1-4dd5-83d6-630765913994_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/17-11K, 08/18-20K, 03/19-26K, 03/20-34K, 03/21-40K, 03/22-49K', 'remarks': 'VOSA STATES 49K, 63K, 80K, 98K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/541420be-6969-422e-bc6e-709468f6597e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120592457, 'registration': 'KX66UHW', 'account': 'STA058', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6 GDi 1 5dr', 'mileage': 110095, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2016-09-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KX66UHW/2026-03-19/image/66973fb0-8e1e-4d20-8c0a-f4779c3a802e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/b92f2061-7497-49c4-9eac-f65de5dc971f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/8201df3d-e9b4-4a5c-804c-43ea09dd03ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/d3bea654-b338-4c71-a341-e9dd51734bc2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/3c3a9211-674c-4b7b-923e-481967ca3109_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/7acb7c69-ee1b-4268-ad25-afacecbc9728_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4480f31d-d674-4702-b78e-f0ab46884f2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/4b23f237-7ad4-45ad-b63e-dc3e2caa89ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/KX66UHW/2026-03-19/image/a77f16e6-12e1-4dd5-83d6-630765913994_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print and book 09/17-11K, 08/18-20K, 03/19-26K, 03/20-34K, 03/21-40K, 03/22-49K', 'remarks': 'VOSA STATES 49K, 63K, 80K, 98K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/541420be-6969-422e-bc6e-709468f6597e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457
2026-03-26 05:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e164f281-7af4-522d-b787-4066a59722d4 with scrape type 2
2026-03-26 05:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e164f281-7af4-522d-b787-4066a59722d4 with scrape type 2
2026-03-26 05:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e164f281-7af4-522d-b787-4066a59722d4, identifier: 120592457
2026-03-26 05:04:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119637509, 'registration': 'RF72KWY', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 92530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KWY/2026-02-18/image/2b943bb5-4a8f-4919-b586-a2cce9dc6c9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6354ed9b-3cb4-4ffd-a341-54ffdc91f673_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6ecc796d-ab12-43a4-ad61-e71f82da0f6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/e5eb21e7-3f7d-498a-85d1-04bbf86e1084_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/d4f2901b-5ae4-4d58-b2db-182f08bde7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/ca4a2709-035c-4ece-8ddb-9744300d5a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/7deb06b0-d7d9-4983-a92e-2538a3a96087_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6fc8d55a-de65-4c07-90f4-1a4c8c8584f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/fae712e2-7929-4126-9b3f-4f5c9487ce32_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/111e2e89-97bc-476c-b307-1bd92bbbf849_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23- 30K, 12/24- 49K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 34K, 41K, 55K, 72K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/265c2c48-2cc2-4d50-a561-6de5eba5220f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119637509, 'registration': 'RF72KWY', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 92530, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-30', 'fuel': 'Electric', 'motExpiry': '2026-09-03', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RF72KWY/2026-02-18/image/2b943bb5-4a8f-4919-b586-a2cce9dc6c9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6354ed9b-3cb4-4ffd-a341-54ffdc91f673_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6ecc796d-ab12-43a4-ad61-e71f82da0f6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/e5eb21e7-3f7d-498a-85d1-04bbf86e1084_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/d4f2901b-5ae4-4d58-b2db-182f08bde7d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/ca4a2709-035c-4ece-8ddb-9744300d5a20_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/7deb06b0-d7d9-4983-a92e-2538a3a96087_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/6fc8d55a-de65-4c07-90f4-1a4c8c8584f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/fae712e2-7929-4126-9b3f-4f5c9487ce32_removebg.jpg?w=600', 'https://abimg003.imgix.net/RF72KWY/2026-02-18/image/111e2e89-97bc-476c-b307-1bd92bbbf849_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/23- 30K, 12/24- 49K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 34K, 41K, 55K, 72K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/265c2c48-2cc2-4d50-a561-6de5eba5220f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509
2026-03-26 05:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb50b18b-faeb-561f-be92-5a697c798d24 with scrape type 2
2026-03-26 05:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb50b18b-faeb-561f-be92-5a697c798d24 with scrape type 2
2026-03-26 05:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb50b18b-faeb-561f-be92-5a697c798d24, identifier: 119637509
2026-03-26 05:04:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120591393, 'registration': 'PX16JFG', 'account': 'VAN061', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E350 BlueTEC AMG Night Ed Premium 4dr 9G-Tronic', 'mileage': 105401, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-02', 'doors': 4, 'engineSize': 2987, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/PX16JFG/2026-03-24/image/016f1282-514c-4894-a781-b84f8a7adaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b3e1242c-c331-4bfc-a6cc-de139dbedc33_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/a11e0390-d851-41c5-b7d1-ae93595b45ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/1852e5c6-cfe9-4a1b-a909-b9fd11db2441_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/e62529f2-a125-43a6-96da-9cb2c79048b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b157e2a0-ff44-4ce9-8ad6-97bcf066544a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/d194e21f-21b5-4653-94c7-c3f15a502e78_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/ff7eb9dc-e4e8-4bb3-a7b8-626d092aa58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/31e2cfa5-763b-4790-b887-0be208af7a52_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/20 - 44K, 08/21 - 58K, 08/22 - 70K, 11/22 - 72K, 09/23 - 79K, 09/24 - 90K, 10/25 - 102K', 'remarks': '**1269** VOSA STATES 32K, 33K, 44K, 58K, 69K, 78K, 88K, 100K, Private', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/80e75596-9b40-4c64-9fef-1f942459f713.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120591393, 'registration': 'PX16JFG', 'account': 'VAN061', 'make': 'MERCEDES-BENZ', 'model': 'E CLASS DIESEL SALOON', 'derivative': 'E350 BlueTEC AMG Night Ed Premium 4dr 9G-Tronic', 'mileage': 105401, 'mileageWarranty': False, 'type': 'car', 'saleId': 18910, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-31T12:00Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-03-07', 'fuel': 'Diesel', 'motExpiry': '2026-09-02', 'doors': 4, 'engineSize': 2987, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/PX16JFG/2026-03-24/image/016f1282-514c-4894-a781-b84f8a7adaca_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b3e1242c-c331-4bfc-a6cc-de139dbedc33_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/a11e0390-d851-41c5-b7d1-ae93595b45ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/1852e5c6-cfe9-4a1b-a909-b9fd11db2441_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/e62529f2-a125-43a6-96da-9cb2c79048b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/b157e2a0-ff44-4ce9-8ad6-97bcf066544a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/d194e21f-21b5-4653-94c7-c3f15a502e78_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/ff7eb9dc-e4e8-4bb3-a7b8-626d092aa58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/PX16JFG/2026-03-24/image/31e2cfa5-763b-4790-b887-0be208af7a52_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 08/20 - 44K, 08/21 - 58K, 08/22 - 70K, 11/22 - 72K, 09/23 - 79K, 09/24 - 90K, 10/25 - 102K', 'remarks': '**1269** VOSA STATES 32K, 33K, 44K, 58K, 69K, 78K, 88K, 100K, Private', 'virtual': False, 'seller': 'Vantage Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/80e75596-9b40-4c64-9fef-1f942459f713.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393
2026-03-26 05:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with scrape type 2
2026-03-26 05:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with scrape type 2
2026-03-26 05:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75, identifier: 120591393
2026-03-26 05:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457
2026-03-26 05:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457
2026-03-26 05:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e164f281-7af4-522d-b787-4066a59722d4 with identifier: 120592457 to the API
2026-03-26 05:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120592457?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e164f281-7af4-522d-b787-4066a59722d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KX66UHW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120592457',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 110095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-01',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'KIA SPORTAGE ESTATE 1.6 GDi 1 5dr',
'transmission': 'manual',
'trim': '1.6 GDi 1 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120592457%27 HTTP/1.1" 200 None
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Saving data for 120592457: {'auction_closing_time': 1774861200.0, 'created_time': 1773948045.567406, 'last_price_update_time': 1774501446.152151}
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120592457') HTTP/1.1" 204 0
2026-03-26 05:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509
2026-03-26 05:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509
2026-03-26 05:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb50b18b-faeb-561f-be92-5a697c798d24 with identifier: 119637509 to the API
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119637509?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Electric',
'id': 'cb50b18b-faeb-561f-be92-5a697c798d24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RF72KWY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119637509',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 92530,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119637509%27 HTTP/1.1" 200 None
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Saving data for 119637509: {'auction_closing_time': 1774612800.0, 'created_time': 1773404373.876909, 'last_price_update_time': 1774501446.453004}
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119637509') HTTP/1.1" 204 0
2026-03-26 05:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393
2026-03-26 05:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393
2026-03-26 05:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75 with identifier: 120591393 to the API
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120591393?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a3caaed8-d81b-52b3-bcdc-3ed3ac7b3e75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'PX16JFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120591393',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MERCEDES-BENZ',
'model': 'E CLASS DIESEL SALOON',
'odometer': 105401,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-07',
'seller_name': 'Vantage Motor Group',
'title': 'MERCEDES-BENZ E CLASS DIESEL SALOON E350 BlueTEC AMG Night Ed '
'Premium 4dr 9G-Tronic',
'transmission': 'automatic',
'trim': 'E350 BlueTEC AMG Night Ed Premium 4dr 9G-Tronic',
'vin': None,
'year': 2016}
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120591393%27 HTTP/1.1" 200 None
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Saving data for 120591393: {'auction_closing_time': 1774958400.0, 'created_time': 1774292586.417113, 'last_price_update_time': 1774501446.72925}
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120591393') HTTP/1.1" 204 0
2026-03-26 05:04:06 [scrapy.extensions.logstats] INFO: Crawled 317 pages (at 116 pages/min), scraped 312 items (at 113 items/min)
2026-03-26 05:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 05:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120620673?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120404223?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'e-xchange', 'id': 119310122, 'registration': 'RJ72YYU', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 87827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/a8d92841-d753-4704-996d-37e3733ad6f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/e6d9f835-21c2-4254-9d33-86757fb27a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/268342bd-c3d0-49dc-acf8-bbb408792dbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/c98ab534-112d-4413-a261-72a74c8f2eb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/291b75ad-198f-4118-b454-cf7a232120cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/7f1fab73-b4e6-4270-abf2-02e4cb2155d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/de89e847-7213-4656-a12b-31d292901b51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/fb152a0a-63dc-42b3-bcf1-51923994776a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/34a1e35f-d48d-441f-91a4-9e7bf39fb09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/bc6ebf58-5aeb-417d-ae21-86c23c0ba431_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 27K, 10/24- 47K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 39K, 51K, 67K, 83K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aaad391e-7171-4003-90e1-c4c2c8ce4c4d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'e-xchange', 'id': 119310122, 'registration': 'RJ72YYU', 'account': 'ADD002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]', 'mileage': 87827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-27T12:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': '2026-12-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/a8d92841-d753-4704-996d-37e3733ad6f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/e6d9f835-21c2-4254-9d33-86757fb27a3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/268342bd-c3d0-49dc-acf8-bbb408792dbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/c98ab534-112d-4413-a261-72a74c8f2eb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/291b75ad-198f-4118-b454-cf7a232120cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/7f1fab73-b4e6-4270-abf2-02e4cb2155d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/de89e847-7213-4656-a12b-31d292901b51_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/fb152a0a-63dc-42b3-bcf1-51923994776a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/34a1e35f-d48d-441f-91a4-9e7bf39fb09f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ72YYU/2026-02-11/image/bc6ebf58-5aeb-417d-ae21-86c23c0ba431_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/23- 27K, 10/24- 47K', 'remarks': 'OUTSTANDING RECALL, VOSA STATES 39K, 51K, 67K, 83K, SPARE KEY IN OFFICE, Ex-Private Hire', 'virtual': False, 'seller': 'Addison Lee', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aaad391e-7171-4003-90e1-c4c2c8ce4c4d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122
2026-03-26 05:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5a5a066-9f63-577d-b714-39f1a26277da with scrape type 2
2026-03-26 05:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5a5a066-9f63-577d-b714-39f1a26277da with scrape type 2
2026-03-26 05:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f5a5a066-9f63-577d-b714-39f1a26277da, identifier: 119310122
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120322108, 'registration': 'GF19YYA', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line Edition 4dr', 'mileage': 73192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF19YYA/2026-03-11/image/d53bbcfa-ba91-4b2a-a7a9-6b56fd83e159_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/2ec9317e-331c-47b3-8dbc-9217cfee3cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3fe92ac7-739f-49ed-8a70-c8c22ad2ab49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3cec9c24-0757-4802-b3c3-b799ed1776c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0bf2cf30-f401-447d-899c-a1923c7b8e3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0e0d473f-be95-4599-9a59-408d49d93661_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/b0de4635-3133-413b-baa3-973b606a5d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/5bd71acf-d038-48fe-9c44-11d1ac836527_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20-12K, 02/21-38K, 03/22-40K', 'remarks': 'VOSA STATES 39K, 47K, 52K, 66K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc7a7deb-2b7a-4ab1-bd14-75e460720f12.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120322108, 'registration': 'GF19YYA', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line Edition 4dr', 'mileage': 73192, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-30', 'fuel': 'Petrol', 'motExpiry': '2026-04-08', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/GF19YYA/2026-03-11/image/d53bbcfa-ba91-4b2a-a7a9-6b56fd83e159_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/2ec9317e-331c-47b3-8dbc-9217cfee3cc7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3fe92ac7-739f-49ed-8a70-c8c22ad2ab49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/3cec9c24-0757-4802-b3c3-b799ed1776c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0bf2cf30-f401-447d-899c-a1923c7b8e3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/0e0d473f-be95-4599-9a59-408d49d93661_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/b0de4635-3133-413b-baa3-973b606a5d49_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF19YYA/2026-03-11/image/5bd71acf-d038-48fe-9c44-11d1ac836527_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/20-12K, 02/21-38K, 03/22-40K', 'remarks': 'VOSA STATES 39K, 47K, 52K, 66K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 152, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bc7a7deb-2b7a-4ab1-bd14-75e460720f12.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108
2026-03-26 05:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c31754a-2f8f-5453-848a-c91a8daf328b with scrape type 2
2026-03-26 05:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c31754a-2f8f-5453-848a-c91a8daf328b with scrape type 2
2026-03-26 05:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2c31754a-2f8f-5453-848a-c91a8daf328b, identifier: 120322108
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120752578, 'registration': 'MW18KKE', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.5 TSI EVO SE 5dr', 'mileage': 87754, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW18KKE/2026-03-25/image/1c804d5f-8c92-4759-87d1-fe36c3b3bb0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/4d2fb66e-bdcf-4bdf-9b12-41f03e1ea65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/6c002678-2152-49cc-a298-5d270d431083_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2f373bff-49de-4b38-abc7-526f0b8f9a4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2d818fae-5240-45cc-8472-6f86d1f66fd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/509b2bba-83a7-4205-afcd-d660931a95e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/3de15af7-4994-41a8-97c9-849830e5b8f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/28eca77a-972d-48d7-b29a-9d688c49ee70_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 37K- 50K 65K - 82', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb785485-de2b-49df-8895-20d7f83d0718.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120752578, 'registration': 'MW18KKE', 'account': 'MAN037', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.5 TSI EVO SE 5dr', 'mileage': 87754, 'mileageWarranty': False, 'type': 'car', 'saleId': 19230, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T16:30Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-06-20', 'fuel': 'Petrol', 'motExpiry': '2026-07-21', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MW18KKE/2026-03-25/image/1c804d5f-8c92-4759-87d1-fe36c3b3bb0c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/4d2fb66e-bdcf-4bdf-9b12-41f03e1ea65d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/6c002678-2152-49cc-a298-5d270d431083_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2f373bff-49de-4b38-abc7-526f0b8f9a4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/2d818fae-5240-45cc-8472-6f86d1f66fd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/509b2bba-83a7-4205-afcd-d660931a95e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/3de15af7-4994-41a8-97c9-849830e5b8f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW18KKE/2026-03-25/image/28eca77a-972d-48d7-b29a-9d688c49ee70_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 37K- 50K 65K - 82', 'virtual': False, 'seller': 'Manamanx Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 121, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb785485-de2b-49df-8895-20d7f83d0718.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578
2026-03-26 05:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a09a3e7f-af9d-5828-981a-0e65b05f193c with scrape type 2
2026-03-26 05:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a09a3e7f-af9d-5828-981a-0e65b05f193c with scrape type 2
2026-03-26 05:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a09a3e7f-af9d-5828-981a-0e65b05f193c, identifier: 120752578
2026-03-26 05:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122
2026-03-26 05:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122
2026-03-26 05:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f5a5a066-9f63-577d-b714-39f1a26277da with identifier: 119310122 to the API
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119310122?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T12:00:00Z',
'fuel_type': 'Electric',
'id': 'f5a5a066-9f63-577d-b714-39f1a26277da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RJ72YYU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119310122',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 87827,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Addison Lee',
'title': 'VOLKSWAGEN ID.4 ESTATE 128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'transmission': 'automatic',
'trim': '128kW Life Pro 77kWh 5dr Auto [135kW Ch]',
'vin': None,
'year': 2022}
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119310122%27 HTTP/1.1" 200 None
2026-03-26 05:04:07 [astonbarclay.gb] INFO: Saving data for 119310122: {'auction_closing_time': 1774612800.0, 'created_time': 1773404370.899355, 'last_price_update_time': 1774501447.313079}
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119310122') HTTP/1.1" 204 0
2026-03-26 05:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108
2026-03-26 05:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108
2026-03-26 05:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2c31754a-2f8f-5453-848a-c91a8daf328b with identifier: 120322108 to the API
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120322108?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 152,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '2c31754a-2f8f-5453-848a-c91a8daf328b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF19YYA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120322108',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 73192,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-30',
'seller_name': 'UKCGR - Premium',
'title': 'MERCEDES-BENZ CLA COUPE CLA 180 AMG Line Edition 4dr',
'transmission': 'manual',
'trim': 'CLA 180 AMG Line Edition 4dr',
'vin': None,
'year': 2019}
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120322108%27 HTTP/1.1" 200 None
2026-03-26 05:04:07 [astonbarclay.gb] INFO: Saving data for 120322108: {'auction_closing_time': 1774861200.0, 'created_time': 1773404257.713279, 'last_price_update_time': 1774501447.686314}
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120322108') HTTP/1.1" 204 0
2026-03-26 05:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578
2026-03-26 05:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578
2026-03-26 05:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a09a3e7f-af9d-5828-981a-0e65b05f193c with identifier: 120752578 to the API
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120752578?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 121,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T16:30:00Z',
'fuel_type': 'Petrol',
'id': 'a09a3e7f-af9d-5828-981a-0e65b05f193c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MW18KKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120752578',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 87754,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-20',
'seller_name': 'Manamanx Ltd',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.5 TSI EVO SE 5dr',
'transmission': 'manual',
'trim': '1.5 TSI EVO SE 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120752578%27 HTTP/1.1" 200 None
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Saving data for 120752578: {'auction_closing_time': 1774888200.0, 'created_time': 1774379376.445378, 'last_price_update_time': 1774501448.001145}
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120752578') HTTP/1.1" 204 0
2026-03-26 05:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120428169?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667873?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119960187?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04: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:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120620673, 'registration': 'FM18PZV', 'account': 'LIN021', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 115 FR 5dr', 'mileage': 85941, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM18PZV/2026-03-20/image/4b005926-28c0-41b6-90ac-24102d994df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/da58ebd5-60c7-4d47-b0fe-0a974b2c9838_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/5027f739-fb06-4e96-a559-4e08721b2e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/09b8813d-5253-49f8-8e42-9f9c3a25b89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/60cfede5-3258-41bf-bc35-25421c234a9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/394ffe50-b0fd-4b46-90b5-f75b8cac3a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/68d6907c-f6f2-4678-9728-88d71f04fd8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/c3e0d512-552b-470f-95ff-a6994c6a6420_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/82089a37-f483-4a1d-9f42-aebcb2d4452f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/8b40711a-1563-4dd4-9ea2-231c5d30496a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19 13K - 05/20 28K - 09/20 36K - 10/21 52K -04/23 54K -', 'remarks': 'VOSA STATES 53K- 54K- 63K- 76K-', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9580c823-5429-401e-9c65-2629f9b641f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120620673, 'registration': 'FM18PZV', 'account': 'LIN021', 'make': 'SEAT', 'model': 'IBIZA HATCHBACK', 'derivative': '1.0 TSI 115 FR 5dr', 'mileage': 85941, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2018-07-09', 'fuel': 'Petrol', 'motExpiry': '2026-04-25', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FM18PZV/2026-03-20/image/4b005926-28c0-41b6-90ac-24102d994df3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/da58ebd5-60c7-4d47-b0fe-0a974b2c9838_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/5027f739-fb06-4e96-a559-4e08721b2e79_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/09b8813d-5253-49f8-8e42-9f9c3a25b89e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/60cfede5-3258-41bf-bc35-25421c234a9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/394ffe50-b0fd-4b46-90b5-f75b8cac3a69_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/68d6907c-f6f2-4678-9728-88d71f04fd8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/c3e0d512-552b-470f-95ff-a6994c6a6420_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/82089a37-f483-4a1d-9f42-aebcb2d4452f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FM18PZV/2026-03-20/image/8b40711a-1563-4dd4-9ea2-231c5d30496a_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/19 13K - 05/20 28K - 09/20 36K - 10/21 52K -04/23 54K -', 'remarks': 'VOSA STATES 53K- 54K- 63K- 76K-', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9580c823-5429-401e-9c65-2629f9b641f4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673
2026-03-26 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b484ca-358d-5773-b1cf-c9c87aa55cac with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72b484ca-358d-5773-b1cf-c9c87aa55cac with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72b484ca-358d-5773-b1cf-c9c87aa55cac, identifier: 120620673
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120404223, 'registration': 'CJ23HXH', 'account': 'LIN021', 'make': 'FORD', 'model': 'TRANSIT CONNECT 250 L1 DIESEL', 'derivative': '1.5 EcoBlue 100ps Sport Van', 'mileage': 22526, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-07-20', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/fa5de827-f67a-4bc2-aec6-d2a945e4f704_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/82932fd7-1ee6-4e67-8cd9-f93f041f5d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/4cd23cb4-2d21-4221-82a5-a4bd67d99bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/c241c6c4-8ffe-43cd-b49b-2658abfd6015_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/b4dcffec-e2e9-4f44-b627-a846276be114_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/19b3a9cb-1f2f-4c87-8f54-2bb0ab49b3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/0d46ac90-d042-4901-a361-842f7b9781d7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aadad82f-6b2c-49db-ab59-83d077a6dd7d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120404223, 'registration': 'CJ23HXH', 'account': 'LIN021', 'make': 'FORD', 'model': 'TRANSIT CONNECT 250 L1 DIESEL', 'derivative': '1.5 EcoBlue 100ps Sport Van', 'mileage': 22526, 'mileageWarranty': True, 'type': 'commercial', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-07-20', 'fuel': 'Diesel', 'motExpiry': None, 'doors': None, 'engineSize': 1499, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/fa5de827-f67a-4bc2-aec6-d2a945e4f704_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/82932fd7-1ee6-4e67-8cd9-f93f041f5d31_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/4cd23cb4-2d21-4221-82a5-a4bd67d99bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/c241c6c4-8ffe-43cd-b49b-2658abfd6015_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/b4dcffec-e2e9-4f44-b627-a846276be114_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/19b3a9cb-1f2f-4c87-8f54-2bb0ab49b3d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/CJ23HXH/2026-03-12/image/0d46ac90-d042-4901-a361-842f7b9781d7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith - LCV', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Link Financial', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/aadad82f-6b2c-49db-ab59-83d077a6dd7d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': '+VAT', 'value': '+VAT'}}
2026-03-26 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223
2026-03-26 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3306a4fa-98e6-53f7-999a-1066e13c02d8 with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3306a4fa-98e6-53f7-999a-1066e13c02d8 with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3306a4fa-98e6-53f7-999a-1066e13c02d8, identifier: 120404223
2026-03-26 05:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673
2026-03-26 05:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673
2026-03-26 05:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72b484ca-358d-5773-b1cf-c9c87aa55cac with identifier: 120620673 to the API
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120620673?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '72b484ca-358d-5773-b1cf-c9c87aa55cac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'FM18PZV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120620673',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'SEAT',
'model': 'IBIZA HATCHBACK',
'odometer': 85941,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-09',
'seller_name': 'Link Financial',
'title': 'SEAT IBIZA HATCHBACK 1.0 TSI 115 FR 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 115 FR 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120620673%27 HTTP/1.1" 200 None
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Saving data for 120620673: {'auction_closing_time': 1774861200.0, 'created_time': 1774271814.605129, 'last_price_update_time': 1774501448.532617}
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120620673') HTTP/1.1" 204 0
2026-03-26 05:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223
2026-03-26 05:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223
2026-03-26 05:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3306a4fa-98e6-53f7-999a-1066e13c02d8 with identifier: 120404223 to the API
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120404223?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Diesel',
'id': '3306a4fa-98e6-53f7-999a-1066e13c02d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'CJ23HXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120404223',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'TRANSIT CONNECT 250 L1 DIESEL',
'odometer': 22526,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-20',
'seller_name': 'Link Financial',
'title': 'FORD TRANSIT CONNECT 250 L1 DIESEL 1.5 EcoBlue 100ps Sport Van',
'transmission': 'manual',
'trim': '1.5 EcoBlue 100ps Sport Van',
'vin': None,
'year': 2023}
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120404223%27 HTTP/1.1" 200 None
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Saving data for 120404223: {'auction_closing_time': 1774861200.0, 'created_time': 1773752637.942649, 'last_price_update_time': 1774501448.838028}
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120404223') HTTP/1.1" 204 0
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120428169, 'registration': 'GJ22LUZ', 'account': 'WBA002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 77010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1154, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-10', 'fuel': 'Electric', 'motExpiry': '2026-03-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/1190edd5-58e2-4815-bdb1-9bd152df1c25_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/621f186d-b37d-434c-995a-69fbf5abbe2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/4f9c6d31-ede8-49c9-a3b6-41e05a0b54c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/ca8868b9-cd5b-4b96-a10b-8909bf066937_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/fc7a9f55-1371-4d53-ac7a-afb8528953ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/30566b68-5161-4c6f-aae3-64833002c327_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/8e577069-2933-4362-b615-d6f9a589fd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/28d42368-a0db-439a-a279-16f7697dbaa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/6a808b3b-6824-4a3c-a64f-fcb6d081dc91_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 60K, 76K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea8d8330-a9b6-4407-9985-04c9b0f30b8c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120428169, 'registration': 'GJ22LUZ', 'account': 'WBA002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 77010, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1154, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-10', 'fuel': 'Electric', 'motExpiry': '2026-03-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/1190edd5-58e2-4815-bdb1-9bd152df1c25_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/621f186d-b37d-434c-995a-69fbf5abbe2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/4f9c6d31-ede8-49c9-a3b6-41e05a0b54c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/ca8868b9-cd5b-4b96-a10b-8909bf066937_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/fc7a9f55-1371-4d53-ac7a-afb8528953ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/30566b68-5161-4c6f-aae3-64833002c327_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/8e577069-2933-4362-b615-d6f9a589fd00_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/28d42368-a0db-439a-a279-16f7697dbaa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/GJ22LUZ/2026-03-13/image/6a808b3b-6824-4a3c-a64f-fcb6d081dc91_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES - 60K, 76K SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ea8d8330-a9b6-4407-9985-04c9b0f30b8c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169
2026-03-26 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 660e39fc-88e4-50d9-a14f-57ff54ad69b9, identifier: 120428169
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667873, 'registration': 'EJ71FFY', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI 110 Active 5dr', 'mileage': 42075, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1152, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f440b5f7-b79b-4eef-a0be-78a048000eb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/eb414a8c-e2c9-4087-9802-3969b4c7f5b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f23a45f7-1491-4e62-ae1e-fd9d75046b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/951344a1-369d-46aa-9601-51d17cbf768f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/67c7d364-e637-4c3d-8f95-c7558ab3da70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/9d5877a7-2e6e-412e-ac65-36e89ce57b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/a4b3f187-d7fa-4532-b2ce-5c46d41f5d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/cfccb25e-f28a-4a67-a1fb-fffcd8e41f60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/2c66ab82-9308-4be8-b395-87c23300e2be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/1770c87a-5652-4483-9573-8279ec4069a1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9bbf60c8-4962-461b-ab3d-dfbb90355ac8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667873, 'registration': 'EJ71FFY', 'account': 'WBA002', 'make': 'VOLKSWAGEN', 'model': 'T-ROC HATCHBACK', 'derivative': '1.0 TSI 110 Active 5dr', 'mileage': 42075, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1152, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-12-21', 'fuel': 'Petrol', 'motExpiry': '2026-03-24', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f440b5f7-b79b-4eef-a0be-78a048000eb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/eb414a8c-e2c9-4087-9802-3969b4c7f5b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/f23a45f7-1491-4e62-ae1e-fd9d75046b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/951344a1-369d-46aa-9601-51d17cbf768f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/67c7d364-e637-4c3d-8f95-c7558ab3da70_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/9d5877a7-2e6e-412e-ac65-36e89ce57b8f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/a4b3f187-d7fa-4532-b2ce-5c46d41f5d25_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/cfccb25e-f28a-4a67-a1fb-fffcd8e41f60_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/2c66ab82-9308-4be8-b395-87c23300e2be_removebg.jpg?w=600', 'https://abimg003.imgix.net/EJ71FFY/2026-03-24/image/1770c87a-5652-4483-9573-8279ec4069a1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9bbf60c8-4962-461b-ab3d-dfbb90355ac8.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873
2026-03-26 05:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d278e6ee-e94c-5f39-a22b-1c0024951005 with scrape type 2
2026-03-26 05:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d278e6ee-e94c-5f39-a22b-1c0024951005 with scrape type 2
2026-03-26 05:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d278e6ee-e94c-5f39-a22b-1c0024951005, identifier: 120667873
2026-03-26 05:04:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119960187, 'registration': 'DG65OEF', 'account': 'STE131', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Quattro S Line 2dr S Tronic', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-11', 'fuel': 'Petrol', 'motExpiry': '2024-06-18', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/DG65OEF/2026-03-24/image/0c0b7b3c-8a11-4d8b-bbf8-adf9b4e49245_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/d7995b9d-59ed-463a-8b16-30feb17afa8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/e9baeec9-66c7-4007-80e5-f190a9041946_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/7a23907f-5299-4022-9152-31689a0ba04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/ece0659a-8dba-4da0-bd98-400c899c0b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/a6d05896-587a-40a9-95b2-915d98fc0fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/959e9cee-060d-458b-b837-c6eba896eb87_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/5b4d8f20-9b3f-4f86-97a8-3631182d76ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/3f379e73-ecfa-4334-b0b2-10f166375141_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c8eb0b29-17cc-41c3-851a-6006f3db7c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c5794d25-c14d-4c32-bb6a-eac44147d61c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/24f83372-3b36-4e80-99e7-75191418be9d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19718f37-e644-47ab-8eda-988afcfa2317.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119960187, 'registration': 'DG65OEF', 'account': 'STE131', 'make': 'AUDI', 'model': 'TT COUPE', 'derivative': '2.0T FSI Quattro S Line 2dr S Tronic', 'mileage': 1, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2015-09-11', 'fuel': 'Petrol', 'motExpiry': '2024-06-18', 'doors': 2, 'engineSize': 1984, 'bodyType': 'Coupe', 'images': ['https://abimg003.imgix.net/DG65OEF/2026-03-24/image/0c0b7b3c-8a11-4d8b-bbf8-adf9b4e49245_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/d7995b9d-59ed-463a-8b16-30feb17afa8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/e9baeec9-66c7-4007-80e5-f190a9041946_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/7a23907f-5299-4022-9152-31689a0ba04d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/ece0659a-8dba-4da0-bd98-400c899c0b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/a6d05896-587a-40a9-95b2-915d98fc0fc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/959e9cee-060d-458b-b837-c6eba896eb87_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/5b4d8f20-9b3f-4f86-97a8-3631182d76ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/3f379e73-ecfa-4334-b0b2-10f166375141_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c8eb0b29-17cc-41c3-851a-6006f3db7c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/c5794d25-c14d-4c32-bb6a-eac44147d61c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DG65OEF/2026-03-24/image/24f83372-3b36-4e80-99e7-75191418be9d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Stellantis Financial Services UK', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 153, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19718f37-e644-47ab-8eda-988afcfa2317.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba6f751f-e9a5-5332-9e78-e386efb30395 with identifier: 119960187
2026-03-26 05:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba6f751f-e9a5-5332-9e78-e386efb30395 with scrape type 2
2026-03-26 05:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba6f751f-e9a5-5332-9e78-e386efb30395 with scrape type 2
2026-03-26 05:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba6f751f-e9a5-5332-9e78-e386efb30395, identifier: 119960187
2026-03-26 05:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169
2026-03-26 05:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169
2026-03-26 05:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 660e39fc-88e4-50d9-a14f-57ff54ad69b9 with identifier: 120428169 to the API
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120428169?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '660e39fc-88e4-50d9-a14f-57ff54ad69b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GJ22LUZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120428169',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 77010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-10',
'seller_name': 'UKCGR - Premium',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120428169%27 HTTP/1.1" 200 None
2026-03-26 05:04:09 [astonbarclay.gb] INFO: Saving data for 120428169: {'auction_closing_time': 1774861200.0, 'created_time': 1773406843.271538, 'last_price_update_time': 1774501449.506855}
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120428169') HTTP/1.1" 204 0
2026-03-26 05:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873
2026-03-26 05:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873
2026-03-26 05:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d278e6ee-e94c-5f39-a22b-1c0024951005 with identifier: 120667873 to the API
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667873?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'd278e6ee-e94c-5f39-a22b-1c0024951005',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EJ71FFY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667873',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VOLKSWAGEN',
'model': 'T-ROC HATCHBACK',
'odometer': 42075,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seller_name': 'UKCGR - Premium',
'title': 'VOLKSWAGEN T-ROC HATCHBACK 1.0 TSI 110 Active 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 110 Active 5dr',
'vin': None,
'year': 2021}
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667873%27 HTTP/1.1" 200 None
2026-03-26 05:04:09 [astonbarclay.gb] INFO: Saving data for 120667873: {'auction_closing_time': 1774861200.0, 'created_time': 1774271733.107962, 'last_price_update_time': 1774501449.832194}
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667873') HTTP/1.1" 204 0
2026-03-26 05:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba6f751f-e9a5-5332-9e78-e386efb30395 with identifier: 119960187
2026-03-26 05:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba6f751f-e9a5-5332-9e78-e386efb30395 with identifier: 119960187
2026-03-26 05:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba6f751f-e9a5-5332-9e78-e386efb30395 with identifier: 119960187 to the API
2026-03-26 05:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119960187?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 153,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ba6f751f-e9a5-5332-9e78-e386efb30395',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DG65OEF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119960187',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'AUDI',
'model': 'TT COUPE',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-11',
'seller_name': 'Stellantis Financial Services UK',
'title': 'AUDI TT COUPE 2.0T FSI Quattro S Line 2dr S Tronic',
'transmission': 'automatic',
'trim': '2.0T FSI Quattro S Line 2dr S Tronic',
'vin': None,
'year': 2015}
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119960187%27 HTTP/1.1" 200 None
2026-03-26 05:04:10 [astonbarclay.gb] INFO: Saving data for 119960187: {'auction_closing_time': 1774861200.0, 'created_time': 1774379407.685008, 'last_price_update_time': 1774501450.139153}
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119960187') HTTP/1.1" 204 0
2026-03-26 05:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668424?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120368640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120666587?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668424, 'registration': 'EX70UPS', 'account': 'WBA002', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh 5dr Auto', 'mileage': 92913, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1142, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-07', 'fuel': 'Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX70UPS/2026-03-23/image/4404e006-36d1-4cef-be0f-e21bdccdee76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/d313f708-9e59-4b33-9295-1f9ed7ca0080_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/3973a590-6395-4827-b32f-1fcb04919637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/9410eff2-8034-41e5-8a54-aa39b2b639c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/173672f2-fe81-484e-bde4-1dfabe06163d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/0eb4b257-a37b-417b-9871-b9de11330500_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/47c527d6-eac5-4bb6-a685-bb10a97492dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/2407357e-ef03-43d7-bf40-a8b9408f70ea_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/21 19K - 08/22 37K - 09/23 58K - 09/24 78', 'remarks': 'VOSA STATES 75K- 86K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a46fe42-e8d9-426d-8793-8edd321d4141.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668424, 'registration': 'EX70UPS', 'account': 'WBA002', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW i GT Line R135 50kWh 5dr Auto', 'mileage': 92913, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1142, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2020-09-07', 'fuel': 'Electric', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EX70UPS/2026-03-23/image/4404e006-36d1-4cef-be0f-e21bdccdee76_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/d313f708-9e59-4b33-9295-1f9ed7ca0080_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/3973a590-6395-4827-b32f-1fcb04919637_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/9410eff2-8034-41e5-8a54-aa39b2b639c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/173672f2-fe81-484e-bde4-1dfabe06163d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/0eb4b257-a37b-417b-9871-b9de11330500_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/47c527d6-eac5-4bb6-a685-bb10a97492dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/EX70UPS/2026-03-23/image/2407357e-ef03-43d7-bf40-a8b9408f70ea_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/21 19K - 08/22 37K - 09/23 58K - 09/24 78', 'remarks': 'VOSA STATES 75K- 86K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a46fe42-e8d9-426d-8793-8edd321d4141.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424
2026-03-26 05:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 441f5e12-c519-5426-8f87-84685db45645 with scrape type 2
2026-03-26 05:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 441f5e12-c519-5426-8f87-84685db45645 with scrape type 2
2026-03-26 05:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 441f5e12-c519-5426-8f87-84685db45645, identifier: 120668424
2026-03-26 05:04:10 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120368640, 'registration': 'EW19NPK', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 27507, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EW19NPK/2026-03-12/image/7af05587-fc8a-4881-ac46-fafb872790cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/6e6ce435-f19a-40ad-ae8e-1ea3f2484e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/c7fe5f4f-733c-4a84-997e-22407400313e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/f4b88351-65f3-48ac-900a-096569deaee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/14e27900-1c02-4499-b9ab-ba2694a7214f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/2661fffc-3ccf-4405-8a39-9a4623df3181_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/e204ea4c-77cf-4df0-8b21-7ce4f2a2661c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/ebec5039-4071-4a1a-97bd-9245fea9a9f8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25- 21K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 12K, 15K, 21K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6cb7eb60-44c6-43a7-86d0-38879df71966.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:10 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120368640, 'registration': 'EW19NPK', 'account': 'WBA002', 'make': 'FORD', 'model': 'FIESTA HATCHBACK', 'derivative': '1.0 EcoBoost ST-Line 5dr', 'mileage': 27507, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1139, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-07-25', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EW19NPK/2026-03-12/image/7af05587-fc8a-4881-ac46-fafb872790cd_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/6e6ce435-f19a-40ad-ae8e-1ea3f2484e85_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/c7fe5f4f-733c-4a84-997e-22407400313e_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/f4b88351-65f3-48ac-900a-096569deaee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/14e27900-1c02-4499-b9ab-ba2694a7214f_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/2661fffc-3ccf-4405-8a39-9a4623df3181_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/e204ea4c-77cf-4df0-8b21-7ce4f2a2661c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EW19NPK/2026-03-12/image/ebec5039-4071-4a1a-97bd-9245fea9a9f8_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/25- 21K', 'remarks': 'FORMER KEEPERS UNKNOWN, VOSA STATES 9K, 12K, 15K, 21K, SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6cb7eb60-44c6-43a7-86d0-38879df71966.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640
2026-03-26 05:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc00cef-2121-5916-a650-4a84ab95a8a3 with scrape type 2
2026-03-26 05:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfc00cef-2121-5916-a650-4a84ab95a8a3 with scrape type 2
2026-03-26 05:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bfc00cef-2121-5916-a650-4a84ab95a8a3, identifier: 120368640
2026-03-26 05:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424
2026-03-26 05:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424
2026-03-26 05:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 441f5e12-c519-5426-8f87-84685db45645 with identifier: 120668424 to the API
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668424?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '441f5e12-c519-5426-8f87-84685db45645',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EX70UPS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668424',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 92913,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-07',
'seller_name': 'UKCGR - Premium',
'title': 'RENAULT ZOE HATCHBACK 100kW i GT Line R135 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW i GT Line R135 50kWh 5dr Auto',
'vin': None,
'year': 2020}
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668424%27 HTTP/1.1" 200 None
2026-03-26 05:04:10 [astonbarclay.gb] INFO: Saving data for 120668424: {'auction_closing_time': 1774861200.0, 'created_time': 1774271625.62764, 'last_price_update_time': 1774501450.77078}
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668424') HTTP/1.1" 204 0
2026-03-26 05:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640
2026-03-26 05:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640
2026-03-26 05:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bfc00cef-2121-5916-a650-4a84ab95a8a3 with identifier: 120368640 to the API
2026-03-26 05:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120368640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'bfc00cef-2121-5916-a650-4a84ab95a8a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'EW19NPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120368640',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'FORD',
'model': 'FIESTA HATCHBACK',
'odometer': 27507,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-25',
'seller_name': 'UKCGR - Premium',
'title': 'FORD FIESTA HATCHBACK 1.0 EcoBoost ST-Line 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost ST-Line 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368640%27 HTTP/1.1" 200 None
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Saving data for 120368640: {'auction_closing_time': 1774861200.0, 'created_time': 1773403793.761053, 'last_price_update_time': 1774501451.125808}
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368640') HTTP/1.1" 204 0
2026-03-26 05:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/118914209?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120413042?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120666587, 'registration': 'LS18WOJ', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.5 VTEC Turbo Sport Plus 5dr CVT', 'mileage': 99785, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dbcb1c97-36e4-49ea-84b2-c36b746a2e92_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7be559b7-036c-4cab-b68d-059e4df9ef44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/51ff7b61-1942-4a44-bff6-748248588b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7074d176-654b-444d-9fa4-01d2007dfbee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/ab281cc8-709a-4ad2-9065-c879e0776e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/935a629b-b40b-468c-97f6-701bd95ab3a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dd6b55a8-c071-4838-8a4d-7f7fe5bdc42c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/1ffd931c-6e1c-4db0-9f7a-049ba0fed802_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/88159397-8079-4fa3-b745-ef2e7d7360ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/3261b52b-ebec-472c-b71c-f061bd678a2a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/18 5K - 04/19 9K - 12/19 12/20 21K - 12/21 26K - 03/22 28K - 11/23 49K', 'remarks': 'VOSA STATES 28K- 37K- 58K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ec03be5-ed1a-45b6-8a9b-5172d85deb24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120666587, 'registration': 'LS18WOJ', 'account': 'WBA004', 'make': 'HONDA', 'model': 'CIVIC HATCHBACK', 'derivative': '1.5 VTEC Turbo Sport Plus 5dr CVT', 'mileage': 99785, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1141, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-04-10', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dbcb1c97-36e4-49ea-84b2-c36b746a2e92_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7be559b7-036c-4cab-b68d-059e4df9ef44_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/51ff7b61-1942-4a44-bff6-748248588b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/7074d176-654b-444d-9fa4-01d2007dfbee_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/ab281cc8-709a-4ad2-9065-c879e0776e06_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/935a629b-b40b-468c-97f6-701bd95ab3a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/dd6b55a8-c071-4838-8a4d-7f7fe5bdc42c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/1ffd931c-6e1c-4db0-9f7a-049ba0fed802_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/88159397-8079-4fa3-b745-ef2e7d7360ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS18WOJ/2026-03-23/image/3261b52b-ebec-472c-b71c-f061bd678a2a_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 11/18 5K - 04/19 9K - 12/19 12/20 21K - 12/21 26K - 03/22 28K - 11/23 49K', 'remarks': 'VOSA STATES 28K- 37K- 58K- 77K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8ec03be5-ed1a-45b6-8a9b-5172d85deb24.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587
2026-03-26 05:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with scrape type 2
2026-03-26 05:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with scrape type 2
2026-03-26 05:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97, identifier: 120666587
2026-03-26 05:04: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:04: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:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587
2026-03-26 05:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587
2026-03-26 05:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cb267fe2-1e7e-5d86-8ab9-64b2b836fb97 with identifier: 120666587 to the API
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120666587?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'cb267fe2-1e7e-5d86-8ab9-64b2b836fb97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS18WOJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120666587',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'HONDA',
'model': 'CIVIC HATCHBACK',
'odometer': 99785,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-31',
'seller_name': 'UKCGR - Trade',
'title': 'HONDA CIVIC HATCHBACK 1.5 VTEC Turbo Sport Plus 5dr CVT',
'transmission': 'automatic',
'trim': '1.5 VTEC Turbo Sport Plus 5dr CVT',
'vin': None,
'year': 2018}
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120666587%27 HTTP/1.1" 200 None
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Saving data for 120666587: {'auction_closing_time': 1774861200.0, 'created_time': 1774271607.682542, 'last_price_update_time': 1774501451.674503}
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120666587') HTTP/1.1" 204 0
2026-03-26 05:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120060014?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 118914209, 'registration': 'OE25ZHH', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 9413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1109, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-05-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/d32fad1e-d11e-4469-a9b2-13ea0aa24701_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1b62473f-55d8-4f1d-ad0c-0f548cf7c55a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/552d7ecc-082d-44d1-b11b-0b720ab6b98b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/727a0dde-3aef-449b-923a-d91e2719826d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/b8cd89fd-c157-47b5-9b6d-ed70800536c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/2fbe9d54-d0d6-48d7-a8a9-47f8e84eb984_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/03053fc2-54f4-4928-916e-b75b199d8574_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1dc89d3f-829f-44fe-9c08-139eb28273b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/72803c44-cdfe-4740-80f1-0e6956f5f72e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fbe364f6-332a-4299-85c0-50a53e03e27c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 118914209, 'registration': 'OE25ZHH', 'account': 'MOT070', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.2 Turbo Ultimate 5dr Auto', 'mileage': 9413, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1109, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-05-23', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/d32fad1e-d11e-4469-a9b2-13ea0aa24701_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1b62473f-55d8-4f1d-ad0c-0f548cf7c55a_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/552d7ecc-082d-44d1-b11b-0b720ab6b98b_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/727a0dde-3aef-449b-923a-d91e2719826d_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/b8cd89fd-c157-47b5-9b6d-ed70800536c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/2fbe9d54-d0d6-48d7-a8a9-47f8e84eb984_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/03053fc2-54f4-4928-916e-b75b199d8574_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/1dc89d3f-829f-44fe-9c08-139eb28273b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE25ZHH/2026-01-24/image/72803c44-cdfe-4740-80f1-0e6956f5f72e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fbe364f6-332a-4299-85c0-50a53e03e27c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209
2026-03-26 05:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e95f2d9-5907-5709-b387-8b8cd614ca60 with scrape type 2
2026-03-26 05:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e95f2d9-5907-5709-b387-8b8cd614ca60 with scrape type 2
2026-03-26 05:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e95f2d9-5907-5709-b387-8b8cd614ca60, identifier: 118914209
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120413042, 'registration': 'DK18LXO', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS CABRIOLET', 'derivative': 'C200 AMG Line 2dr Auto', 'mileage': 81254, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1133, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 2, 'engineSize': 1991, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/DK18LXO/2026-03-13/image/0761df4a-2603-4298-8bad-b1c7890f0953_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d33aed26-3253-4972-ad35-7a8bb785e318_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/8470e085-bcff-4ac3-818c-21fa6ae0f929_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/fc9de8b1-8e50-48ca-9306-80b4eee23881_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/eb102a2f-d326-4f40-acbb-eb926de96bc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/c0ae71c2-193f-4a41-a260-75b32e8b651a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/031c4708-a3dc-41e2-a94f-1c40e6ff5b37_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/229afe6c-34c2-4ac8-ba91-1b87f4ba1ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d23cedba-63e8-4401-b846-0f0ece64e0f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/19-6K, 05/20-18K, 05/21-27K, 01/23-42K.', 'remarks': 'VOSA STATES MILES@ 35K, 46K, 60K, 71K. SPARE KEY AND SD CARD IN OFFICE.', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56d76a4e-111a-406b-a384-f959e2a7539b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:11 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120413042, 'registration': 'DK18LXO', 'account': 'WBA002', 'make': 'MERCEDES-BENZ', 'model': 'C CLASS CABRIOLET', 'derivative': 'C200 AMG Line 2dr Auto', 'mileage': 81254, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1133, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2018-03-15', 'fuel': 'Petrol', 'motExpiry': '2026-04-07', 'doors': 2, 'engineSize': 1991, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/DK18LXO/2026-03-13/image/0761df4a-2603-4298-8bad-b1c7890f0953_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d33aed26-3253-4972-ad35-7a8bb785e318_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/8470e085-bcff-4ac3-818c-21fa6ae0f929_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/fc9de8b1-8e50-48ca-9306-80b4eee23881_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/eb102a2f-d326-4f40-acbb-eb926de96bc5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/c0ae71c2-193f-4a41-a260-75b32e8b651a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/031c4708-a3dc-41e2-a94f-1c40e6ff5b37_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/229afe6c-34c2-4ac8-ba91-1b87f4ba1ed6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DK18LXO/2026-03-13/image/d23cedba-63e8-4401-b846-0f0ece64e0f3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/19-6K, 05/20-18K, 05/21-27K, 01/23-42K.', 'remarks': 'VOSA STATES MILES@ 35K, 46K, 60K, 71K. SPARE KEY AND SD CARD IN OFFICE.', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/56d76a4e-111a-406b-a384-f959e2a7539b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042
2026-03-26 05:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47dd0733-5669-5811-b356-e147fc3d98f0 with scrape type 2
2026-03-26 05:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47dd0733-5669-5811-b356-e147fc3d98f0 with scrape type 2
2026-03-26 05:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 47dd0733-5669-5811-b356-e147fc3d98f0, identifier: 120413042
2026-03-26 05:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209
2026-03-26 05:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209
2026-03-26 05:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e95f2d9-5907-5709-b387-8b8cd614ca60 with identifier: 118914209 to the API
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/118914209?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6e95f2d9-5907-5709-b387-8b8cd614ca60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OE25ZHH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/118914209',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 9413,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-23',
'seller_name': 'Motability Operations',
'title': 'VAUXHALL CORSA HATCHBACK 1.2 Turbo Ultimate 5dr Auto',
'transmission': 'automatic',
'trim': '1.2 Turbo Ultimate 5dr Auto',
'vin': None,
'year': 2025}
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27118914209%27 HTTP/1.1" 200 None
2026-03-26 05:04:12 [astonbarclay.gb] INFO: Saving data for 118914209: {'auction_closing_time': 1774861200.0, 'created_time': 1773402099.711471, 'last_price_update_time': 1774501452.212379}
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='118914209') HTTP/1.1" 204 0
2026-03-26 05:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042
2026-03-26 05:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042
2026-03-26 05:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 47dd0733-5669-5811-b356-e147fc3d98f0 with identifier: 120413042 to the API
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120413042?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '47dd0733-5669-5811-b356-e147fc3d98f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DK18LXO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120413042',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'MERCEDES-BENZ',
'model': 'C CLASS CABRIOLET',
'odometer': 81254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-15',
'seller_name': 'UKCGR - Premium',
'title': 'MERCEDES-BENZ C CLASS CABRIOLET C200 AMG Line 2dr Auto',
'transmission': 'automatic',
'trim': 'C200 AMG Line 2dr Auto',
'vin': None,
'year': 2018}
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413042%27 HTTP/1.1" 200 None
2026-03-26 05:04:12 [astonbarclay.gb] INFO: Saving data for 120413042: {'auction_closing_time': 1774861200.0, 'created_time': 1773403431.651617, 'last_price_update_time': 1774501452.544615}
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120413042') HTTP/1.1" 204 0
2026-03-26 05:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119618922?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/114262881?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119848508?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04: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:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120060014, 'registration': 'AO74YTU', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER ELECTRIC HATCHBACK', 'derivative': '115kW Summit 54kWh 5dr Auto', 'mileage': 6726, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1108, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-11-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO74YTU/2026-03-03/image/bbe590c6-16af-40c8-9b8b-64b8cfb9055e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/81965fa0-d5ad-46d5-a326-6c1af2e0fd87_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/f817a1f3-dc8b-4a03-8c63-765b7554f7c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/063aa7e4-8ca0-41ec-94a6-8508cf886baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/038a2532-19d8-4211-a996-bbb629b45c3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/cdc431aa-6bbe-4c93-8293-d6fc38795ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/303a6bca-c48f-40bc-abc8-7e26df7a9059_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/9ce400b5-b3b7-4985-bb3d-56f1ada782f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/115a3547-f52b-4dc9-9a4f-53b4a15f99b3_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a95d72c0-4a12-4e3c-901c-a4f2c90d1126.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120060014, 'registration': 'AO74YTU', 'account': 'MOT070', 'make': 'JEEP', 'model': 'AVENGER ELECTRIC HATCHBACK', 'derivative': '115kW Summit 54kWh 5dr Auto', 'mileage': 6726, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1108, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-11-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AO74YTU/2026-03-03/image/bbe590c6-16af-40c8-9b8b-64b8cfb9055e_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/81965fa0-d5ad-46d5-a326-6c1af2e0fd87_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/f817a1f3-dc8b-4a03-8c63-765b7554f7c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/063aa7e4-8ca0-41ec-94a6-8508cf886baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/038a2532-19d8-4211-a996-bbb629b45c3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/cdc431aa-6bbe-4c93-8293-d6fc38795ef8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/303a6bca-c48f-40bc-abc8-7e26df7a9059_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/9ce400b5-b3b7-4985-bb3d-56f1ada782f5_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO74YTU/2026-03-03/image/115a3547-f52b-4dc9-9a4f-53b4a15f99b3_removebg.jpg?w=600'], 'colour': 'YELLOW', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/26 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a95d72c0-4a12-4e3c-901c-a4f2c90d1126.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014
2026-03-26 05:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with scrape type 2
2026-03-26 05:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with scrape type 2
2026-03-26 05:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb, identifier: 120060014
2026-03-26 05:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014
2026-03-26 05:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014
2026-03-26 05:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fc05ea29-a4b0-5376-ac75-4f099e0dd0cb with identifier: 120060014 to the API
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120060014?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'YELLOW',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': 'fc05ea29-a4b0-5376-ac75-4f099e0dd0cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AO74YTU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120060014',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'JEEP',
'model': 'AVENGER ELECTRIC HATCHBACK',
'odometer': 6726,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-30',
'seller_name': 'Motability Operations',
'title': 'JEEP AVENGER ELECTRIC HATCHBACK 115kW Summit 54kWh 5dr Auto',
'transmission': 'automatic',
'trim': '115kW Summit 54kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120060014%27 HTTP/1.1" 200 None
2026-03-26 05:04:12 [astonbarclay.gb] INFO: Saving data for 120060014: {'auction_closing_time': 1774861200.0, 'created_time': 1773402866.507372, 'last_price_update_time': 1774501452.957018}
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120060014') HTTP/1.1" 204 0
2026-03-26 05:04:12 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119618922, 'registration': 'LS74UFB', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Expression 5dr Auto', 'mileage': 5788, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1107, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74UFB/2026-02-24/image/ab806862-6485-4332-b4ee-44b552065e52_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a483c93d-c2ec-4753-bb63-5ff5b8e92783_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a42bb259-61b9-466c-a0ef-7331a1a519d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/26579443-d969-4eaf-bd8a-24ee8d641e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/202ad20b-9a4e-4204-b676-a7621d703218_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/348d2cc4-cb6b-47b6-a68f-52d5c47d11a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/dac08d34-6987-4700-bdca-3b9766d4de55_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/37cefcac-7c84-4696-8073-75a63d80acf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a592c01f-9807-4cc0-ae6d-31c0b3722c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/c1fb2c03-fda9-4fcb-861e-a4d4fc19d416_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb65bde8-4ac4-492a-b062-8aeff901b774.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:12 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119618922, 'registration': 'LS74UFB', 'account': 'MOT070', 'make': 'DACIA', 'model': 'JOGGER ESTATE', 'derivative': '1.6 HEV Expression 5dr Auto', 'mileage': 5788, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1107, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-09-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74UFB/2026-02-24/image/ab806862-6485-4332-b4ee-44b552065e52_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a483c93d-c2ec-4753-bb63-5ff5b8e92783_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a42bb259-61b9-466c-a0ef-7331a1a519d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/26579443-d969-4eaf-bd8a-24ee8d641e4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/202ad20b-9a4e-4204-b676-a7621d703218_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/348d2cc4-cb6b-47b6-a68f-52d5c47d11a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/dac08d34-6987-4700-bdca-3b9766d4de55_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/37cefcac-7c84-4696-8073-75a63d80acf7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/a592c01f-9807-4cc0-ae6d-31c0b3722c3e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74UFB/2026-02-24/image/c1fb2c03-fda9-4fcb-861e-a4d4fc19d416_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 108, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eb65bde8-4ac4-492a-b062-8aeff901b774.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922
2026-03-26 05:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with scrape type 2
2026-03-26 05:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with scrape type 2
2026-03-26 05:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bf0c624f-6211-5e1b-b8a7-f337f5a29a59, identifier: 119618922
2026-03-26 05:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 114262881, 'registration': 'LF74JMK', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 1381, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1103, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF74JMK/2026-03-02/image/49fe9d3e-a372-4e0f-9511-9d3e472f3409_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/d1f01fb5-243b-460f-bbd6-f474aca1c844_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/10673a0d-879f-4d54-9609-2cf2038a7e00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/4d5a72f4-9a06-47ae-9b2d-30c66d194a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/20d7880c-11c3-422b-8c71-7a77d1f54d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8d0c94b7-3c09-4eff-af90-8e7e38a20c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/66cb91b1-60b6-47b5-833f-c791d2e566a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/efb10559-f825-42e5-953a-95b5bb9b6d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/0c2f2002-f20b-4e55-a43e-15de43f377da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8910f818-689d-4ea1-ad61-cb59d44803d6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY FOB ONLY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/055d26a2-8aa5-4a41-aae8-6390eade1ab4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 114262881, 'registration': 'LF74JMK', 'account': 'MOT070', 'make': 'PEUGEOT', 'model': 'E-3008 ELECTRIC ESTATE', 'derivative': '157kW GT 73kWh 5dr Auto', 'mileage': 1381, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1103, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2025-01-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LF74JMK/2026-03-02/image/49fe9d3e-a372-4e0f-9511-9d3e472f3409_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/d1f01fb5-243b-460f-bbd6-f474aca1c844_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/10673a0d-879f-4d54-9609-2cf2038a7e00_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/4d5a72f4-9a06-47ae-9b2d-30c66d194a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/20d7880c-11c3-422b-8c71-7a77d1f54d69_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8d0c94b7-3c09-4eff-af90-8e7e38a20c43_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/66cb91b1-60b6-47b5-833f-c791d2e566a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/efb10559-f825-42e5-953a-95b5bb9b6d0f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/0c2f2002-f20b-4e55-a43e-15de43f377da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF74JMK/2026-03-02/image/8910f818-689d-4ea1-ad61-cb59d44803d6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY FOB ONLY IN OFFICE', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/055d26a2-8aa5-4a41-aae8-6390eade1ab4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881
2026-03-26 05:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f711eaa-a366-5adf-a9ee-75f04de83793 with scrape type 2
2026-03-26 05:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f711eaa-a366-5adf-a9ee-75f04de83793 with scrape type 2
2026-03-26 05:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2f711eaa-a366-5adf-a9ee-75f04de83793, identifier: 114262881
2026-03-26 05:04:13 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119848508, 'registration': 'LS74YZA', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD', 'mileage': 9537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1101, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-10-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74YZA/2026-02-25/image/2c1ad9cc-ed6d-4ed7-9dce-ffd5bf554cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/9c41d2aa-1591-4ae6-8640-b93bdb6709c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/85c9d8b5-667f-4048-b5fc-2af728e01fb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/cc83a101-534a-46b0-a24c-a516f9787c12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/956854e8-c662-4c24-994d-db620afea97b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/087c0233-0d10-44e2-a5f8-dc86c39ceb29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/dd2b170c-80e2-481c-9237-b8352aef3a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/8926d538-09ff-4b82-8f55-f0ad303f5dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/147bf75c-9e57-427e-a857-71fcde4675de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/991df5a3-b493-4649-b99c-e8b6c8707392_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/989a5da9-d15d-493b-ab05-94fad0dc3a69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10642b39-5a97-44d3-8cd1-593c06230bb4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:13 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119848508, 'registration': 'LS74YZA', 'account': 'MOT070', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD', 'mileage': 9537, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1101, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-10-26', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS74YZA/2026-02-25/image/2c1ad9cc-ed6d-4ed7-9dce-ffd5bf554cb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/9c41d2aa-1591-4ae6-8640-b93bdb6709c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/85c9d8b5-667f-4048-b5fc-2af728e01fb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/cc83a101-534a-46b0-a24c-a516f9787c12_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/956854e8-c662-4c24-994d-db620afea97b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/087c0233-0d10-44e2-a5f8-dc86c39ceb29_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/dd2b170c-80e2-481c-9237-b8352aef3a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/8926d538-09ff-4b82-8f55-f0ad303f5dbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/147bf75c-9e57-427e-a857-71fcde4675de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/991df5a3-b493-4649-b99c-e8b6c8707392_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS74YZA/2026-02-25/image/989a5da9-d15d-493b-ab05-94fad0dc3a69_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24 6K', 'remarks': '', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 28, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/10642b39-5a97-44d3-8cd1-593c06230bb4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508
2026-03-26 05:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7187b681-7d8f-577c-b25e-a52d967c9dca with scrape type 2
2026-03-26 05:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7187b681-7d8f-577c-b25e-a52d967c9dca with scrape type 2
2026-03-26 05:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7187b681-7d8f-577c-b25e-a52d967c9dca, identifier: 119848508
2026-03-26 05:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922
2026-03-26 05:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922
2026-03-26 05:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bf0c624f-6211-5e1b-b8a7-f337f5a29a59 with identifier: 119618922 to the API
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119618922?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 108,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'bf0c624f-6211-5e1b-b8a7-f337f5a29a59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS74UFB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119618922',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'DACIA',
'model': 'JOGGER ESTATE',
'odometer': 5788,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-30',
'seller_name': 'Motability Operations',
'title': 'DACIA JOGGER ESTATE 1.6 HEV Expression 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 HEV Expression 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119618922%27 HTTP/1.1" 200 None
2026-03-26 05:04:13 [astonbarclay.gb] INFO: Saving data for 119618922: {'auction_closing_time': 1774861200.0, 'created_time': 1773402005.180308, 'last_price_update_time': 1774501453.598858}
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119618922') HTTP/1.1" 204 0
2026-03-26 05:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881
2026-03-26 05:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881
2026-03-26 05:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2f711eaa-a366-5adf-a9ee-75f04de83793 with identifier: 114262881 to the API
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/114262881?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Electric',
'id': '2f711eaa-a366-5adf-a9ee-75f04de83793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LF74JMK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/114262881',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': 'E-3008 ELECTRIC ESTATE',
'odometer': 1381,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seller_name': 'Motability Operations',
'title': 'PEUGEOT E-3008 ELECTRIC ESTATE 157kW GT 73kWh 5dr Auto',
'transmission': 'automatic',
'trim': '157kW GT 73kWh 5dr Auto',
'vin': None,
'year': 2025}
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27114262881%27 HTTP/1.1" 200 None
2026-03-26 05:04:13 [astonbarclay.gb] INFO: Saving data for 114262881: {'auction_closing_time': 1774861200.0, 'created_time': 1773402895.660941, 'last_price_update_time': 1774501453.915876}
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='114262881') HTTP/1.1" 204 0
2026-03-26 05:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508
2026-03-26 05:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508
2026-03-26 05:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7187b681-7d8f-577c-b25e-a52d967c9dca with identifier: 119848508 to the API
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119848508?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 28,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '7187b681-7d8f-577c-b25e-a52d967c9dca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LS74YZA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119848508',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 9537,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-26',
'seller_name': 'Motability Operations',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD',
'transmission': 'automatic',
'trim': '1.6T GDi 241 PHEV GT-Line S 5dr Auto AWD',
'vin': None,
'year': 2024}
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119848508%27 HTTP/1.1" 200 None
2026-03-26 05:04:14 [astonbarclay.gb] INFO: Saving data for 119848508: {'auction_closing_time': 1774861200.0, 'created_time': 1773402113.237059, 'last_price_update_time': 1774501454.205786}
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119848508') HTTP/1.1" 204 0
2026-03-26 05:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120043895?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119837652?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/117402269?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120043895, 'registration': 'OY69RVJ', 'account': 'WBA003', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0 T-GDi SE 5dr Auto', 'mileage': 109274, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d542191b-4a4d-4335-aa17-e4489612dd52_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/b8e50d95-33c2-471b-b4a9-25ba7f0b91cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d7406160-b08c-440e-bc8f-190012dd3747_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5496dd94-e154-4c77-8f1f-be48c490dece_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5da6eeb1-7458-410b-bdfd-a4010739a9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/3faae7e9-c345-4f77-af89-13afc4b7a243_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/1e417960-1a8f-41dd-ab99-e65b6aa21ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/f2a3a9cb-67ae-440d-a88d-45c917d08c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/36055cd2-cedb-4961-b561-0b40a0a4b88c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 11/23 57K,', 'remarks': 'SPARE KEY - **Oil Contamination - Poor Gear Selection - Engine Knocking - EML - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': True, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120043895, 'registration': 'OY69RVJ', 'account': 'WBA003', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.0 T-GDi SE 5dr Auto', 'mileage': 109274, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2019-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-04-24', 'doors': 5, 'engineSize': 998, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d542191b-4a4d-4335-aa17-e4489612dd52_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/b8e50d95-33c2-471b-b4a9-25ba7f0b91cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/d7406160-b08c-440e-bc8f-190012dd3747_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5496dd94-e154-4c77-8f1f-be48c490dece_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/5da6eeb1-7458-410b-bdfd-a4010739a9f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/3faae7e9-c345-4f77-af89-13afc4b7a243_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/1e417960-1a8f-41dd-ab99-e65b6aa21ee0_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/f2a3a9cb-67ae-440d-a88d-45c917d08c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69RVJ/2026-03-02/image/36055cd2-cedb-4961-b561-0b40a0a4b88c_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 11/23 57K,', 'remarks': 'SPARE KEY - **Oil Contamination - Poor Gear Selection - Engine Knocking - EML - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE**', 'virtual': True, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895
2026-03-26 05:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1baaec57-230b-5f60-b5e2-82bc204792d9 with scrape type 2
2026-03-26 05:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1baaec57-230b-5f60-b5e2-82bc204792d9 with scrape type 2
2026-03-26 05:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1baaec57-230b-5f60-b5e2-82bc204792d9, identifier: 120043895
2026-03-26 05:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895
2026-03-26 05:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895
2026-03-26 05:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1baaec57-230b-5f60-b5e2-82bc204792d9 with identifier: 120043895 to the API
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120043895?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '1baaec57-230b-5f60-b5e2-82bc204792d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY69RVJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120043895',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 109274,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-18',
'seller_name': 'UKCGR - Select',
'title': 'HYUNDAI I20 HATCHBACK 1.0 T-GDi SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.0 T-GDi SE 5dr Auto',
'vin': None,
'year': 2019}
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120043895%27 HTTP/1.1" 200 None
2026-03-26 05:04:14 [astonbarclay.gb] INFO: Saving data for 120043895: {'auction_closing_time': 1774609200.0, 'created_time': 1773404507.101584, 'last_price_update_time': 1774501454.716998}
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120043895') HTTP/1.1" 204 0
2026-03-26 05:04:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119837652, 'registration': 'KY72BVM', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Tekna 5dr DCT', 'mileage': 5118, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY72BVM/2026-03-11/image/005e0bf5-6c89-4642-90b1-353721392500_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/0fef3763-20fe-4560-9233-acc47e0d6f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/32c21880-4cf3-427c-a175-c495f65d3bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/058306f6-2941-420d-926e-b347b8496809_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/4c3bf228-ace1-42ce-a73f-08c4caa5aad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/9394252d-b3fd-48f6-8992-809bb85063c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/b83c73f1-cf20-46c0-8aa1-63c7ff205693_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/e0cabe64-2e6d-4b45-b67d-0ceb05060810_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/15db1972-9a46-4014-acab-3c2863d2e7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/bdb81492-720d-4f96-9cfd-bd7f4b353f39_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24 1K', 'remarks': 'VOSA STATES, 5K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43949f0f-bc83-4644-8a50-37386be769f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119837652, 'registration': 'KY72BVM', 'account': 'MOT070', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Tekna 5dr DCT', 'mileage': 5118, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Petrol', 'motExpiry': '2027-01-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY72BVM/2026-03-11/image/005e0bf5-6c89-4642-90b1-353721392500_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/0fef3763-20fe-4560-9233-acc47e0d6f35_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/32c21880-4cf3-427c-a175-c495f65d3bd8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/058306f6-2941-420d-926e-b347b8496809_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/4c3bf228-ace1-42ce-a73f-08c4caa5aad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/9394252d-b3fd-48f6-8992-809bb85063c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/b83c73f1-cf20-46c0-8aa1-63c7ff205693_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/e0cabe64-2e6d-4b45-b67d-0ceb05060810_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/15db1972-9a46-4014-acab-3c2863d2e7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72BVM/2026-03-11/image/bdb81492-720d-4f96-9cfd-bd7f4b353f39_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 03/24 1K', 'remarks': 'VOSA STATES, 5K', 'virtual': False, 'seller': 'Motability Operations', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/43949f0f-bc83-4644-8a50-37386be769f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652
2026-03-26 05:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6b352a4-6af6-550b-9788-4858a939c817 with scrape type 2
2026-03-26 05:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6b352a4-6af6-550b-9788-4858a939c817 with scrape type 2
2026-03-26 05:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b6b352a4-6af6-550b-9788-4858a939c817, identifier: 119837652
2026-03-26 05:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652
2026-03-26 05:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652
2026-03-26 05:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b6b352a4-6af6-550b-9788-4858a939c817 with identifier: 119837652 to the API
2026-03-26 05:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119837652?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b6b352a4-6af6-550b-9788-4858a939c817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'KY72BVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119837652',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 5118,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Motability Operations',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Tekna 5dr DCT',
'transmission': 'automatic',
'trim': '1.0 DiG-T 114 Tekna 5dr DCT',
'vin': None,
'year': 2022}
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119837652%27 HTTP/1.1" 200 None
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Saving data for 119837652: {'auction_closing_time': 1774861200.0, 'created_time': 1773402881.178456, 'last_price_update_time': 1774501455.08811}
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119837652') HTTP/1.1" 204 0
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 117402269, 'registration': 'SY62NCZ', 'account': 'AST003', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 5dr', 'mileage': 65251, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-09-01', 'fuel': 'Petrol', 'motExpiry': '2025-12-04', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/d9d35f0b-a929-42c1-b7d0-2f6429d42576_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/23957f83-cc4a-49e1-895f-1cd8abe3a90c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/eed7c0f6-69f3-47c4-a637-a5d560eb34fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/68cb7b54-50b2-429c-bf9d-def50dfd1963_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/8d3234c5-3293-41ac-ac3d-3736161d8a6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/28418a52-ac3a-4ea2-86d8-1b2beef1e578_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/110fe5a1-9a0f-4d0c-8955-4cc6a1c40d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/4096d8d1-11f3-4ee8-9d2d-db70c2b4206c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/c922ea98-3933-4346-9292-b846ab356f1f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 07/04/2014' **NON-RUNNER COLLECTION ONLY CHELMSFORD - - WILL NOT START, MAY HAVE FURTHER FAULTS, SOLD AS SEEN** VOSA STATES 42K, 50K, 58K, 62K", 'virtual': True, 'seller': 'TCB Group - Value', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 117402269, 'registration': 'SY62NCZ', 'account': 'AST003', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.4 TSI Match 5dr', 'mileage': 65251, 'mileageWarranty': True, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2012-09-01', 'fuel': 'Petrol', 'motExpiry': '2025-12-04', 'doors': 5, 'engineSize': 1390, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/d9d35f0b-a929-42c1-b7d0-2f6429d42576_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/23957f83-cc4a-49e1-895f-1cd8abe3a90c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/eed7c0f6-69f3-47c4-a637-a5d560eb34fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/68cb7b54-50b2-429c-bf9d-def50dfd1963_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/8d3234c5-3293-41ac-ac3d-3736161d8a6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/28418a52-ac3a-4ea2-86d8-1b2beef1e578_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/110fe5a1-9a0f-4d0c-8955-4cc6a1c40d90_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/4096d8d1-11f3-4ee8-9d2d-db70c2b4206c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SY62NCZ/2025-11-20/image/c922ea98-3933-4346-9292-b846ab356f1f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': 'Cat C Insurance Loss', 'grade': None, 'nonRunner': True, 'inspectionType': 'Dealer', 'serviceHistory': '', 'remarks': "Category C Insurance Loss. Vehicle Extensively Damaged But Repairable -Insurer Decided Not To Repair VIC PASS: V5 states 'substantially repaired and/or accident damaged: identity checked on 07/04/2014' **NON-RUNNER COLLECTION ONLY CHELMSFORD - - WILL NOT START, MAY HAVE FURTHER FAULTS, SOLD AS SEEN** VOSA STATES 42K, 50K, 58K, 62K", 'virtual': True, 'seller': 'TCB Group - Value', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '6', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269
2026-03-26 05:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2090a2ce-0eb5-560a-b74f-11913285045b with scrape type 2
2026-03-26 05:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2090a2ce-0eb5-560a-b74f-11913285045b with scrape type 2
2026-03-26 05:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2090a2ce-0eb5-560a-b74f-11913285045b, identifier: 117402269
2026-03-26 05:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/116883375?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119607413?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269
2026-03-26 05:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269
2026-03-26 05:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2090a2ce-0eb5-560a-b74f-11913285045b with identifier: 117402269 to the API
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/117402269?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '2090a2ce-0eb5-560a-b74f-11913285045b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'SY62NCZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/117402269',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 65251,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-01',
'seller_name': 'TCB Group - Value',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.4 TSI Match 5dr',
'transmission': 'manual',
'trim': '1.4 TSI Match 5dr',
'vin': None,
'year': 2012}
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27117402269%27 HTTP/1.1" 200 None
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Saving data for 117402269: {'auction_closing_time': 1774609200.0, 'created_time': 1773404481.319452, 'last_price_update_time': 1774501455.488099}
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='117402269') HTTP/1.1" 204 0
2026-03-26 05:04: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:04: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:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119908197?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 116883375, 'registration': 'OY69EDK', 'account': 'VWF001', 'make': 'VOLKSWAGEN', 'model': 'TRANSPORTER T32 SWB DIESEL', 'derivative': '2.0 TDI BMT 150 Highline Van', 'mileage': 108778, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-10-18', 'fuel': 'Diesel', 'motExpiry': '2025-04-07', 'doors': None, 'engineSize': 1968, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/OY69EDK/2025-11-03/image/40714255-f636-4944-8830-82baeed554cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69EDK/2025-11-03/image/a9f0702e-5a08-48f4-af01-1c918290e349_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69EDK/2025-11-03/image/5701271a-f827-48de-b89b-42e3b255260e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'vosa - 66k, 95k, VEHICLE HAS FLOOD DAMAGE WONT START, MAY HAVE FURTHER FAULTS', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 192, 'location': {'siteId': '659779', 'description': 'Aston Barclay Prees Heath'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 116883375, 'registration': 'OY69EDK', 'account': 'VWF001', 'make': 'VOLKSWAGEN', 'model': 'TRANSPORTER T32 SWB DIESEL', 'derivative': '2.0 TDI BMT 150 Highline Van', 'mileage': 108778, 'mileageWarranty': False, 'type': 'commercial', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2019-10-18', 'fuel': 'Diesel', 'motExpiry': '2025-04-07', 'doors': None, 'engineSize': 1968, 'bodyType': 'Van', 'images': ['https://abimg003.imgix.net/OY69EDK/2025-11-03/image/40714255-f636-4944-8830-82baeed554cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69EDK/2025-11-03/image/a9f0702e-5a08-48f4-af01-1c918290e349_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY69EDK/2025-11-03/image/5701271a-f827-48de-b89b-42e3b255260e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': 'vosa - 66k, 95k, VEHICLE HAS FLOOD DAMAGE WONT START, MAY HAVE FURTHER FAULTS', 'virtual': True, 'seller': 'Volkswagen Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': False, 'v5details': None, 'co2': 192, 'location': {'siteId': '659779', 'description': 'Aston Barclay Prees Heath'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb with identifier: 116883375
2026-03-26 05:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb with scrape type 2
2026-03-26 05:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb with scrape type 2
2026-03-26 05:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb, identifier: 116883375
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119607413, 'registration': 'YL17OSB', 'account': 'STA058', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 eD4 SE 5dr 2WD', 'mileage': 76155, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-06-25', 'fuel': 'Diesel', 'motExpiry': '2025-12-22', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL17OSB/2026-02-17/image/e2bb4c60-d620-4bfe-a34a-e360f0cad098_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL17OSB/2026-02-17/image/e7161a87-075c-44c0-9a37-5b4919ba298e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD ENGINE ISSUE , MAY HAVE FURTHER FAULTS, SOLD AS SEEN -MILEAGE ESTIMATED @ 976155 AS PER VENDOR, TRUE MILEAGE UNKNOWN- CAPPED BASED ON ESTIMATED MILEAGE', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 113, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119607413, 'registration': 'YL17OSB', 'account': 'STA058', 'make': 'LAND ROVER', 'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK', 'derivative': '2.0 eD4 SE 5dr 2WD', 'mileage': 76155, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2017-06-25', 'fuel': 'Diesel', 'motExpiry': '2025-12-22', 'doors': 5, 'engineSize': 1999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL17OSB/2026-02-17/image/e2bb4c60-d620-4bfe-a34a-e360f0cad098_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL17OSB/2026-02-17/image/e7161a87-075c-44c0-9a37-5b4919ba298e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Express', 'serviceHistory': '', 'remarks': '**NON-RUNNER COLLECTION ONLY CHELMSFORD ENGINE ISSUE , MAY HAVE FURTHER FAULTS, SOLD AS SEEN -MILEAGE ESTIMATED @ 976155 AS PER VENDOR, TRUE MILEAGE UNKNOWN- CAPPED BASED ON ESTIMATED MILEAGE', 'virtual': True, 'seller': 'Startline Motor Finance Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': False, 'v5details': None, 'co2': 113, 'location': {'siteId': '1', 'description': 'Aston Barclay Chelmsford'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 621b3790-2655-5913-8a6d-2884131f778a with identifier: 119607413
2026-03-26 05:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 621b3790-2655-5913-8a6d-2884131f778a with scrape type 2
2026-03-26 05:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 621b3790-2655-5913-8a6d-2884131f778a with scrape type 2
2026-03-26 05:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 621b3790-2655-5913-8a6d-2884131f778a, identifier: 119607413
2026-03-26 05:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb with identifier: 116883375
2026-03-26 05:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb with identifier: 116883375
2026-03-26 05:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb with identifier: 116883375 to the API
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/116883375?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 192,
'color': 'GREY',
'currency': 'GBP',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'bcc9f6e3-dc0a-56a0-aa55-cec9c5363feb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'OY69EDK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/116883375',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'VOLKSWAGEN',
'model': 'TRANSPORTER T32 SWB DIESEL',
'odometer': 108778,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-18',
'seller_name': 'Volkswagen Financial Services',
'title': 'VOLKSWAGEN TRANSPORTER T32 SWB DIESEL 2.0 TDI BMT 150 Highline Van',
'transmission': 'manual',
'trim': '2.0 TDI BMT 150 Highline Van',
'vin': None,
'year': 2019}
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27116883375%27 HTTP/1.1" 200 None
2026-03-26 05:04:15 [astonbarclay.gb] INFO: Saving data for 116883375: {'auction_closing_time': 1774609200.0, 'created_time': 1774271260.742685, 'last_price_update_time': 1774501455.98954}
2026-03-26 05:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='116883375') HTTP/1.1" 204 0
2026-03-26 05:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 621b3790-2655-5913-8a6d-2884131f778a with identifier: 119607413
2026-03-26 05:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 621b3790-2655-5913-8a6d-2884131f778a with identifier: 119607413
2026-03-26 05:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 621b3790-2655-5913-8a6d-2884131f778a with identifier: 119607413 to the API
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119607413?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '621b3790-2655-5913-8a6d-2884131f778a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YL17OSB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119607413',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'LAND ROVER',
'model': 'RANGE ROVER EVOQUE DIESEL HATCHBACK',
'odometer': 76155,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-25',
'seller_name': 'Startline Motor Finance Ltd',
'title': 'LAND ROVER RANGE ROVER EVOQUE DIESEL HATCHBACK 2.0 eD4 SE 5dr 2WD',
'transmission': 'manual',
'trim': '2.0 eD4 SE 5dr 2WD',
'vin': None,
'year': 2017}
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119607413%27 HTTP/1.1" 200 None
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Saving data for 119607413: {'auction_closing_time': 1774609200.0, 'created_time': 1774292680.223888, 'last_price_update_time': 1774501456.286043}
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119607413') HTTP/1.1" 204 0
2026-03-26 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120255215?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119328399?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119203393?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119908197, 'registration': 'BU18ZTS', 'account': 'MOT131', 'make': 'KIA', 'model': 'SPORTAGE ESTATE (NR)', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-03-19', 'fuel': 'Petrol', 'motExpiry': '2024-03-18', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/07bc058e-7507-4058-a912-1fa2fa310069_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/a72d55d0-6920-405c-a8f9-6eb04f5ba440_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/b1ae110b-3f2d-4ec6-96ce-e767df1f59aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/805c16ec-85a7-4da2-97f4-07b1c8de6023_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/15459243-61d6-4a5a-a2db-45669bf990c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/e8ffb717-3e6e-4271-965c-3ac271f80133_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/f9dd33d2-fe6b-4a3c-aaa7-7c248c1ae41b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 3/19 6K, 3/20 142k', 'remarks': '**NON-RUNNER - *Battery disconnected for safety* Replacement Engine needed - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE** - *No Spare Key* - "TRUE MILEAGE UNKNOWN - ODOMETER CANNOT BE READ - MILEAGE ESTIMATED AT 49k AS PER LAST KNOWN VOSA ON 02/23 AND CAP FIGURES TO REFLECT THIS ESTIMATE"', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 147, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119908197, 'registration': 'BU18ZTS', 'account': 'MOT131', 'make': 'KIA', 'model': 'SPORTAGE ESTATE (NR)', 'derivative': '1.6 GDi ISG 2 5dr', 'mileage': 1, 'mileageWarranty': False, 'type': 'car', 'saleId': 19204, 'siteId': 99, 'site': {'id': 99, 'name': 'Aston Barclay Digital', 'vehicles': 53}, 'saleStart': '2026-03-27T11:00Z', 'lot': None, 'hall': 'Main Hall', 'transmission': 'manual', 'firstRegistration': '2018-03-19', 'fuel': 'Petrol', 'motExpiry': '2024-03-18', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/07bc058e-7507-4058-a912-1fa2fa310069_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/a72d55d0-6920-405c-a8f9-6eb04f5ba440_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/b1ae110b-3f2d-4ec6-96ce-e767df1f59aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/805c16ec-85a7-4da2-97f4-07b1c8de6023_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/15459243-61d6-4a5a-a2db-45669bf990c3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/e8ffb717-3e6e-4271-965c-3ac271f80133_removebg.jpg?w=600', 'https://abimg003.imgix.net/BU18ZTS/2026-02-24/image/f9dd33d2-fe6b-4a3c-aaa7-7c248c1ae41b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': True, 'inspectionType': 'Fleet', 'serviceHistory': 'Service invoice 3/19 6K, 3/20 142k', 'remarks': '**NON-RUNNER - *Battery disconnected for safety* Replacement Engine needed - MAY HAVE FURTHER FAULTS - COLLECTION ONLY - NO DELIVERY AVAILABLE - VEHICLE LOCATED IN WESTBURY, WILTSHIRE** - *No Spare Key* - "TRUE MILEAGE UNKNOWN - ODOMETER CANNOT BE READ - MILEAGE ESTIMATED AT 49k AS PER LAST KNOWN VOSA ON 02/23 AND CAP FIGURES TO REFLECT THIS ESTIMATE"', 'virtual': True, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': False, 'v5details': None, 'co2': 147, 'location': {'siteId': '659780', 'description': 'Aston Barclay Westbury'}, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': None, 'assuredType': None, 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197
2026-03-26 05:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf967890-5c85-5fe2-88fb-42b68ee32e7a with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf967890-5c85-5fe2-88fb-42b68ee32e7a with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cf967890-5c85-5fe2-88fb-42b68ee32e7a, identifier: 119908197
2026-03-26 05:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197
2026-03-26 05:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197
2026-03-26 05:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cf967890-5c85-5fe2-88fb-42b68ee32e7a with identifier: 119908197 to the API
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119908197?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'cf967890-5c85-5fe2-88fb-42b68ee32e7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BU18ZTS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119908197',
'listing': 'auction',
'location': 'Aston Barclay Digital',
'make': 'KIA',
'model': 'SPORTAGE ESTATE (NR)',
'odometer': 1,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-19',
'seller_name': 'MotoNovo Finance',
'title': 'KIA SPORTAGE ESTATE (NR) 1.6 GDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 GDi ISG 2 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119908197%27 HTTP/1.1" 200 None
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Saving data for 119908197: {'auction_closing_time': 1774609200.0, 'created_time': 1773839094.297898, 'last_price_update_time': 1774501456.668984}
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119908197') HTTP/1.1" 204 0
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120255215, 'registration': 'WJ23NWS', 'account': 'MUL005', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 95 SE Drive 5dr', 'mileage': 24149, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-04-04', 'fuel': 'Petrol', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/a2800b43-bfde-42a0-a7a2-9c337e11e6ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/5f9cdea1-fe5a-4ad5-ab74-8dd12a8bfaa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/d7644d7e-8e71-463c-9911-5c00e01940e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/14676041-cd07-42ec-9b36-b80e6a9141c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/c62ddcbc-f8cf-4369-becd-dd8cd41a0556_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/9dcf4bdc-f366-4115-8f5f-7c245df81888_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/9a2322cd-4b4c-42d2-8256-6fc46bb3527c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/09dd9765-69cd-4dd6-a0dd-2a7b345a013c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/77c21021-2779-4b97-a192-2f3b4b23bf83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/25- 9K, 04/25- 10K', 'remarks': '**1415**VOSA STATES 23K', 'virtual': False, 'seller': 'Multifleet Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/54a7a219-5383-4e96-91fc-1d13da6955f2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120255215, 'registration': 'WJ23NWS', 'account': 'MUL005', 'make': 'SKODA', 'model': 'KAMIQ HATCHBACK', 'derivative': '1.0 TSI 95 SE Drive 5dr', 'mileage': 24149, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2023-04-04', 'fuel': 'Petrol', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/a2800b43-bfde-42a0-a7a2-9c337e11e6ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/5f9cdea1-fe5a-4ad5-ab74-8dd12a8bfaa1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/d7644d7e-8e71-463c-9911-5c00e01940e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/14676041-cd07-42ec-9b36-b80e6a9141c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/c62ddcbc-f8cf-4369-becd-dd8cd41a0556_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/9dcf4bdc-f366-4115-8f5f-7c245df81888_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/9a2322cd-4b4c-42d2-8256-6fc46bb3527c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/09dd9765-69cd-4dd6-a0dd-2a7b345a013c_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ23NWS/2026-03-11/image/77c21021-2779-4b97-a192-2f3b4b23bf83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 03/25- 9K, 04/25- 10K', 'remarks': '**1415**VOSA STATES 23K', 'virtual': False, 'seller': 'Multifleet Ltd', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 123, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/54a7a219-5383-4e96-91fc-1d13da6955f2.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eea5b0d8-7900-52ab-a2b9-da5e94939063 with identifier: 120255215
2026-03-26 05:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eea5b0d8-7900-52ab-a2b9-da5e94939063 with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eea5b0d8-7900-52ab-a2b9-da5e94939063 with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: eea5b0d8-7900-52ab-a2b9-da5e94939063, identifier: 120255215
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119328399, 'registration': 'SJ24KCD', 'account': 'KIN032', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW SE EV Long Range 64kWh 5dr Auto', 'mileage': 3227, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-08-08', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/be4e796f-4030-489c-82ea-028e1d3d4623_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/dbfccf96-7b1e-461b-b467-a793a41a864f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/808b3150-f070-41f7-9040-eca2c33735d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/d0675e5c-7ee3-4c6a-8f44-62ddc347f285_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/2999712d-246e-4133-b9b6-c12725ddd3a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/5bae0f08-4199-4232-a8d8-71b4b69134e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/e6b69e9d-4fd4-4f55-8108-3b50e9711673_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/07874124-181b-4688-98e6-b907f035886a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/5fea9036-7b09-496b-a3c2-05c2fb75e534_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 08/25- 2K,', 'remarks': '**231** SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e1295bab-8d7b-4536-8f3a-ffc2808fb28f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119328399, 'registration': 'SJ24KCD', 'account': 'KIN032', 'make': 'MG MOTOR UK', 'model': 'MG4 HATCHBACK', 'derivative': '150kW SE EV Long Range 64kWh 5dr Auto', 'mileage': 3227, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-08-08', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/be4e796f-4030-489c-82ea-028e1d3d4623_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/dbfccf96-7b1e-461b-b467-a793a41a864f_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/808b3150-f070-41f7-9040-eca2c33735d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/d0675e5c-7ee3-4c6a-8f44-62ddc347f285_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/2999712d-246e-4133-b9b6-c12725ddd3a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/5bae0f08-4199-4232-a8d8-71b4b69134e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/e6b69e9d-4fd4-4f55-8108-3b50e9711673_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/07874124-181b-4688-98e6-b907f035886a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SJ24KCD/2026-02-05/image/5fea9036-7b09-496b-a3c2-05c2fb75e534_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 08/25- 2K,', 'remarks': '**231** SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e1295bab-8d7b-4536-8f3a-ffc2808fb28f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c85310db-391b-5713-b4ae-a04f6163b73f with identifier: 119328399
2026-03-26 05:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c85310db-391b-5713-b4ae-a04f6163b73f with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c85310db-391b-5713-b4ae-a04f6163b73f with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c85310db-391b-5713-b4ae-a04f6163b73f, identifier: 119328399
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119203393, 'registration': 'MW72HGE', 'account': 'KIN032', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi PHEV 3 5dr Auto AWD', 'mileage': 28230, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW72HGE/2026-02-11/image/348181a3-ce2d-48e8-b408-d2b8ceabeeb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/49c32fd4-a9ef-4059-8beb-e1567a71f8c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/d283940f-e8ec-43e5-8221-8489ad21488e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/e41e3471-eacd-4699-a0f6-f7256abc850a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/875ab16e-a7e0-47eb-8f95-a0f0b0ae7d50_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/5d97fbfe-19e2-4e0e-916f-dd4d3e5c7dca_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/633048a6-f42c-41ce-85f7-3904d9d3febe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/c739f98c-d99e-4807-9419-e93c5db7523f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/b51d030f-5744-4bcf-8fc4-5f3180a7d68b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24- 10K, 03/25- 20K, 01/26- 28K,', 'remarks': '**281**VOSA STATES 28K SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 25, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d02dc39-5501-45f4-a405-923350ee9eab.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:16 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119203393, 'registration': 'MW72HGE', 'account': 'KIN032', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi PHEV 3 5dr Auto AWD', 'mileage': 28230, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MW72HGE/2026-02-11/image/348181a3-ce2d-48e8-b408-d2b8ceabeeb4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/49c32fd4-a9ef-4059-8beb-e1567a71f8c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/d283940f-e8ec-43e5-8221-8489ad21488e_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/e41e3471-eacd-4699-a0f6-f7256abc850a_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/875ab16e-a7e0-47eb-8f95-a0f0b0ae7d50_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/5d97fbfe-19e2-4e0e-916f-dd4d3e5c7dca_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/633048a6-f42c-41ce-85f7-3904d9d3febe_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/c739f98c-d99e-4807-9419-e93c5db7523f_removebg.jpg?w=600', 'https://abimg003.imgix.net/MW72HGE/2026-02-11/image/b51d030f-5744-4bcf-8fc4-5f3180a7d68b_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24- 10K, 03/25- 20K, 01/26- 28K,', 'remarks': '**281**VOSA STATES 28K SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 25, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4d02dc39-5501-45f4-a405-923350ee9eab.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7355e466-7041-5040-9a2d-839535a3df8c with identifier: 119203393
2026-03-26 05:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7355e466-7041-5040-9a2d-839535a3df8c with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7355e466-7041-5040-9a2d-839535a3df8c with scrape type 2
2026-03-26 05:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7355e466-7041-5040-9a2d-839535a3df8c, identifier: 119203393
2026-03-26 05:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: eea5b0d8-7900-52ab-a2b9-da5e94939063 with identifier: 120255215
2026-03-26 05:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: eea5b0d8-7900-52ab-a2b9-da5e94939063 with identifier: 120255215
2026-03-26 05:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: eea5b0d8-7900-52ab-a2b9-da5e94939063 with identifier: 120255215 to the API
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120255215?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 123,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'eea5b0d8-7900-52ab-a2b9-da5e94939063',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WJ23NWS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120255215',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SKODA',
'model': 'KAMIQ HATCHBACK',
'odometer': 24149,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-04',
'seller_name': 'Multifleet Ltd',
'title': 'SKODA KAMIQ HATCHBACK 1.0 TSI 95 SE Drive 5dr',
'transmission': 'manual',
'trim': '1.0 TSI 95 SE Drive 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120255215%27 HTTP/1.1" 200 None
2026-03-26 05:04:17 [astonbarclay.gb] INFO: Saving data for 120255215: {'auction_closing_time': 1774604700.0, 'created_time': 1773402632.948517, 'last_price_update_time': 1774501457.304963}
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120255215') HTTP/1.1" 204 0
2026-03-26 05:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c85310db-391b-5713-b4ae-a04f6163b73f with identifier: 119328399
2026-03-26 05:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c85310db-391b-5713-b4ae-a04f6163b73f with identifier: 119328399
2026-03-26 05:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c85310db-391b-5713-b4ae-a04f6163b73f with identifier: 119328399 to the API
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119328399?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': 'c85310db-391b-5713-b4ae-a04f6163b73f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SJ24KCD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119328399',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MG MOTOR UK',
'model': 'MG4 HATCHBACK',
'odometer': 3227,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-08',
'seller_name': 'Kinto',
'title': 'MG MOTOR UK MG4 HATCHBACK 150kW SE EV Long Range 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW SE EV Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119328399%27 HTTP/1.1" 200 None
2026-03-26 05:04:17 [astonbarclay.gb] INFO: Saving data for 119328399: {'auction_closing_time': 1774604700.0, 'created_time': 1774271172.074178, 'last_price_update_time': 1774501457.611969}
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119328399') HTTP/1.1" 204 0
2026-03-26 05:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7355e466-7041-5040-9a2d-839535a3df8c with identifier: 119203393
2026-03-26 05:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7355e466-7041-5040-9a2d-839535a3df8c with identifier: 119203393
2026-03-26 05:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7355e466-7041-5040-9a2d-839535a3df8c with identifier: 119203393 to the API
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119203393?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '7355e466-7041-5040-9a2d-839535a3df8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MW72HGE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119203393',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 28230,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seller_name': 'Kinto',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi PHEV 3 5dr Auto AWD',
'transmission': 'automatic',
'trim': '1.6T GDi PHEV 3 5dr Auto AWD',
'vin': None,
'year': 2023}
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119203393%27 HTTP/1.1" 200 None
2026-03-26 05:04:17 [astonbarclay.gb] INFO: Saving data for 119203393: {'auction_closing_time': 1774604700.0, 'created_time': 1774271135.373857, 'last_price_update_time': 1774501457.887116}
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119203393') HTTP/1.1" 204 0
2026-03-26 05:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119427785?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120750385?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120667782?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04: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:04:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119427785, 'registration': 'MC72NXW', 'account': 'KIN032', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi PHEV GT-Line S 5dr Auto AWD', 'mileage': 27514, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MC72NXW/2026-02-10/image/d12aaa23-f6f4-4d42-aa4e-449de79df93c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/dd275894-8c6d-49a4-9b6f-fbe39fee1a5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/c8ff35b2-bda7-4931-b0e2-fe8c7fa4dd7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/98d31e9c-cff1-4d3d-a525-24082b136aae_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/22b204d0-e224-4039-b66c-5062198a8833_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/cd624663-8c4a-4224-8543-f6c9ed5a8897_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/4cc56d16-ce0a-4b2d-9ebf-ac97042e4837_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/77f1ccca-0ab5-4459-8ccb-373f68884547_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/3272110c-fb03-4e7e-a8f3-016ef1bbb709_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 - 6K, 01/25 - 17K, 01/26 - 26K', 'remarks': '**304** VOSA STATES 26K, SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 25, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14f79b97-9834-4c8f-958f-a24fca4a7325.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119427785, 'registration': 'MC72NXW', 'account': 'KIN032', 'make': 'KIA', 'model': 'SPORTAGE ESTATE', 'derivative': '1.6T GDi PHEV GT-Line S 5dr Auto AWD', 'mileage': 27514, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': None, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MC72NXW/2026-02-10/image/d12aaa23-f6f4-4d42-aa4e-449de79df93c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/dd275894-8c6d-49a4-9b6f-fbe39fee1a5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/c8ff35b2-bda7-4931-b0e2-fe8c7fa4dd7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/98d31e9c-cff1-4d3d-a525-24082b136aae_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/22b204d0-e224-4039-b66c-5062198a8833_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/cd624663-8c4a-4224-8543-f6c9ed5a8897_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/4cc56d16-ce0a-4b2d-9ebf-ac97042e4837_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/77f1ccca-0ab5-4459-8ccb-373f68884547_removebg.jpg?w=600', 'https://abimg003.imgix.net/MC72NXW/2026-02-10/image/3272110c-fb03-4e7e-a8f3-016ef1bbb709_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24 - 6K, 01/25 - 17K, 01/26 - 26K', 'remarks': '**304** VOSA STATES 26K, SPARE KEY', 'virtual': False, 'seller': 'Kinto', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 25, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/14f79b97-9834-4c8f-958f-a24fca4a7325.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83876a43-09a3-5de8-86a4-4d1526518610 with identifier: 119427785
2026-03-26 05:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83876a43-09a3-5de8-86a4-4d1526518610 with scrape type 2
2026-03-26 05:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83876a43-09a3-5de8-86a4-4d1526518610 with scrape type 2
2026-03-26 05:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 83876a43-09a3-5de8-86a4-4d1526518610, identifier: 119427785
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120750385, 'registration': 'LB11TTJ', 'account': 'WBA004', 'make': 'KIA', 'model': 'PRO CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi 89 2 EcoDynamics 3dr', 'mileage': 124813, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 641, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-07-15', 'fuel': 'Diesel', 'motExpiry': '2027-02-16', 'doors': 3, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/b84ab016-986a-4714-b576-103e47ac3177_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/eaa2f436-ba15-4393-8996-9a52fc044c96_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/313c2e66-4834-4cab-a40a-2d4249f1afb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/ae02e446-5ca2-43e9-b1ae-018e9bb5602c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/6596efe9-8b75-4435-909b-2527ebfb7d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/3d622c15-3a67-4ad8-9549-63cf34fcdd66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/ec15c92a-0193-4ce2-99f4-8055fbf96d98_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/ec7817de-f7d4-4047-a32a-c57705e0e51d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/f0348dbb-36dd-437c-9c4d-1538072092f7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/12 - 8K, 06/13 - 18K, 07/14 - 28K, 10/16 - 49K, 10/17 - 58K, 04/19 - 70K', 'remarks': '**571** VOSA STATES 28K, 38K, 47K, 56K, 64K, 71K, 84K, 93K, 101K, 109K, 118K, 124K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/58e0f8e0-e580-4d63-9426-168ad59832f1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120750385, 'registration': 'LB11TTJ', 'account': 'WBA004', 'make': 'KIA', 'model': 'PRO CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi 89 2 EcoDynamics 3dr', 'mileage': 124813, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 641, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2011-07-15', 'fuel': 'Diesel', 'motExpiry': '2027-02-16', 'doors': 3, 'engineSize': 1582, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/b84ab016-986a-4714-b576-103e47ac3177_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/eaa2f436-ba15-4393-8996-9a52fc044c96_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/313c2e66-4834-4cab-a40a-2d4249f1afb8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/ae02e446-5ca2-43e9-b1ae-018e9bb5602c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/6596efe9-8b75-4435-909b-2527ebfb7d9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/3d622c15-3a67-4ad8-9549-63cf34fcdd66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/ec15c92a-0193-4ce2-99f4-8055fbf96d98_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/ec7817de-f7d4-4047-a32a-c57705e0e51d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LB11TTJ/2026-03-25/image/f0348dbb-36dd-437c-9c4d-1538072092f7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/12 - 8K, 06/13 - 18K, 07/14 - 28K, 10/16 - 49K, 10/17 - 58K, 04/19 - 70K', 'remarks': '**571** VOSA STATES 28K, 38K, 47K, 56K, 64K, 71K, 84K, 93K, 101K, 109K, 118K, 124K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 103, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/58e0f8e0-e580-4d63-9426-168ad59832f1.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c57700e8-5bcf-5c19-a907-f7c7a1ad1a63 with identifier: 120750385
2026-03-26 05:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c57700e8-5bcf-5c19-a907-f7c7a1ad1a63 with scrape type 2
2026-03-26 05:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c57700e8-5bcf-5c19-a907-f7c7a1ad1a63 with scrape type 2
2026-03-26 05:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c57700e8-5bcf-5c19-a907-f7c7a1ad1a63, identifier: 120750385
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120667782, 'registration': 'LG13GGK', 'account': 'WBA004', 'make': 'KIA', 'model': 'CEED HATCHBACK', 'derivative': '1.6 GDi 4 EcoDynamics 5dr', 'mileage': 49130, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1136, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG13GGK/2026-03-24/image/bd180114-57fd-4f4a-a0e4-b5f81316f1b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/af3fdd5f-eb38-4fe6-a886-34a647871bd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/054dc5c8-ab06-411c-a667-09d92eca78e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/9ab14925-3461-4100-814c-93176c38df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/d73f1164-851d-4698-8ece-845eaaf12b95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/863a3005-6ed5-4b88-baba-e698a5c6c992_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/5aa33dd8-5bb2-408c-bc77-63550d4c9e36_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/7f9a942b-1a8e-47da-9aed-c08be68ec74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/b8bda463-eb1b-4996-a91e-dba2de13cdce_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/22 24K - 05/23 26K - 05/24 30K - 05/25 39K', 'remarks': 'VOSA STATES 24K- 26K- 30K- 39K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2533934c-01f9-4f73-9725-e927133959bf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120667782, 'registration': 'LG13GGK', 'account': 'WBA004', 'make': 'KIA', 'model': 'CEED HATCHBACK', 'derivative': '1.6 GDi 4 EcoDynamics 5dr', 'mileage': 49130, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1136, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2013-03-27', 'fuel': 'Petrol', 'motExpiry': '2026-06-08', 'doors': 5, 'engineSize': 1591, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG13GGK/2026-03-24/image/bd180114-57fd-4f4a-a0e4-b5f81316f1b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/af3fdd5f-eb38-4fe6-a886-34a647871bd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/054dc5c8-ab06-411c-a667-09d92eca78e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/9ab14925-3461-4100-814c-93176c38df3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/d73f1164-851d-4698-8ece-845eaaf12b95_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/863a3005-6ed5-4b88-baba-e698a5c6c992_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/5aa33dd8-5bb2-408c-bc77-63550d4c9e36_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/7f9a942b-1a8e-47da-9aed-c08be68ec74f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG13GGK/2026-03-24/image/b8bda463-eb1b-4996-a91e-dba2de13cdce_removebg.jpg?w=600'], 'colour': 'BROWN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 06/22 24K - 05/23 26K - 05/24 30K - 05/25 39K', 'remarks': 'VOSA STATES 24K- 26K- 30K- 39K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2533934c-01f9-4f73-9725-e927133959bf.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782
2026-03-26 05:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f1a737-2d58-57de-8542-9d948c29d0eb with scrape type 2
2026-03-26 05:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f1a737-2d58-57de-8542-9d948c29d0eb with scrape type 2
2026-03-26 05:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c4f1a737-2d58-57de-8542-9d948c29d0eb, identifier: 120667782
2026-03-26 05:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 83876a43-09a3-5de8-86a4-4d1526518610 with identifier: 119427785
2026-03-26 05:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 83876a43-09a3-5de8-86a4-4d1526518610 with identifier: 119427785
2026-03-26 05:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 83876a43-09a3-5de8-86a4-4d1526518610 with identifier: 119427785 to the API
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119427785?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 25,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '83876a43-09a3-5de8-86a4-4d1526518610',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MC72NXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119427785',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE ESTATE',
'odometer': 27514,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seller_name': 'Kinto',
'title': 'KIA SPORTAGE ESTATE 1.6T GDi PHEV GT-Line S 5dr Auto AWD',
'transmission': 'automatic',
'trim': '1.6T GDi PHEV GT-Line S 5dr Auto AWD',
'vin': None,
'year': 2023}
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119427785%27 HTTP/1.1" 200 None
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Saving data for 119427785: {'auction_closing_time': 1774604700.0, 'created_time': 1774271123.87153, 'last_price_update_time': 1774501458.553433}
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119427785') HTTP/1.1" 204 0
2026-03-26 05:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c57700e8-5bcf-5c19-a907-f7c7a1ad1a63 with identifier: 120750385
2026-03-26 05:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c57700e8-5bcf-5c19-a907-f7c7a1ad1a63 with identifier: 120750385
2026-03-26 05:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c57700e8-5bcf-5c19-a907-f7c7a1ad1a63 with identifier: 120750385 to the API
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120750385?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 103,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'c57700e8-5bcf-5c19-a907-f7c7a1ad1a63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LB11TTJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120750385',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'PRO CEED DIESEL HATCHBACK',
'odometer': 124813,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-15',
'seller_name': 'UKCGR - Trade',
'title': 'KIA PRO CEED DIESEL HATCHBACK 1.6 CRDi 89 2 EcoDynamics 3dr',
'transmission': 'manual',
'trim': '1.6 CRDi 89 2 EcoDynamics 3dr',
'vin': None,
'year': 2011}
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120750385%27 HTTP/1.1" 200 None
2026-03-26 05:04:18 [astonbarclay.gb] INFO: Saving data for 120750385: {'auction_closing_time': 1774604700.0, 'created_time': 1774379515.518741, 'last_price_update_time': 1774501458.848328}
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120750385') HTTP/1.1" 204 0
2026-03-26 05:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782
2026-03-26 05:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782
2026-03-26 05:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c4f1a737-2d58-57de-8542-9d948c29d0eb with identifier: 120667782 to the API
2026-03-26 05:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120667782?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BROWN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c4f1a737-2d58-57de-8542-9d948c29d0eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LG13GGK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120667782',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'KIA',
'model': 'CEED HATCHBACK',
'odometer': 49130,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-27',
'seller_name': 'UKCGR - Trade',
'title': 'KIA CEED HATCHBACK 1.6 GDi 4 EcoDynamics 5dr',
'transmission': 'manual',
'trim': '1.6 GDi 4 EcoDynamics 5dr',
'vin': None,
'year': 2013}
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120667782%27 HTTP/1.1" 200 None
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Saving data for 120667782: {'auction_closing_time': 1774861200.0, 'created_time': 1774271731.521532, 'last_price_update_time': 1774501459.169561}
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120667782') HTTP/1.1" 204 0
2026-03-26 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120585628?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120580331?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120409640?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04: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:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120585628, 'registration': 'BD16UNR', 'account': 'WBA003', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi KX-1 5dr', 'mileage': 106510, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 598, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BD16UNR/2026-03-19/image/835cdcff-de0f-4fbd-b065-a3bec18afa6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/f5845f5c-2726-4dcd-9c19-8c2d34672a2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/6957c392-df12-4116-b1e6-1db63aa83ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/c39b6d3c-76ab-484e-8b83-ed578bb5bdda_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/c4d83338-3e77-4530-8c5d-ed9c05e9079a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/dee0ae05-464d-4d67-8cdb-085979a74802_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/de04a505-cb76-42ff-aaa5-ec8708e3d550_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/8ca68971-dcf6-4bd6-b123-b9dbfaffb881_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/f14f5440-2efe-4ec6-bffd-9f5d532422f1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18- 15K, 05/19- 23K, 08/21- 56K, 08/22- 64K,', 'remarks': '**537** VOSA STATES 22K, 34K, 54K, 62K, 73K, 84K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d81b95f3-27ce-4bd8-a151-48c3340aa98b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120585628, 'registration': 'BD16UNR', 'account': 'WBA003', 'make': 'KIA', 'model': 'SPORTAGE DIESEL ESTATE', 'derivative': '2.0 CRDi KX-1 5dr', 'mileage': 106510, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 598, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2016-05-20', 'fuel': 'Diesel', 'motExpiry': '2026-06-03', 'doors': 5, 'engineSize': 1995, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BD16UNR/2026-03-19/image/835cdcff-de0f-4fbd-b065-a3bec18afa6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/f5845f5c-2726-4dcd-9c19-8c2d34672a2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/6957c392-df12-4116-b1e6-1db63aa83ee4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/c39b6d3c-76ab-484e-8b83-ed578bb5bdda_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/c4d83338-3e77-4530-8c5d-ed9c05e9079a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/dee0ae05-464d-4d67-8cdb-085979a74802_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/de04a505-cb76-42ff-aaa5-ec8708e3d550_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/8ca68971-dcf6-4bd6-b123-b9dbfaffb881_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD16UNR/2026-03-19/image/f14f5440-2efe-4ec6-bffd-9f5d532422f1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/18- 15K, 05/19- 23K, 08/21- 56K, 08/22- 64K,', 'remarks': '**537** VOSA STATES 22K, 34K, 54K, 62K, 73K, 84K, 96K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '4', 'v5': True, 'v5details': 'Here', 'co2': 139, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d81b95f3-27ce-4bd8-a151-48c3340aa98b.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66481f84-8391-5262-8b4e-b869d1d3ea08 with identifier: 120585628
2026-03-26 05:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66481f84-8391-5262-8b4e-b869d1d3ea08 with scrape type 2
2026-03-26 05:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66481f84-8391-5262-8b4e-b869d1d3ea08 with scrape type 2
2026-03-26 05:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 66481f84-8391-5262-8b4e-b869d1d3ea08, identifier: 120585628
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120580331, 'registration': 'RE19XMF', 'account': 'ABW001', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG 2 5dr', 'mileage': 103569, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 626, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-05-02', 'fuel': 'Diesel', 'motExpiry': '2026-02-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE19XMF/2026-03-19/image/bcf1ef07-424e-47aa-9644-6f8858c4756a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/c4fa46c8-a890-4a8d-b348-e1c951584998_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/2159ca8c-0aa5-433c-8579-89cfdc058efe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/c52c3d21-2a81-43d0-b8f9-173f82cb188f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/9c98d099-e0ae-4308-bb49-6b878a58213d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/cb11ed7b-0426-4c09-a579-fa28902e58c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/5dd68b53-46bb-41da-bd2a-35aca9205317_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/b3964b98-c03a-4b16-9d97-648e5dc0b181_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/e279ac3c-e9e2-4417-8ad4-53525314c16e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 - 11K, 03/21 - 21K, 05/22 - 32K, 06/23 - 58K, 06/24 - 70K, 02/25 - 83K,', 'remarks': '**600** VOSA STATES 31K, 51K, 61K, 83K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/987b6e32-eb7d-4b56-969e-ce56bc91ebdf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120580331, 'registration': 'RE19XMF', 'account': 'ABW001', 'make': 'KIA', 'model': 'CEED DIESEL HATCHBACK', 'derivative': '1.6 CRDi ISG 2 5dr', 'mileage': 103569, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 626, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-05-02', 'fuel': 'Diesel', 'motExpiry': '2026-02-28', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RE19XMF/2026-03-19/image/bcf1ef07-424e-47aa-9644-6f8858c4756a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/c4fa46c8-a890-4a8d-b348-e1c951584998_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/2159ca8c-0aa5-433c-8579-89cfdc058efe_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/c52c3d21-2a81-43d0-b8f9-173f82cb188f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/9c98d099-e0ae-4308-bb49-6b878a58213d_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/cb11ed7b-0426-4c09-a579-fa28902e58c8_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/5dd68b53-46bb-41da-bd2a-35aca9205317_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/b3964b98-c03a-4b16-9d97-648e5dc0b181_removebg.jpg?w=600', 'https://abimg003.imgix.net/RE19XMF/2026-03-19/image/e279ac3c-e9e2-4417-8ad4-53525314c16e_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/20 - 11K, 03/21 - 21K, 05/22 - 32K, 06/23 - 58K, 06/24 - 70K, 02/25 - 83K,', 'remarks': '**600** VOSA STATES 31K, 51K, 61K, 83K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 99, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/987b6e32-eb7d-4b56-969e-ce56bc91ebdf.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35f4a4e9-d041-5b92-a317-bcd9d5e04f08 with identifier: 120580331
2026-03-26 05:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35f4a4e9-d041-5b92-a317-bcd9d5e04f08 with scrape type 2
2026-03-26 05:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35f4a4e9-d041-5b92-a317-bcd9d5e04f08 with scrape type 2
2026-03-26 05:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 35f4a4e9-d041-5b92-a317-bcd9d5e04f08, identifier: 120580331
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120409640, 'registration': 'BK10WFO', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 60 S 5dr', 'mileage': 105876, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 603, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK10WFO/2026-03-13/image/0389a473-aad9-4f95-85c5-8b6edc79f27a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/9a327bce-ad73-4248-b9de-43589ca7a0c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/0572df7f-2405-4d0c-b5b4-ba03f50dcc48_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/e3f7774f-bb09-413b-a69e-c2bdef5ca6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/d25b86f6-8ac6-43ad-adb7-98df55431de9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/1765fca1-bb04-436d-a226-32ac6dc5624b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/e23cd57e-5d45-4426-a63f-75622c8d051f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/68d56c96-d5ff-4508-98f7-32786d9bcacc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/d0d116bd-1eed-42dd-be99-ec1c7baeccc4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**569** VOSA STATES 27K, 35K, 44K, 55K, 66K, 71K, 78K, 83K, 85K,89K, 93K, 97K, 101K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2386ac5-dfea-459a-9243-6913e33b5070.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120409640, 'registration': 'BK10WFO', 'account': 'WBA004', 'make': 'VOLKSWAGEN', 'model': 'POLO HATCHBACK', 'derivative': '1.2 60 S 5dr', 'mileage': 105876, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 603, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2010-04-30', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 1198, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK10WFO/2026-03-13/image/0389a473-aad9-4f95-85c5-8b6edc79f27a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/9a327bce-ad73-4248-b9de-43589ca7a0c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/0572df7f-2405-4d0c-b5b4-ba03f50dcc48_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/e3f7774f-bb09-413b-a69e-c2bdef5ca6a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/d25b86f6-8ac6-43ad-adb7-98df55431de9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/1765fca1-bb04-436d-a226-32ac6dc5624b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/e23cd57e-5d45-4426-a63f-75622c8d051f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/68d56c96-d5ff-4508-98f7-32786d9bcacc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK10WFO/2026-03-13/image/d0d116bd-1eed-42dd-be99-ec1c7baeccc4_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**569** VOSA STATES 27K, 35K, 44K, 55K, 66K, 71K, 78K, 83K, 85K,89K, 93K, 97K, 101K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e2386ac5-dfea-459a-9243-6913e33b5070.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0edd5a20-86e8-5e48-af7c-1a2762ccac4b with identifier: 120409640
2026-03-26 05:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0edd5a20-86e8-5e48-af7c-1a2762ccac4b with scrape type 2
2026-03-26 05:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0edd5a20-86e8-5e48-af7c-1a2762ccac4b with scrape type 2
2026-03-26 05:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0edd5a20-86e8-5e48-af7c-1a2762ccac4b, identifier: 120409640
2026-03-26 05:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 66481f84-8391-5262-8b4e-b869d1d3ea08 with identifier: 120585628
2026-03-26 05:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 66481f84-8391-5262-8b4e-b869d1d3ea08 with identifier: 120585628
2026-03-26 05:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 66481f84-8391-5262-8b4e-b869d1d3ea08 with identifier: 120585628 to the API
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120585628?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 139,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '66481f84-8391-5262-8b4e-b869d1d3ea08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BD16UNR',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120585628',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'SPORTAGE DIESEL ESTATE',
'odometer': 106510,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-20',
'seller_name': 'UKCGR - Select',
'title': 'KIA SPORTAGE DIESEL ESTATE 2.0 CRDi KX-1 5dr',
'transmission': 'manual',
'trim': '2.0 CRDi KX-1 5dr',
'vin': None,
'year': 2016}
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120585628%27 HTTP/1.1" 200 None
2026-03-26 05:04:19 [astonbarclay.gb] INFO: Saving data for 120585628: {'auction_closing_time': 1774604700.0, 'created_time': 1773863618.347627, 'last_price_update_time': 1774501459.89846}
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120585628') HTTP/1.1" 204 0
2026-03-26 05:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 35f4a4e9-d041-5b92-a317-bcd9d5e04f08 with identifier: 120580331
2026-03-26 05:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 35f4a4e9-d041-5b92-a317-bcd9d5e04f08 with identifier: 120580331
2026-03-26 05:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 35f4a4e9-d041-5b92-a317-bcd9d5e04f08 with identifier: 120580331 to the API
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120580331?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 99,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '35f4a4e9-d041-5b92-a317-bcd9d5e04f08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RE19XMF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120580331',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'KIA',
'model': 'CEED DIESEL HATCHBACK',
'odometer': 103569,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-02',
'seller_name': 'UKCGR - Select',
'title': 'KIA CEED DIESEL HATCHBACK 1.6 CRDi ISG 2 5dr',
'transmission': 'manual',
'trim': '1.6 CRDi ISG 2 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120580331%27 HTTP/1.1" 200 None
2026-03-26 05:04:20 [astonbarclay.gb] INFO: Saving data for 120580331: {'auction_closing_time': 1774604700.0, 'created_time': 1773838982.484963, 'last_price_update_time': 1774501460.242938}
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120580331') HTTP/1.1" 204 0
2026-03-26 05:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0edd5a20-86e8-5e48-af7c-1a2762ccac4b with identifier: 120409640
2026-03-26 05:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0edd5a20-86e8-5e48-af7c-1a2762ccac4b with identifier: 120409640
2026-03-26 05:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0edd5a20-86e8-5e48-af7c-1a2762ccac4b with identifier: 120409640 to the API
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120409640?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '0edd5a20-86e8-5e48-af7c-1a2762ccac4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BK10WFO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120409640',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'POLO HATCHBACK',
'odometer': 105876,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-30',
'seller_name': 'UKCGR - Trade',
'title': 'VOLKSWAGEN POLO HATCHBACK 1.2 60 S 5dr',
'transmission': 'manual',
'trim': '1.2 60 S 5dr',
'vin': None,
'year': 2010}
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120409640%27 HTTP/1.1" 200 None
2026-03-26 05:04:20 [astonbarclay.gb] INFO: Saving data for 120409640: {'auction_closing_time': 1774604700.0, 'created_time': 1773402079.355238, 'last_price_update_time': 1774501460.58254}
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120409640') HTTP/1.1" 204 0
2026-03-26 05:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120456149?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120749685?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120758532?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120738420?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120456149, 'registration': 'YF65DYB', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d SE-L Lux Nav 5dr', 'mileage': 143367, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 562, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-16', 'fuel': 'Diesel', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YF65DYB/2026-03-17/image/b2bbc302-f328-497e-99c1-1041a37f15d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/a1036d91-56c3-43de-ada4-db51ec260cff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/db12b223-ca9a-420a-8dbe-8c2ec52a38f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/17baeae6-098a-4f40-97b3-fcaa2b3205f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/bc3bec38-24ef-4837-88d7-18b68dcc39bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/c33fd95f-797d-4faf-8179-025ee41a3609_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/972c8d85-d52e-4c36-92d1-c886f3993614_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/b11171e9-32f3-496f-bbc2-d5f416137b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/8ab59c70-39d9-462d-8acf-72955b0abf61_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/17 - 11K, 03/18 - 22K, 06/19 - 32K', 'remarks': '**181** VOSA STATES 28K, 35K, 45K, 57K, 80K, 98K, 121K, 141K SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f7cf357-5d58-4e0b-a58c-c3614fccc482.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120456149, 'registration': 'YF65DYB', 'account': 'WBA004', 'make': 'MAZDA', 'model': 'CX-5 DIESEL ESTATE', 'derivative': '2.2d SE-L Lux Nav 5dr', 'mileage': 143367, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 562, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-11-16', 'fuel': 'Diesel', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': 2191, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YF65DYB/2026-03-17/image/b2bbc302-f328-497e-99c1-1041a37f15d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/a1036d91-56c3-43de-ada4-db51ec260cff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/db12b223-ca9a-420a-8dbe-8c2ec52a38f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/17baeae6-098a-4f40-97b3-fcaa2b3205f1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/bc3bec38-24ef-4837-88d7-18b68dcc39bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/c33fd95f-797d-4faf-8179-025ee41a3609_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/972c8d85-d52e-4c36-92d1-c886f3993614_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/b11171e9-32f3-496f-bbc2-d5f416137b1d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF65DYB/2026-03-17/image/8ab59c70-39d9-462d-8acf-72955b0abf61_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 04/17 - 11K, 03/18 - 22K, 06/19 - 32K', 'remarks': '**181** VOSA STATES 28K, 35K, 45K, 57K, 80K, 98K, 121K, 141K SD CARD', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5f7cf357-5d58-4e0b-a58c-c3614fccc482.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c678682-9049-56e9-91a5-ec392f03f07c with identifier: 120456149
2026-03-26 05:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c678682-9049-56e9-91a5-ec392f03f07c with scrape type 2
2026-03-26 05:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c678682-9049-56e9-91a5-ec392f03f07c with scrape type 2
2026-03-26 05:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3c678682-9049-56e9-91a5-ec392f03f07c, identifier: 120456149
2026-03-26 05:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3c678682-9049-56e9-91a5-ec392f03f07c with identifier: 120456149
2026-03-26 05:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3c678682-9049-56e9-91a5-ec392f03f07c with identifier: 120456149
2026-03-26 05:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3c678682-9049-56e9-91a5-ec392f03f07c with identifier: 120456149 to the API
2026-03-26 05:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120456149?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': '3c678682-9049-56e9-91a5-ec392f03f07c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YF65DYB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120456149',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'MAZDA',
'model': 'CX-5 DIESEL ESTATE',
'odometer': 143367,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-16',
'seller_name': 'UKCGR - Trade',
'title': 'MAZDA CX-5 DIESEL ESTATE 2.2d SE-L Lux Nav 5dr',
'transmission': 'manual',
'trim': '2.2d SE-L Lux Nav 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120456149%27 HTTP/1.1" 200 None
2026-03-26 05:04:21 [astonbarclay.gb] INFO: Saving data for 120456149: {'auction_closing_time': 1774604700.0, 'created_time': 1773655411.439344, 'last_price_update_time': 1774501461.82021}
2026-03-26 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120456149') HTTP/1.1" 204 0
2026-03-26 05:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120759763?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120007374?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:21 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120749685, 'registration': 'RJ15MSX', 'account': 'WBA004', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 93095, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 571, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-06-25', 'fuel': 'Diesel', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/f05d97e0-69ef-4172-a1bc-df99ebad856f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/3028d38e-bd7b-47d3-b89f-e706b33ac62e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/a24d3324-a550-4df9-949e-a7441debec12_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/ec746cb1-621b-4a5e-b58d-c1c4dc744d02_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/41c5aa45-1b41-4b1c-ba3c-2b72d2a55b0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/4e49b9b5-6583-45ee-9880-8efb66ca53b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/76ae3e7c-8003-4ad8-87e6-276367f3a340_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/247c1d63-8197-4900-9eea-e0ec918ab1ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/da65e583-9a81-43cc-bb5f-3f27353e17e4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/17 - 37K, 10/18 - NO MILEAGE, 08/20 - 59K, 03/23 - 70K, 03/24 - 77K, 05/25 - 87K, 03/26 - 93K', 'remarks': '**549** VOSA STATES 54K, 59K, 65K, 68K, 70K, 77K, 85K, 93K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/688bbb83-9385-42cb-9fa9-77df14055142.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:21 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120749685, 'registration': 'RJ15MSX', 'account': 'WBA004', 'make': 'DACIA', 'model': 'SANDERO STEPWAY DIESEL HATCHBACK', 'derivative': '1.5 dCi Laureate 5dr', 'mileage': 93095, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 571, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2015-06-25', 'fuel': 'Diesel', 'motExpiry': '2027-03-30', 'doors': 5, 'engineSize': 1461, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/f05d97e0-69ef-4172-a1bc-df99ebad856f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/3028d38e-bd7b-47d3-b89f-e706b33ac62e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/a24d3324-a550-4df9-949e-a7441debec12_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/ec746cb1-621b-4a5e-b58d-c1c4dc744d02_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/41c5aa45-1b41-4b1c-ba3c-2b72d2a55b0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/4e49b9b5-6583-45ee-9880-8efb66ca53b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/76ae3e7c-8003-4ad8-87e6-276367f3a340_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/247c1d63-8197-4900-9eea-e0ec918ab1ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/RJ15MSX/2026-03-25/image/da65e583-9a81-43cc-bb5f-3f27353e17e4_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/17 - 37K, 10/18 - NO MILEAGE, 08/20 - 59K, 03/23 - 70K, 03/24 - 77K, 05/25 - 87K, 03/26 - 93K', 'remarks': '**549** VOSA STATES 54K, 59K, 65K, 68K, 70K, 77K, 85K, 93K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 105, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/688bbb83-9385-42cb-9fa9-77df14055142.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685
2026-03-26 05:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e309f7-7614-5908-8ea0-e390dbefc058 with scrape type 2
2026-03-26 05:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e309f7-7614-5908-8ea0-e390dbefc058 with scrape type 2
2026-03-26 05:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e6e309f7-7614-5908-8ea0-e390dbefc058, identifier: 120749685
2026-03-26 05:04:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120758532, 'registration': 'LP13ZYJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SE 5dr Auto', 'mileage': 55204, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 575, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-08-21', 'fuel': 'Petrol', 'motExpiry': '2026-09-09', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/5d489efc-07cf-4a10-ada9-08797f1f67e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/c80359bf-97a7-4cbf-80f3-df1c5e452d1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/00e5cb4a-7d8e-4706-b6bf-eee07bc203ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/5ff9f182-711e-431c-9534-7a68308abff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/3e388644-6ac4-4267-9a86-b97afbc08f32_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/7fdc39d1-fb13-465c-88e7-907bc662a3b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/e3521797-0eb5-4583-9278-0b032a3395e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/acdbe4d2-94a2-4b0e-abf7-0d5873e8d17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/125e2a42-4424-4ac7-bbb4-6d64cada1230_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/93d88393-15e2-420b-8e50-4065a662f7bd_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/14 - 11K, 09/15 - 15K, 07/16 - 17K, 07/17 - 21K, 07/18 - 25K, 07/19 - 27K, 07/20 - 28K, 07/21 - 29K, 08/22 - 31K', 'remarks': '**504** VOSA STATES 17K, 21K, 25K, 27K, 28K, 29K, 31K, 36K, 45K, 51K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75163005-5bf3-4a34-8958-195d948a8443.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120758532, 'registration': 'LP13ZYJ', 'account': 'WBA004', 'make': 'VAUXHALL', 'model': 'CORSA HATCHBACK', 'derivative': '1.4 SE 5dr Auto', 'mileage': 55204, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 575, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2013-08-21', 'fuel': 'Petrol', 'motExpiry': '2026-09-09', 'doors': 5, 'engineSize': 1398, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/5d489efc-07cf-4a10-ada9-08797f1f67e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/c80359bf-97a7-4cbf-80f3-df1c5e452d1c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/00e5cb4a-7d8e-4706-b6bf-eee07bc203ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/5ff9f182-711e-431c-9534-7a68308abff2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/3e388644-6ac4-4267-9a86-b97afbc08f32_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/7fdc39d1-fb13-465c-88e7-907bc662a3b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/e3521797-0eb5-4583-9278-0b032a3395e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/acdbe4d2-94a2-4b0e-abf7-0d5873e8d17c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/125e2a42-4424-4ac7-bbb4-6d64cada1230_removebg.jpg?w=600', 'https://abimg003.imgix.net/LP13ZYJ/2026-03-25/image/93d88393-15e2-420b-8e50-4065a662f7bd_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/14 - 11K, 09/15 - 15K, 07/16 - 17K, 07/17 - 21K, 07/18 - 25K, 07/19 - 27K, 07/20 - 28K, 07/21 - 29K, 08/22 - 31K', 'remarks': '**504** VOSA STATES 17K, 21K, 25K, 27K, 28K, 29K, 31K, 36K, 45K, 51K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '3', 'v5': True, 'v5details': 'Here', 'co2': 147, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/75163005-5bf3-4a34-8958-195d948a8443.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a8dff38-adbe-5531-ae33-472d5964ceb1 with identifier: 120758532
2026-03-26 05:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a8dff38-adbe-5531-ae33-472d5964ceb1 with scrape type 2
2026-03-26 05:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a8dff38-adbe-5531-ae33-472d5964ceb1 with scrape type 2
2026-03-26 05:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7a8dff38-adbe-5531-ae33-472d5964ceb1, identifier: 120758532
2026-03-26 05:04:22 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120738420, 'registration': 'YS66YBM', 'account': 'WBA003', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr ETG', 'mileage': 38539, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 555, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS66YBM/2026-03-25/image/7f421453-2bd6-48c6-95c9-482fbd34f31d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/0e307a96-de19-473d-91a5-71c5eb15f2ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/6732faac-49f5-4760-9fc3-adcc94be0ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/6de85655-45c7-4a9a-861f-a715d4d75fff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/2f284ecf-fff8-4bb0-bdba-2d1337151d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/05c1b076-b79f-4d8e-8381-335136ea0235_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/622cd4b8-f320-4ec0-b905-e1c0e61e54bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/f402b8e3-34ee-4172-944f-816bd365cdd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/504e2f8c-a29c-4ace-aa96-f11eded0c0c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17 - 3K, 01/19 - 7K, 11/21 - 20K, 12/19 - 12K, 12/20 - 16K, 11/21 - 20K, 12/22 - 24K, 12/23 - 29K, 11/24 - 32K, 12/25 - 37K', 'remarks': '**752** VOSA STATES 12K, 16K, 20K, 24K, 29K, 32K, 37K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fed0a842-1e55-415c-9306-dd10926c1705.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:22 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120738420, 'registration': 'YS66YBM', 'account': 'WBA003', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure 5dr ETG', 'mileage': 38539, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 555, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2016-12-22', 'fuel': 'Petrol', 'motExpiry': '2026-12-21', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YS66YBM/2026-03-25/image/7f421453-2bd6-48c6-95c9-482fbd34f31d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/0e307a96-de19-473d-91a5-71c5eb15f2ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/6732faac-49f5-4760-9fc3-adcc94be0ffe_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/6de85655-45c7-4a9a-861f-a715d4d75fff_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/2f284ecf-fff8-4bb0-bdba-2d1337151d04_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/05c1b076-b79f-4d8e-8381-335136ea0235_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/622cd4b8-f320-4ec0-b905-e1c0e61e54bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/f402b8e3-34ee-4172-944f-816bd365cdd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YS66YBM/2026-03-25/image/504e2f8c-a29c-4ace-aa96-f11eded0c0c6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/17 - 3K, 01/19 - 7K, 11/21 - 20K, 12/19 - 12K, 12/20 - 16K, 11/21 - 20K, 12/22 - 24K, 12/23 - 29K, 11/24 - 32K, 12/25 - 37K', 'remarks': '**752** VOSA STATES 12K, 16K, 20K, 24K, 29K, 32K, 37K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Select', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 102, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fed0a842-1e55-415c-9306-dd10926c1705.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 716a18dc-a2be-5be7-b8de-9e8b1397484d with identifier: 120738420
2026-03-26 05:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 716a18dc-a2be-5be7-b8de-9e8b1397484d with scrape type 2
2026-03-26 05:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 716a18dc-a2be-5be7-b8de-9e8b1397484d with scrape type 2
2026-03-26 05:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 716a18dc-a2be-5be7-b8de-9e8b1397484d, identifier: 120738420
2026-03-26 05:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685
2026-03-26 05:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685
2026-03-26 05:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e6e309f7-7614-5908-8ea0-e390dbefc058 with identifier: 120749685 to the API
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120749685?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 105,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Diesel',
'id': 'e6e309f7-7614-5908-8ea0-e390dbefc058',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'RJ15MSX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120749685',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'DACIA',
'model': 'SANDERO STEPWAY DIESEL HATCHBACK',
'odometer': 93095,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-25',
'seller_name': 'UKCGR - Trade',
'title': 'DACIA SANDERO STEPWAY DIESEL HATCHBACK 1.5 dCi Laureate 5dr',
'transmission': 'manual',
'trim': '1.5 dCi Laureate 5dr',
'vin': None,
'year': 2015}
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120749685%27 HTTP/1.1" 200 None
2026-03-26 05:04:22 [astonbarclay.gb] INFO: Saving data for 120749685: {'auction_closing_time': 1774604700.0, 'created_time': 1774379517.499997, 'last_price_update_time': 1774501462.51244}
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120749685') HTTP/1.1" 204 0
2026-03-26 05:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7a8dff38-adbe-5531-ae33-472d5964ceb1 with identifier: 120758532
2026-03-26 05:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7a8dff38-adbe-5531-ae33-472d5964ceb1 with identifier: 120758532
2026-03-26 05:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7a8dff38-adbe-5531-ae33-472d5964ceb1 with identifier: 120758532 to the API
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120758532?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 147,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '7a8dff38-adbe-5531-ae33-472d5964ceb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LP13ZYJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120758532',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VAUXHALL',
'model': 'CORSA HATCHBACK',
'odometer': 55204,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-08-21',
'seller_name': 'UKCGR - Trade',
'title': 'VAUXHALL CORSA HATCHBACK 1.4 SE 5dr Auto',
'transmission': 'automatic',
'trim': '1.4 SE 5dr Auto',
'vin': None,
'year': 2013}
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120758532%27 HTTP/1.1" 200 None
2026-03-26 05:04:22 [astonbarclay.gb] INFO: Saving data for 120758532: {'auction_closing_time': 1774604700.0, 'created_time': 1774379516.975693, 'last_price_update_time': 1774501462.798797}
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120758532') HTTP/1.1" 204 0
2026-03-26 05:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 716a18dc-a2be-5be7-b8de-9e8b1397484d with identifier: 120738420
2026-03-26 05:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 716a18dc-a2be-5be7-b8de-9e8b1397484d with identifier: 120738420
2026-03-26 05:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 716a18dc-a2be-5be7-b8de-9e8b1397484d with identifier: 120738420 to the API
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120738420?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 102,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': '716a18dc-a2be-5be7-b8de-9e8b1397484d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YS66YBM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120738420',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 38539,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-22',
'seller_name': 'UKCGR - Select',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure 5dr ETG',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure 5dr ETG',
'vin': None,
'year': 2016}
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738420%27 HTTP/1.1" 200 None
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Saving data for 120738420: {'auction_closing_time': 1774604700.0, 'created_time': 1774379566.395772, 'last_price_update_time': 1774501463.093544}
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120738420') HTTP/1.1" 204 0
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120759763, 'registration': 'GF14KOE', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.4 Style 5dr', 'mileage': 49106, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 559, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF14KOE/2026-03-25/image/73a2da68-a40a-4788-84e3-dc7a97ba9843_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/cda64208-b6ad-4c1f-a8cc-66e1c0b9f7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/5a077a00-d470-45f4-ae1c-a02c9a69cc23_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/15079aaf-cda0-4c34-ba09-252fe81e094b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/d51f7728-be21-417f-a969-afbbb0d6fdf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/8b228d73-9d0c-4a95-8d1c-86024e3d68dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/ef2d046e-58c1-40d9-9b79-4a3bdc72119e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/0527e0d0-3647-4f43-9b56-93e6a0748a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/03118eab-52f6-4f1c-a5a6-1a5156347b58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**438** VOSA STATES 36K, 37K, 40K, 43K, 44K, 44K, 45K, 47K, 48K, 48K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2b124f7f-ba54-4704-835b-b6be591540ac.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120759763, 'registration': 'GF14KOE', 'account': 'WBA004', 'make': 'HYUNDAI', 'model': 'I20 HATCHBACK', 'derivative': '1.4 Style 5dr', 'mileage': 49106, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 559, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2014-03-28', 'fuel': 'Petrol', 'motExpiry': '2026-08-10', 'doors': 5, 'engineSize': 1396, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/GF14KOE/2026-03-25/image/73a2da68-a40a-4788-84e3-dc7a97ba9843_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/cda64208-b6ad-4c1f-a8cc-66e1c0b9f7fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/5a077a00-d470-45f4-ae1c-a02c9a69cc23_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/15079aaf-cda0-4c34-ba09-252fe81e094b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/d51f7728-be21-417f-a969-afbbb0d6fdf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/8b228d73-9d0c-4a95-8d1c-86024e3d68dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/ef2d046e-58c1-40d9-9b79-4a3bdc72119e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/0527e0d0-3647-4f43-9b56-93e6a0748a4e_removebg.jpg?w=600', 'https://abimg003.imgix.net/GF14KOE/2026-03-25/image/03118eab-52f6-4f1c-a5a6-1a5156347b58_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**438** VOSA STATES 36K, 37K, 40K, 43K, 44K, 44K, 45K, 47K, 48K, 48K, SPARE KEY', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 126, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2b124f7f-ba54-4704-835b-b6be591540ac.pdf', 'assuredType': 'AA Lite', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763
2026-03-26 05:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e18ece34-4d71-58b3-84a7-83484fd08f39 with scrape type 2
2026-03-26 05:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e18ece34-4d71-58b3-84a7-83484fd08f39 with scrape type 2
2026-03-26 05:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e18ece34-4d71-58b3-84a7-83484fd08f39, identifier: 120759763
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120007374, 'registration': 'WJ21BVB', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '1.5 P300e R-Dynamic HSE 5dr Auto [5 Seat]', 'mileage': 71880, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 504, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-24', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-03-23', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/ca770eae-843d-455a-9a57-725e313e32a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/dd241d18-e388-4704-9497-8bd7a54e01b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/d417d0e1-73be-4a39-8b06-b00bd84c1212_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/12b7ebe2-6b77-4d8c-95b0-5368c1745c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/f9ef4b93-d6e7-424e-8816-d59b6bf2e8d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/c35f736e-28e5-4ce5-823a-9d07928260b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/94ac6dc4-4dac-4403-b3d1-55038944da76_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/d8b223b2-fad9-4458-9c84-8f9f044b3751_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/3e0a4632-6d7f-4c32-8047-af39ea853458_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/21- 12K, 10/22- 27K, 06/23- 42K, 02/24- 55K,', 'remarks': '**86**VOSA STATES 56K, 64K CHARGING CABLE', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8c82b152-e92a-4c96-a48c-48fb6017f9e3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120007374, 'registration': 'WJ21BVB', 'account': 'HAT007', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '1.5 P300e R-Dynamic HSE 5dr Auto [5 Seat]', 'mileage': 71880, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 504, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-24', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-03-23', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/ca770eae-843d-455a-9a57-725e313e32a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/dd241d18-e388-4704-9497-8bd7a54e01b7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/d417d0e1-73be-4a39-8b06-b00bd84c1212_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/12b7ebe2-6b77-4d8c-95b0-5368c1745c2e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/f9ef4b93-d6e7-424e-8816-d59b6bf2e8d3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/c35f736e-28e5-4ce5-823a-9d07928260b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/94ac6dc4-4dac-4403-b3d1-55038944da76_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/d8b223b2-fad9-4458-9c84-8f9f044b3751_removebg.jpg?w=600', 'https://abimg003.imgix.net/WJ21BVB/2026-03-03/image/3e0a4632-6d7f-4c32-8047-af39ea853458_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 12/21- 12K, 10/22- 27K, 06/23- 42K, 02/24- 55K,', 'remarks': '**86**VOSA STATES 56K, 64K CHARGING CABLE', 'virtual': False, 'seller': 'Hatfields Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8c82b152-e92a-4c96-a48c-48fb6017f9e3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d88f9ec-fd52-54db-8f3c-50b6c7325904 with identifier: 120007374
2026-03-26 05:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d88f9ec-fd52-54db-8f3c-50b6c7325904 with scrape type 2
2026-03-26 05:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d88f9ec-fd52-54db-8f3c-50b6c7325904 with scrape type 2
2026-03-26 05:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7d88f9ec-fd52-54db-8f3c-50b6c7325904, identifier: 120007374
2026-03-26 05:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763
2026-03-26 05:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763
2026-03-26 05:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e18ece34-4d71-58b3-84a7-83484fd08f39 with identifier: 120759763 to the API
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120759763?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 126,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.4L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol',
'id': 'e18ece34-4d71-58b3-84a7-83484fd08f39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'GF14KOE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120759763',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'HYUNDAI',
'model': 'I20 HATCHBACK',
'odometer': 49106,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-28',
'seller_name': 'UKCGR - Trade',
'title': 'HYUNDAI I20 HATCHBACK 1.4 Style 5dr',
'transmission': 'manual',
'trim': '1.4 Style 5dr',
'vin': None,
'year': 2014}
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120759763%27 HTTP/1.1" 200 None
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Saving data for 120759763: {'auction_closing_time': 1774604700.0, 'created_time': 1774379533.792155, 'last_price_update_time': 1774501463.586122}
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120759763') HTTP/1.1" 204 0
2026-03-26 05:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7d88f9ec-fd52-54db-8f3c-50b6c7325904 with identifier: 120007374
2026-03-26 05:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7d88f9ec-fd52-54db-8f3c-50b6c7325904 with identifier: 120007374
2026-03-26 05:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7d88f9ec-fd52-54db-8f3c-50b6c7325904 with identifier: 120007374 to the API
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120007374?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '7d88f9ec-fd52-54db-8f3c-50b6c7325904',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WJ21BVB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120007374',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT SW',
'odometer': 71880,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seller_name': 'Hatfields Group',
'title': 'LAND ROVER DISCOVERY SPORT SW 1.5 P300e R-Dynamic HSE 5dr Auto [5 '
'Seat]',
'transmission': 'automatic',
'trim': '1.5 P300e R-Dynamic HSE 5dr Auto [5 Seat]',
'vin': None,
'year': 2021}
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120007374%27 HTTP/1.1" 200 None
2026-03-26 05:04:23 [astonbarclay.gb] INFO: Saving data for 120007374: {'auction_closing_time': 1774604700.0, 'created_time': 1773404781.682253, 'last_price_update_time': 1774501463.943911}
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120007374') HTTP/1.1" 204 0
2026-03-26 05:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120688696?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120197297?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119819209?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120688696, 'registration': 'DY22RKK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 92 Tekna 5dr CVT', 'mileage': 24323, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 415, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY22RKK/2026-03-24/image/216943ac-b7d8-482f-877a-34fc4c80b42c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/5cc90c5b-d8c9-4b7c-976f-9ed4466b2947_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/4126db36-5281-4967-b892-d29f24311328_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/e0195c43-59a2-4623-bb04-428585b7965f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/4a15a4ac-a575-4e5b-bf98-99186d2737fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/3db8a919-66db-4498-9655-21d11274e973_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/9b3ac713-e3da-4a0d-bda5-c029ac57d600_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/daf75836-4116-4b10-a143-db9690d9959d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24 13K 06/25 20K 02/26 23K', 'remarks': 'VOSA STATES 19K 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72ff3293-569e-443c-929a-9303e4ed42f6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120688696, 'registration': 'DY22RKK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'MICRA HATCHBACK', 'derivative': '1.0 IG-T 92 Tekna 5dr CVT', 'mileage': 24323, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 415, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-10', 'fuel': 'Petrol', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY22RKK/2026-03-24/image/216943ac-b7d8-482f-877a-34fc4c80b42c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/5cc90c5b-d8c9-4b7c-976f-9ed4466b2947_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/4126db36-5281-4967-b892-d29f24311328_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/e0195c43-59a2-4623-bb04-428585b7965f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/4a15a4ac-a575-4e5b-bf98-99186d2737fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/3db8a919-66db-4498-9655-21d11274e973_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/9b3ac713-e3da-4a0d-bda5-c029ac57d600_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22RKK/2026-03-24/image/daf75836-4116-4b10-a143-db9690d9959d_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24 13K 06/25 20K 02/26 23K', 'remarks': 'VOSA STATES 19K 24K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/72ff3293-569e-443c-929a-9303e4ed42f6.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d65d71ae-6a3d-5a9e-be45-a75214a54f50 with identifier: 120688696
2026-03-26 05:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d65d71ae-6a3d-5a9e-be45-a75214a54f50 with scrape type 2
2026-03-26 05:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d65d71ae-6a3d-5a9e-be45-a75214a54f50 with scrape type 2
2026-03-26 05:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d65d71ae-6a3d-5a9e-be45-a75214a54f50, identifier: 120688696
2026-03-26 05:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d65d71ae-6a3d-5a9e-be45-a75214a54f50 with identifier: 120688696
2026-03-26 05:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d65d71ae-6a3d-5a9e-be45-a75214a54f50 with identifier: 120688696
2026-03-26 05:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d65d71ae-6a3d-5a9e-be45-a75214a54f50 with identifier: 120688696 to the API
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120688696?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd65d71ae-6a3d-5a9e-be45-a75214a54f50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY22RKK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120688696',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'MICRA HATCHBACK',
'odometer': 24323,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-10',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN MICRA HATCHBACK 1.0 IG-T 92 Tekna 5dr CVT',
'transmission': 'automatic',
'trim': '1.0 IG-T 92 Tekna 5dr CVT',
'vin': None,
'year': 2022}
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120688696%27 HTTP/1.1" 200 None
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Saving data for 120688696: {'auction_closing_time': 1774519200.0, 'created_time': 1774379609.111666, 'last_price_update_time': 1774501464.454523}
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120688696') HTTP/1.1" 204 0
2026-03-26 05:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120731329?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120197297, 'registration': 'LO72CPK', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 83182, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 416, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Electric', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f8eacf36-617b-4ab3-a4c7-6f9031b6bfb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/cd0e8f29-1dc5-4f8a-84e3-2d2070e16915_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/719e8e53-ad44-4e35-82e1-fd22f934d74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/b873033a-d938-4bc4-8e20-15cd9cb7a006_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/59f714a4-cc64-4b10-9dc4-bbaecede83d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f60382fc-f7bc-46c6-902c-0a529fdc7013_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/28ce55da-19ac-47eb-82af-cb2567f76131_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/650e0e81-4ebb-4c66-942a-302c0c021639_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book BLANK BOOK', 'remarks': 'VOSA STATES 80K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23cd5e81-4791-47ab-b8cd-9fef2b189d66.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120197297, 'registration': 'LO72CPK', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 83182, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 416, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Electric', 'motExpiry': '2027-01-08', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f8eacf36-617b-4ab3-a4c7-6f9031b6bfb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/cd0e8f29-1dc5-4f8a-84e3-2d2070e16915_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/719e8e53-ad44-4e35-82e1-fd22f934d74a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/b873033a-d938-4bc4-8e20-15cd9cb7a006_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/59f714a4-cc64-4b10-9dc4-bbaecede83d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/f60382fc-f7bc-46c6-902c-0a529fdc7013_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/28ce55da-19ac-47eb-82af-cb2567f76131_removebg.jpg?w=600', 'https://abimg003.imgix.net/LO72CPK/2026-03-11/image/650e0e81-4ebb-4c66-942a-302c0c021639_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book BLANK BOOK', 'remarks': 'VOSA STATES 80K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23cd5e81-4791-47ab-b8cd-9fef2b189d66.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297
2026-03-26 05:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f890573f-089b-5ba1-802e-a988541b9303 with scrape type 2
2026-03-26 05:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f890573f-089b-5ba1-802e-a988541b9303 with scrape type 2
2026-03-26 05:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f890573f-089b-5ba1-802e-a988541b9303, identifier: 120197297
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119819209, 'registration': 'PF71FZS', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 91792, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 180, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-21', 'fuel': 'Electric', 'motExpiry': '2027-02-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF71FZS/2026-02-23/image/be111b0c-397b-400c-87bf-44ded911a6fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/5aa6f713-d463-4128-93ff-60d57c245f92_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/f967ed2e-cf7f-45e8-b702-69f861e85369_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/be62726b-af83-44b9-a2ba-a6469cdc551a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/a9d80d79-a1ef-4536-8a57-e4c408066097_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/3aa0ab8e-dd61-4252-9fac-39c20b7ff181_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/e047322d-5f38-4c8b-9fe1-04e742d68152_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/1534ea06-7bb8-428c-8efd-5a2101157c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/a8bd401a-5bd3-4690-96eb-792316a9902f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24-60K,', 'remarks': '**904**VOSA STATES 64K, 91K, CHARGING LEAD SPARE KEY \t 18in East Derry Alloys', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/55830763-a8e3-4f73-9468-1848828eb834.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119819209, 'registration': 'PF71FZS', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Family Pro Performance 58kWh 5dr Auto', 'mileage': 91792, 'mileageWarranty': True, 'type': 'car', 'saleId': 18907, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 180, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-21', 'fuel': 'Electric', 'motExpiry': '2027-02-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PF71FZS/2026-02-23/image/be111b0c-397b-400c-87bf-44ded911a6fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/5aa6f713-d463-4128-93ff-60d57c245f92_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/f967ed2e-cf7f-45e8-b702-69f861e85369_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/be62726b-af83-44b9-a2ba-a6469cdc551a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/a9d80d79-a1ef-4536-8a57-e4c408066097_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/3aa0ab8e-dd61-4252-9fac-39c20b7ff181_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/e047322d-5f38-4c8b-9fe1-04e742d68152_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/1534ea06-7bb8-428c-8efd-5a2101157c47_removebg.jpg?w=600', 'https://abimg003.imgix.net/PF71FZS/2026-02-23/image/a8bd401a-5bd3-4690-96eb-792316a9902f_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/24-60K,', 'remarks': '**904**VOSA STATES 64K, 91K, CHARGING LEAD SPARE KEY \t 18in East Derry Alloys', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/55830763-a8e3-4f73-9468-1848828eb834.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ab3cd43-1114-5f30-b936-7309494d861b with identifier: 119819209
2026-03-26 05:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ab3cd43-1114-5f30-b936-7309494d861b with scrape type 2
2026-03-26 05:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ab3cd43-1114-5f30-b936-7309494d861b with scrape type 2
2026-03-26 05:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4ab3cd43-1114-5f30-b936-7309494d861b, identifier: 119819209
2026-03-26 05:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297
2026-03-26 05:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297
2026-03-26 05:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f890573f-089b-5ba1-802e-a988541b9303 with identifier: 120197297 to the API
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120197297?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f890573f-089b-5ba1-802e-a988541b9303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LO72CPK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120197297',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 83182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 100kW GT Line + R135 50kWh Rapid Charge 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120197297%27 HTTP/1.1" 200 None
2026-03-26 05:04:24 [astonbarclay.gb] INFO: Saving data for 120197297: {'auction_closing_time': 1774519200.0, 'created_time': 1773403675.879329, 'last_price_update_time': 1774501464.912116}
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120197297') HTTP/1.1" 204 0
2026-03-26 05:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4ab3cd43-1114-5f30-b936-7309494d861b with identifier: 119819209
2026-03-26 05:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4ab3cd43-1114-5f30-b936-7309494d861b with identifier: 119819209
2026-03-26 05:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4ab3cd43-1114-5f30-b936-7309494d861b with identifier: 119819209 to the API
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119819209?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '4ab3cd43-1114-5f30-b936-7309494d861b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PF71FZS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119819209',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 91792,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN ID.3 HATCHBACK 150kW Family Pro Performance 58kWh 5dr '
'Auto',
'transmission': 'automatic',
'trim': '150kW Family Pro Performance 58kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119819209%27 HTTP/1.1" 200 None
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Saving data for 119819209: {'auction_closing_time': 1774604700.0, 'created_time': 1773752975.181805, 'last_price_update_time': 1774501465.268118}
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119819209') HTTP/1.1" 204 0
2026-03-26 05:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120630889?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120595361?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120731329, 'registration': 'HD19SXW', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 [112] Tekna 5dr [Bose]', 'mileage': 31827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 440, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HD19SXW/2026-03-25/image/0758401a-88ac-4385-87dd-2e721d291845_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/859db8dd-23a0-49df-b281-642f9bc98264_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/c093dfc1-35ff-4a75-b5b0-bef9a81d75d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/13e1c0eb-5321-45ca-b55b-d78fe763726f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/1e2a37f5-2a37-407c-922e-550cf7d13c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/7eda28a0-93cc-40e8-91a3-638ed22e40d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/f5436417-0660-4778-a5ea-6d3ec2267cbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/410eeecc-c67d-4088-bae5-2c944174f4a9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/20 6K 06/21 11K 06/22 18K 06/23 23K 05/24 25K 05/25 29K', 'remarks': 'VOSA STATES 18K 23K 25K 29K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19455a07-907f-417c-8fe9-65afd4f8ae8f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120731329, 'registration': 'HD19SXW', 'account': 'MOT075', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 [112] Tekna 5dr [Bose]', 'mileage': 31827, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 440, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-06-29', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HD19SXW/2026-03-25/image/0758401a-88ac-4385-87dd-2e721d291845_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/859db8dd-23a0-49df-b281-642f9bc98264_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/c093dfc1-35ff-4a75-b5b0-bef9a81d75d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/13e1c0eb-5321-45ca-b55b-d78fe763726f_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/1e2a37f5-2a37-407c-922e-550cf7d13c78_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/7eda28a0-93cc-40e8-91a3-638ed22e40d4_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/f5436417-0660-4778-a5ea-6d3ec2267cbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/HD19SXW/2026-03-25/image/410eeecc-c67d-4088-bae5-2c944174f4a9_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/20 6K 06/21 11K 06/22 18K 06/23 23K 05/24 25K 05/25 29K', 'remarks': 'VOSA STATES 18K 23K 25K 29K NUMBER OF FORMER KEEPERS UNKNOWN', 'virtual': False, 'seller': 'MotoNovo Finance', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': None, 'v5': True, 'v5details': 'Here', 'co2': 162, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/19455a07-907f-417c-8fe9-65afd4f8ae8f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96a8bc05-cdb0-59f2-b0f5-e209b686577e with identifier: 120731329
2026-03-26 05:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96a8bc05-cdb0-59f2-b0f5-e209b686577e with scrape type 2
2026-03-26 05:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96a8bc05-cdb0-59f2-b0f5-e209b686577e with scrape type 2
2026-03-26 05:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 96a8bc05-cdb0-59f2-b0f5-e209b686577e, identifier: 120731329
2026-03-26 05:04:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 96a8bc05-cdb0-59f2-b0f5-e209b686577e with identifier: 120731329
2026-03-26 05:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 96a8bc05-cdb0-59f2-b0f5-e209b686577e with identifier: 120731329
2026-03-26 05:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 96a8bc05-cdb0-59f2-b0f5-e209b686577e with identifier: 120731329 to the API
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120731329?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 162,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '96a8bc05-cdb0-59f2-b0f5-e209b686577e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'HD19SXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120731329',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 31827,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-29',
'seller_name': 'MotoNovo Finance',
'title': 'NISSAN JUKE HATCHBACK 1.6 [112] Tekna 5dr [Bose]',
'transmission': 'manual',
'trim': '1.6 [112] Tekna 5dr [Bose]',
'vin': None,
'year': 2019}
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120731329%27 HTTP/1.1" 200 None
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Saving data for 120731329: {'auction_closing_time': 1774519200.0, 'created_time': 1774379635.712575, 'last_price_update_time': 1774501465.667682}
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120731329') HTTP/1.1" 204 0
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120630889, 'registration': 'BD22KZZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 25435, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 414, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-07-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/952c7ccb-5e0a-4992-9161-3e12159c5747_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/05979d7d-d666-449c-af90-667eb20c21c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/682708ef-227f-4ef4-98d4-b3d07980039e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/77c51843-10e9-4cf6-b2a8-0e6e612de179_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/b775213a-9aed-4b1e-87c1-d94ee5e8e215_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/dd671b8b-d25f-4f03-aed8-b9c532f8486f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/6c117cfb-b27e-4713-bf0e-62ef025c09d2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/23 7K 07/24 14K 07/25 21K', 'remarks': 'VOSA STATES 21K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9b42a5e-5799-41b2-8434-b46ef0884207.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120630889, 'registration': 'BD22KZZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 25435, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 414, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-07-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-07-29', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/952c7ccb-5e0a-4992-9161-3e12159c5747_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/05979d7d-d666-449c-af90-667eb20c21c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/682708ef-227f-4ef4-98d4-b3d07980039e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/77c51843-10e9-4cf6-b2a8-0e6e612de179_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/b775213a-9aed-4b1e-87c1-d94ee5e8e215_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/dd671b8b-d25f-4f03-aed8-b9c532f8486f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BD22KZZ/2026-03-20/image/6c117cfb-b27e-4713-bf0e-62ef025c09d2_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/23 7K 07/24 14K 07/25 21K', 'remarks': 'VOSA STATES 21K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 115, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a9b42a5e-5799-41b2-8434-b46ef0884207.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e284a41-2392-5523-bd81-968aea45245b with identifier: 120630889
2026-03-26 05:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e284a41-2392-5523-bd81-968aea45245b with scrape type 2
2026-03-26 05:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e284a41-2392-5523-bd81-968aea45245b with scrape type 2
2026-03-26 05:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6e284a41-2392-5523-bd81-968aea45245b, identifier: 120630889
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120595361, 'registration': 'YB74TKV', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 5753, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 407, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB74TKV/2026-03-19/image/ef9f47e0-a8eb-436e-beed-9468572adb07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/47f52c22-824f-489f-acda-d2fadb62df76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/585ccf49-47fd-4279-89d8-70f8e19ffe68_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/fde53ccc-ea72-47df-8a4c-6fdb7331c117_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/ab3c6344-30ec-406c-8a0e-e0fb50bb8447_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/9a5df72c-a04d-4d11-9267-fdf691b05ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/046ed9b3-45ab-4bc9-bd54-06756905f871_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/2d85ac5d-aa99-46c7-a5f4-3bcf5c904160_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/26 9K - RECORDED IN KM', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2097f3e6-4aff-4f38-a279-c78af97c6635.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:25 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120595361, 'registration': 'YB74TKV', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 5753, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 407, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-11-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YB74TKV/2026-03-19/image/ef9f47e0-a8eb-436e-beed-9468572adb07_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/47f52c22-824f-489f-acda-d2fadb62df76_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/585ccf49-47fd-4279-89d8-70f8e19ffe68_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/fde53ccc-ea72-47df-8a4c-6fdb7331c117_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/ab3c6344-30ec-406c-8a0e-e0fb50bb8447_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/9a5df72c-a04d-4d11-9267-fdf691b05ac7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/046ed9b3-45ab-4bc9-bd54-06756905f871_removebg.jpg?w=600', 'https://abimg003.imgix.net/YB74TKV/2026-03-19/image/2d85ac5d-aa99-46c7-a5f4-3bcf5c904160_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/26 9K - RECORDED IN KM', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 116, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2097f3e6-4aff-4f38-a279-c78af97c6635.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb9cae51-6bf1-5d28-b5a3-b92dca993a83 with identifier: 120595361
2026-03-26 05:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb9cae51-6bf1-5d28-b5a3-b92dca993a83 with scrape type 2
2026-03-26 05:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb9cae51-6bf1-5d28-b5a3-b92dca993a83 with scrape type 2
2026-03-26 05:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: eb9cae51-6bf1-5d28-b5a3-b92dca993a83, identifier: 120595361
2026-03-26 05:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6e284a41-2392-5523-bd81-968aea45245b with identifier: 120630889
2026-03-26 05:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6e284a41-2392-5523-bd81-968aea45245b with identifier: 120630889
2026-03-26 05:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6e284a41-2392-5523-bd81-968aea45245b with identifier: 120630889 to the API
2026-03-26 05:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120630889?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 115,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '6e284a41-2392-5523-bd81-968aea45245b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BD22KZZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120630889',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 25435,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120630889%27 HTTP/1.1" 200 None
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Saving data for 120630889: {'auction_closing_time': 1774519200.0, 'created_time': 1774001042.127065, 'last_price_update_time': 1774501466.140945}
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120630889') HTTP/1.1" 204 0
2026-03-26 05:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: eb9cae51-6bf1-5d28-b5a3-b92dca993a83 with identifier: 120595361
2026-03-26 05:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: eb9cae51-6bf1-5d28-b5a3-b92dca993a83 with identifier: 120595361
2026-03-26 05:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: eb9cae51-6bf1-5d28-b5a3-b92dca993a83 with identifier: 120595361 to the API
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120595361?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 116,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'eb9cae51-6bf1-5d28-b5a3-b92dca993a83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YB74TKV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120595361',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 5753,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Acenta Premium 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Acenta Premium 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120595361%27 HTTP/1.1" 200 None
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Saving data for 120595361: {'auction_closing_time': 1774519200.0, 'created_time': 1774379673.899675, 'last_price_update_time': 1774501466.421139}
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120595361') HTTP/1.1" 204 0
2026-03-26 05:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401825?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295348?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295646?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120645853?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120401825, 'registration': 'FT19LKZ', 'account': 'RCI001', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line 5dr', 'mileage': 55450, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 403, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-05-16', 'fuel': 'Petrol', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/92666d14-9b23-4f9c-bad6-81022994ca80_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/1df069ca-6cf5-4164-968f-39af9aa6bcad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/3c5fa49f-6451-4968-9bcb-4e070930c01c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/520a39ad-5955-4d77-bc62-f5456883f67c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/c54082fa-7c4a-49cc-ad5b-a04c441a03bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/7a15b0a1-5a31-4bc6-9347-82859101d210_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/4a97ede9-9082-41f6-921d-e9b45a799d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/df47a782-6974-483e-b44c-89d3d05203dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/8e3394dd-cade-4f3f-a994-5413187d5811_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/21 27K 06/22 33K 07/23 41K 03/24 45K 06/25 51K', 'remarks': '- FRONT PAGE OF V5 - SPARE KEY - VOSA STATES 31K 38K 45K 50K 51K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e67903ed-e93f-4aa6-8293-2d2e1d453b95.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120401825, 'registration': 'FT19LKZ', 'account': 'RCI001', 'make': 'PEUGEOT', 'model': '3008 ESTATE', 'derivative': '1.2 PureTech GT Line 5dr', 'mileage': 55450, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 403, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-05-16', 'fuel': 'Petrol', 'motExpiry': '2026-06-12', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/92666d14-9b23-4f9c-bad6-81022994ca80_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/1df069ca-6cf5-4164-968f-39af9aa6bcad_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/3c5fa49f-6451-4968-9bcb-4e070930c01c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/520a39ad-5955-4d77-bc62-f5456883f67c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/c54082fa-7c4a-49cc-ad5b-a04c441a03bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/7a15b0a1-5a31-4bc6-9347-82859101d210_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/4a97ede9-9082-41f6-921d-e9b45a799d5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/df47a782-6974-483e-b44c-89d3d05203dd_removebg.jpg?w=600', 'https://abimg003.imgix.net/FT19LKZ/2026-03-17/image/8e3394dd-cade-4f3f-a994-5413187d5811_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/21 27K 06/22 33K 07/23 41K 03/24 45K 06/25 51K', 'remarks': '- FRONT PAGE OF V5 - SPARE KEY - VOSA STATES 31K 38K 45K 50K 51K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 120, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e67903ed-e93f-4aa6-8293-2d2e1d453b95.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e232d07a-d7c7-5368-a8cd-91e90664051b with identifier: 120401825
2026-03-26 05:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e232d07a-d7c7-5368-a8cd-91e90664051b with scrape type 2
2026-03-26 05:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e232d07a-d7c7-5368-a8cd-91e90664051b with scrape type 2
2026-03-26 05:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e232d07a-d7c7-5368-a8cd-91e90664051b, identifier: 120401825
2026-03-26 05:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e232d07a-d7c7-5368-a8cd-91e90664051b with identifier: 120401825
2026-03-26 05:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e232d07a-d7c7-5368-a8cd-91e90664051b with identifier: 120401825
2026-03-26 05:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e232d07a-d7c7-5368-a8cd-91e90664051b with identifier: 120401825 to the API
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401825?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 120,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'e232d07a-d7c7-5368-a8cd-91e90664051b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FT19LKZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401825',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '3008 ESTATE',
'odometer': 55450,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-16',
'seller_name': 'Mobilize Financial Services',
'title': 'PEUGEOT 3008 ESTATE 1.2 PureTech GT Line 5dr',
'transmission': 'manual',
'trim': '1.2 PureTech GT Line 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401825%27 HTTP/1.1" 200 None
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Saving data for 120401825: {'auction_closing_time': 1774519200.0, 'created_time': 1774379711.009592, 'last_price_update_time': 1774501466.9095}
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401825') HTTP/1.1" 204 0
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295348, 'registration': 'BF22EYP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 35292, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 406, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF22EYP/2026-03-17/image/fc1fb81c-8df3-4db6-816f-0f2cfa3a8a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/f66552e6-2f03-4263-942d-9fcc57ffaa39_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/de925414-2fa8-45e9-a31c-7787528d538a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/3e02c13b-44ac-46cb-8b2c-871a96de3885_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/0238c0bb-94d8-4cbd-a8bd-67874612ed22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/3ab6f0d5-9a03-411d-a0aa-ce2896697acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/fcf2f0d3-881d-40bc-8831-9f358fc61616_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23-6K 01/23-16K 01/25-25K', 'remarks': 'SPARE KEY, VOSA STATES 26K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f967556b-2df4-4094-bf88-a242f822ec9f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:26 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295348, 'registration': 'BF22EYP', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 35292, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 406, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-03-14', 'fuel': 'Petrol', 'motExpiry': '2026-03-13', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BF22EYP/2026-03-17/image/fc1fb81c-8df3-4db6-816f-0f2cfa3a8a5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/f66552e6-2f03-4263-942d-9fcc57ffaa39_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/de925414-2fa8-45e9-a31c-7787528d538a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/3e02c13b-44ac-46cb-8b2c-871a96de3885_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/0238c0bb-94d8-4cbd-a8bd-67874612ed22_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/3ab6f0d5-9a03-411d-a0aa-ce2896697acc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BF22EYP/2026-03-17/image/fcf2f0d3-881d-40bc-8831-9f358fc61616_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23-6K 01/23-16K 01/25-25K', 'remarks': 'SPARE KEY, VOSA STATES 26K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f967556b-2df4-4094-bf88-a242f822ec9f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b0e649d-16d7-5591-a67a-4ce2349876b7 with identifier: 120295348
2026-03-26 05:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b0e649d-16d7-5591-a67a-4ce2349876b7 with scrape type 2
2026-03-26 05:04:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b0e649d-16d7-5591-a67a-4ce2349876b7 with scrape type 2
2026-03-26 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b0e649d-16d7-5591-a67a-4ce2349876b7, identifier: 120295348
2026-03-26 05:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295646, 'registration': 'FD72YMM', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK SPECIAL EDITION', 'derivative': 'EV60 160kW Launch Edition 60kWh OC 5dr Auto', 'mileage': 35601, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 405, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-13', 'fuel': 'Electric', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FD72YMM/2026-03-17/image/dd1ce3c6-1c56-4ecd-bb0c-39bb67538c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/8bdc35b1-cb68-47df-b20f-39acda83aa21_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/2bc6cf72-3d2e-4756-95c3-bc1342c7d8c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/775c6828-378a-4d02-82b2-9c420fa5661a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/5ae6cf63-4c06-4d5e-a807-6c0ff567906b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/ce5784df-e172-4b01-9d4a-1e28f4747aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/fc89c160-0226-4b13-9924-6a249989bc61_removebg.jpg?w=600'], 'colour': 'BLACK/GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/24-13K 01/25-24K 01/26-35K', 'remarks': 'SPARE KEY, VOSA STATES 35K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/409e0758-1a7e-43a8-b0ec-cc990a0cd01e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295646, 'registration': 'FD72YMM', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK SPECIAL EDITION', 'derivative': 'EV60 160kW Launch Edition 60kWh OC 5dr Auto', 'mileage': 35601, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 405, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-01-13', 'fuel': 'Electric', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FD72YMM/2026-03-17/image/dd1ce3c6-1c56-4ecd-bb0c-39bb67538c73_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/8bdc35b1-cb68-47df-b20f-39acda83aa21_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/2bc6cf72-3d2e-4756-95c3-bc1342c7d8c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/775c6828-378a-4d02-82b2-9c420fa5661a_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/5ae6cf63-4c06-4d5e-a807-6c0ff567906b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/ce5784df-e172-4b01-9d4a-1e28f4747aaa_removebg.jpg?w=600', 'https://abimg003.imgix.net/FD72YMM/2026-03-17/image/fc89c160-0226-4b13-9924-6a249989bc61_removebg.jpg?w=600'], 'colour': 'BLACK/GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/24-13K 01/25-24K 01/26-35K', 'remarks': 'SPARE KEY, VOSA STATES 35K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/409e0758-1a7e-43a8-b0ec-cc990a0cd01e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85453c7d-b39f-5911-81bf-64966709e951 with identifier: 120295646
2026-03-26 05:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85453c7d-b39f-5911-81bf-64966709e951 with scrape type 2
2026-03-26 05:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85453c7d-b39f-5911-81bf-64966709e951 with scrape type 2
2026-03-26 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85453c7d-b39f-5911-81bf-64966709e951, identifier: 120295646
2026-03-26 05:04:27 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120645853, 'registration': 'DS22LDO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 41628, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 404, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-06-22', 'fuel': 'Petrol', 'motExpiry': '2026-06-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS22LDO/2026-03-20/image/fcc3fd84-0ced-4c11-b53a-af4b962a7c4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/e71a65bf-e008-4ab9-b66c-e249b15f6c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/8d91ad11-7449-46a5-95db-01ad00a431a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/aac12c32-bbf3-4c72-b297-d100c95de17f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/91bda0dd-f52e-4fd4-8279-9cb899af3a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/beb72fcb-187e-4a96-bb4b-3bba1e788e94_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/f91f1bb2-ae75-43b1-85d9-5c6b1568c9a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/2ed1df6c-688c-4ed2-8100-20d67934ec62_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23-11K 07/24-25K 06/25-34K', 'remarks': 'SPARE KEY, VOSA STATES 34K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6198f568-3fd4-4a67-8075-9d0a55c69b79.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:27 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120645853, 'registration': 'DS22LDO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 41628, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 404, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-06-22', 'fuel': 'Petrol', 'motExpiry': '2026-06-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS22LDO/2026-03-20/image/fcc3fd84-0ced-4c11-b53a-af4b962a7c4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/e71a65bf-e008-4ab9-b66c-e249b15f6c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/8d91ad11-7449-46a5-95db-01ad00a431a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/aac12c32-bbf3-4c72-b297-d100c95de17f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/91bda0dd-f52e-4fd4-8279-9cb899af3a0b_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/beb72fcb-187e-4a96-bb4b-3bba1e788e94_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/f91f1bb2-ae75-43b1-85d9-5c6b1568c9a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS22LDO/2026-03-20/image/2ed1df6c-688c-4ed2-8100-20d67934ec62_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 06/23-11K 07/24-25K 06/25-34K', 'remarks': 'SPARE KEY, VOSA STATES 34K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/6198f568-3fd4-4a67-8075-9d0a55c69b79.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7723741-dabe-55a8-b484-72d4505da101 with identifier: 120645853
2026-03-26 05:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7723741-dabe-55a8-b484-72d4505da101 with scrape type 2
2026-03-26 05:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7723741-dabe-55a8-b484-72d4505da101 with scrape type 2
2026-03-26 05:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b7723741-dabe-55a8-b484-72d4505da101, identifier: 120645853
2026-03-26 05:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b0e649d-16d7-5591-a67a-4ce2349876b7 with identifier: 120295348
2026-03-26 05:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b0e649d-16d7-5591-a67a-4ce2349876b7 with identifier: 120295348
2026-03-26 05:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b0e649d-16d7-5591-a67a-4ce2349876b7 with identifier: 120295348 to the API
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295348?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1b0e649d-16d7-5591-a67a-4ce2349876b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BF22EYP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295348',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 35292,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Acenta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 Acenta 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295348%27 HTTP/1.1" 200 None
2026-03-26 05:04:27 [astonbarclay.gb] INFO: Saving data for 120295348: {'auction_closing_time': 1774519200.0, 'created_time': 1774379639.266507, 'last_price_update_time': 1774501467.489897}
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295348') HTTP/1.1" 204 0
2026-03-26 05:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85453c7d-b39f-5911-81bf-64966709e951 with identifier: 120295646
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BLACK%2FGREY HTTP/1.1" 200 None
2026-03-26 05:04:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 05:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85453c7d-b39f-5911-81bf-64966709e951 with identifier: 120295646
2026-03-26 05:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85453c7d-b39f-5911-81bf-64966709e951 with identifier: 120295646 to the API
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295646?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '85453c7d-b39f-5911-81bf-64966709e951',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FD72YMM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295646',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'MEGANE E-TECH HATCHBACK SPECIAL EDITION',
'odometer': 35601,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT MEGANE E-TECH HATCHBACK SPECIAL EDITION EV60 160kW Launch '
'Edition 60kWh OC 5dr Auto',
'transmission': 'automatic',
'trim': 'EV60 160kW Launch Edition 60kWh OC 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295646%27 HTTP/1.1" 200 None
2026-03-26 05:04:27 [astonbarclay.gb] INFO: Saving data for 120295646: {'auction_closing_time': 1774519200.0, 'created_time': 1774379708.783615, 'last_price_update_time': 1774501467.899745}
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295646') HTTP/1.1" 204 0
2026-03-26 05:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b7723741-dabe-55a8-b484-72d4505da101 with identifier: 120645853
2026-03-26 05:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b7723741-dabe-55a8-b484-72d4505da101 with identifier: 120645853
2026-03-26 05:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b7723741-dabe-55a8-b484-72d4505da101 with identifier: 120645853 to the API
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120645853?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7723741-dabe-55a8-b484-72d4505da101',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS22LDO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120645853',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 41628,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-22',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH Acenta Premium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120645853%27 HTTP/1.1" 200 None
2026-03-26 05:04:28 [astonbarclay.gb] INFO: Saving data for 120645853: {'auction_closing_time': 1774519200.0, 'created_time': 1774011715.543798, 'last_price_update_time': 1774501468.207871}
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120645853') HTTP/1.1" 204 0
2026-03-26 05:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120417320?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295393?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120417320, 'registration': 'LS73HSE', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech full hybrid 145 Evolution 5dr Auto', 'mileage': 26765, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 397, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-10-23', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS73HSE/2026-03-17/image/c3a6d684-c827-4120-9744-674090ae8fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/776996b9-2f39-4a32-a8ee-b9972d5778fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/cff54e9c-377e-4343-859b-0f122fd85d9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/b273dc4b-e794-4609-b844-0b60d48afa30_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/1274abc9-7d27-4e13-be26-42cdf92ad777_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/bb30e4f2-b52e-48c5-a88f-655a0acaa85a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/43f9914a-4810-4cdf-b098-574db6f3346e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/b8fa32cb-2481-4fa7-a402-4a7196416373_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/24 11K 5/25 17K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ddfb7fb3-a02c-449d-9cc4-4b9da297af42.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120417320, 'registration': 'LS73HSE', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.6 E-Tech full hybrid 145 Evolution 5dr Auto', 'mileage': 26765, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 397, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-10-23', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LS73HSE/2026-03-17/image/c3a6d684-c827-4120-9744-674090ae8fe8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/776996b9-2f39-4a32-a8ee-b9972d5778fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/cff54e9c-377e-4343-859b-0f122fd85d9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/b273dc4b-e794-4609-b844-0b60d48afa30_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/1274abc9-7d27-4e13-be26-42cdf92ad777_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/bb30e4f2-b52e-48c5-a88f-655a0acaa85a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/43f9914a-4810-4cdf-b098-574db6f3346e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS73HSE/2026-03-17/image/b8fa32cb-2481-4fa7-a402-4a7196416373_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/24 11K 5/25 17K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 106, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ddfb7fb3-a02c-449d-9cc4-4b9da297af42.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6636fece-8323-5a69-85d1-2664f5f7fdbe with identifier: 120417320
2026-03-26 05:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6636fece-8323-5a69-85d1-2664f5f7fdbe with scrape type 2
2026-03-26 05:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6636fece-8323-5a69-85d1-2664f5f7fdbe with scrape type 2
2026-03-26 05:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6636fece-8323-5a69-85d1-2664f5f7fdbe, identifier: 120417320
2026-03-26 05:04:28 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295393, 'registration': 'BW72DNN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 38201, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 402, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-02-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BW72DNN/2026-03-17/image/f16cfba0-c570-40df-9bf8-73c0ff7a40aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/4d27e395-f016-4985-af82-55813f5d8ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/a6f02b04-2007-400d-a685-e2ca459bd0e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/49f94a0c-22b9-47f1-810d-f09093fb04bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/42b09c88-b476-4962-b4bc-aef471981be3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/727f2441-e573-4d2e-bf6c-3e7acf49fcbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/81a8345b-1fdf-434c-8964-b61f32ecb1fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/eeda1af7-681a-4229-b8eb-3db3ef098966_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/25 32K', 'remarks': 'VOSA STATES 38K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b5cdd9c3-6058-4e3f-a380-539b2cfb6988.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:28 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295393, 'registration': 'BW72DNN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Acenta Premium 5dr Auto', 'mileage': 38201, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 402, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-02-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-15', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BW72DNN/2026-03-17/image/f16cfba0-c570-40df-9bf8-73c0ff7a40aa_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/4d27e395-f016-4985-af82-55813f5d8ee7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/a6f02b04-2007-400d-a685-e2ca459bd0e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/49f94a0c-22b9-47f1-810d-f09093fb04bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/42b09c88-b476-4962-b4bc-aef471981be3_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/727f2441-e573-4d2e-bf6c-3e7acf49fcbd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/81a8345b-1fdf-434c-8964-b61f32ecb1fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/BW72DNN/2026-03-17/image/eeda1af7-681a-4229-b8eb-3db3ef098966_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 07/25 32K', 'remarks': 'VOSA STATES 38K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b5cdd9c3-6058-4e3f-a380-539b2cfb6988.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a with identifier: 120295393
2026-03-26 05:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a with scrape type 2
2026-03-26 05:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a with scrape type 2
2026-03-26 05:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a, identifier: 120295393
2026-03-26 05:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6636fece-8323-5a69-85d1-2664f5f7fdbe with identifier: 120417320
2026-03-26 05:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6636fece-8323-5a69-85d1-2664f5f7fdbe with identifier: 120417320
2026-03-26 05:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6636fece-8323-5a69-85d1-2664f5f7fdbe with identifier: 120417320 to the API
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120417320?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 106,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '6636fece-8323-5a69-85d1-2664f5f7fdbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS73HSE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120417320',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 26765,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-23',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT CAPTUR HATCHBACK 1.6 E-Tech full hybrid 145 Evolution 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.6 E-Tech full hybrid 145 Evolution 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417320%27 HTTP/1.1" 200 None
2026-03-26 05:04:28 [astonbarclay.gb] INFO: Saving data for 120417320: {'auction_closing_time': 1774519200.0, 'created_time': 1774379597.823627, 'last_price_update_time': 1774501468.816381}
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417320') HTTP/1.1" 204 0
2026-03-26 05:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a with identifier: 120295393
2026-03-26 05:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a with identifier: 120295393
2026-03-26 05:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a with identifier: 120295393 to the API
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295393?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '015df1b0-9ac9-5bcc-be8e-adf4bee9ef3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BW72DNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295393',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 38201,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-16',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Acenta Premium 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Acenta Premium 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295393%27 HTTP/1.1" 200 None
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Saving data for 120295393: {'auction_closing_time': 1774519200.0, 'created_time': 1774379615.71173, 'last_price_update_time': 1774501469.096402}
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295393') HTTP/1.1" 204 0
2026-03-26 05:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120525415?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120598377?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476607?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295812?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120525415, 'registration': 'DY22UGN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 N-Connecta [Glass Rf] 5dr Xtronic', 'mileage': 17810, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 395, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-14', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY22UGN/2026-03-17/image/00ef1f8d-5b60-47a5-8210-935da46a0232_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/f96925f0-4ee1-4bba-8cb0-0855454c6c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/a229cebf-04f5-471a-9a12-0d8fde553a22_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/c686392a-8f6d-4f41-9a4b-5ac41c1fba90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/7a472fba-e27a-47f4-a475-c5e8568f7e3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/1d618d36-d267-4985-99e1-228fb15815cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/698b0cf3-c214-4a25-a027-bcf49a5da043_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/9a5b33d9-ece2-4293-8fe5-23d08599c188_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/23 6K', 'remarks': 'VOSA STATES 14K 17K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2aea348c-ba34-4711-9cde-3bf00b631c7b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120525415, 'registration': 'DY22UGN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 N-Connecta [Glass Rf] 5dr Xtronic', 'mileage': 17810, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 395, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-14', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DY22UGN/2026-03-17/image/00ef1f8d-5b60-47a5-8210-935da46a0232_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/f96925f0-4ee1-4bba-8cb0-0855454c6c5c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/a229cebf-04f5-471a-9a12-0d8fde553a22_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/c686392a-8f6d-4f41-9a4b-5ac41c1fba90_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/7a472fba-e27a-47f4-a475-c5e8568f7e3d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/1d618d36-d267-4985-99e1-228fb15815cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/698b0cf3-c214-4a25-a027-bcf49a5da043_removebg.jpg?w=600', 'https://abimg003.imgix.net/DY22UGN/2026-03-17/image/9a5b33d9-ece2-4293-8fe5-23d08599c188_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 08/23 6K', 'remarks': 'VOSA STATES 14K 17K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2aea348c-ba34-4711-9cde-3bf00b631c7b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d426d437-afa1-540d-a696-d441ab9dd579 with identifier: 120525415
2026-03-26 05:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d426d437-afa1-540d-a696-d441ab9dd579 with scrape type 2
2026-03-26 05:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d426d437-afa1-540d-a696-d441ab9dd579 with scrape type 2
2026-03-26 05:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d426d437-afa1-540d-a696-d441ab9dd579, identifier: 120525415
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120598377, 'registration': 'DA18DWO', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line 4dr', 'mileage': 41925, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 396, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-05-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-11', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DA18DWO/2026-03-23/image/74a651ed-1af5-4c9e-806e-1355e792a674_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/a18f6ffd-43ad-4023-8748-35be51b2389c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/09511607-0c51-4601-8328-2d45c5aaa489_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/47a3239a-66ad-4829-841c-8f3f991af0e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/e5a7a9d6-898e-4762-b43d-14afc4fc2a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/9d046945-5db4-4509-b96f-c456008ac4e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/6cd9a0b2-a3e9-4cc1-9833-00c9d58c65c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/7fa42bf1-2934-4385-8e55-6e21c4910c2b_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/19 8K', 'remarks': 'VOSA STATES 17K 22K 26K 30K 35K 41K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3e44eeac-04e6-4fd5-96b4-77e3e1044e11.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120598377, 'registration': 'DA18DWO', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'CLA COUPE', 'derivative': 'CLA 180 AMG Line 4dr', 'mileage': 41925, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 396, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-05-22', 'fuel': 'Petrol', 'motExpiry': '2027-01-11', 'doors': 4, 'engineSize': 1595, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/DA18DWO/2026-03-23/image/74a651ed-1af5-4c9e-806e-1355e792a674_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/a18f6ffd-43ad-4023-8748-35be51b2389c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/09511607-0c51-4601-8328-2d45c5aaa489_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/47a3239a-66ad-4829-841c-8f3f991af0e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/e5a7a9d6-898e-4762-b43d-14afc4fc2a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/9d046945-5db4-4509-b96f-c456008ac4e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/6cd9a0b2-a3e9-4cc1-9833-00c9d58c65c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DA18DWO/2026-03-23/image/7fa42bf1-2934-4385-8e55-6e21c4910c2b_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 07/19 8K', 'remarks': 'VOSA STATES 17K 22K 26K 30K 35K 41K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 128, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3e44eeac-04e6-4fd5-96b4-77e3e1044e11.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b95442e-ce38-55de-9bcf-bee027f329aa with identifier: 120598377
2026-03-26 05:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b95442e-ce38-55de-9bcf-bee027f329aa with scrape type 2
2026-03-26 05:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b95442e-ce38-55de-9bcf-bee027f329aa with scrape type 2
2026-03-26 05:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7b95442e-ce38-55de-9bcf-bee027f329aa, identifier: 120598377
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476607, 'registration': 'BT22EMK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH N-Connecta 5dr', 'mileage': 22182, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 393, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT22EMK/2026-03-16/image/e756bf07-2e34-491f-bc8c-b8eac813918d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/d9d21c54-e2e5-4aa7-8317-f5ac16deadd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/63378066-b2e2-4440-acc1-c13614fcf07c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/57e9b414-4b53-4a4a-9c40-e45de933caf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/d857d084-d699-4055-bae3-6a8f369e7c93_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/3cc9bc70-dfa2-46b7-a748-846d1fc42aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/8d7155ac-084e-4182-9fc5-2028d03a3262_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/e46a97db-9425-4f76-8000-cf977c6b2b18_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 17K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eaf11349-d978-41fb-8a9b-0dd44c734b8d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476607, 'registration': 'BT22EMK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH N-Connecta 5dr', 'mileage': 22182, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 393, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-05-31', 'fuel': 'Petrol', 'motExpiry': '2026-05-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BT22EMK/2026-03-16/image/e756bf07-2e34-491f-bc8c-b8eac813918d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/d9d21c54-e2e5-4aa7-8317-f5ac16deadd4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/63378066-b2e2-4440-acc1-c13614fcf07c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/57e9b414-4b53-4a4a-9c40-e45de933caf2_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/d857d084-d699-4055-bae3-6a8f369e7c93_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/3cc9bc70-dfa2-46b7-a748-846d1fc42aa4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/8d7155ac-084e-4182-9fc5-2028d03a3262_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT22EMK/2026-03-16/image/e46a97db-9425-4f76-8000-cf977c6b2b18_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 17K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/eaf11349-d978-41fb-8a9b-0dd44c734b8d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5f932f3-0df5-5097-b3be-624b69512ace with identifier: 120476607
2026-03-26 05:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5f932f3-0df5-5097-b3be-624b69512ace with scrape type 2
2026-03-26 05:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5f932f3-0df5-5097-b3be-624b69512ace with scrape type 2
2026-03-26 05:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f5f932f3-0df5-5097-b3be-624b69512ace, identifier: 120476607
2026-03-26 05:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d426d437-afa1-540d-a696-d441ab9dd579 with identifier: 120525415
2026-03-26 05:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d426d437-afa1-540d-a696-d441ab9dd579 with identifier: 120525415
2026-03-26 05:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d426d437-afa1-540d-a696-d441ab9dd579 with identifier: 120525415 to the API
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120525415?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd426d437-afa1-540d-a696-d441ab9dd579',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DY22UGN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120525415',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 17810,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 N-Connecta [Glass Rf] 5dr '
'Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 N-Connecta [Glass Rf] 5dr Xtronic',
'vin': None,
'year': 2022}
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120525415%27 HTTP/1.1" 200 None
2026-03-26 05:04:29 [astonbarclay.gb] INFO: Saving data for 120525415: {'auction_closing_time': 1774519200.0, 'created_time': 1774379599.415905, 'last_price_update_time': 1774501469.808615}
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120525415') HTTP/1.1" 204 0
2026-03-26 05:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7b95442e-ce38-55de-9bcf-bee027f329aa with identifier: 120598377
2026-03-26 05:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7b95442e-ce38-55de-9bcf-bee027f329aa with identifier: 120598377
2026-03-26 05:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7b95442e-ce38-55de-9bcf-bee027f329aa with identifier: 120598377 to the API
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120598377?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 128,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '7b95442e-ce38-55de-9bcf-bee027f329aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DA18DWO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120598377',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'CLA COUPE',
'odometer': 41925,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-22',
'seller_name': 'Mobilize Financial Services',
'title': 'MERCEDES-BENZ CLA COUPE CLA 180 AMG Line 4dr',
'transmission': 'manual',
'trim': 'CLA 180 AMG Line 4dr',
'vin': None,
'year': 2018}
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120598377%27 HTTP/1.1" 200 None
2026-03-26 05:04:30 [astonbarclay.gb] INFO: Saving data for 120598377: {'auction_closing_time': 1774519200.0, 'created_time': 1774379643.657167, 'last_price_update_time': 1774501470.468874}
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120598377') HTTP/1.1" 204 0
2026-03-26 05:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f5f932f3-0df5-5097-b3be-624b69512ace with identifier: 120476607
2026-03-26 05:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f5f932f3-0df5-5097-b3be-624b69512ace with identifier: 120476607
2026-03-26 05:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f5f932f3-0df5-5097-b3be-624b69512ace with identifier: 120476607 to the API
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476607?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'f5f932f3-0df5-5097-b3be-624b69512ace',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BT22EMK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476607',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 22182,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH N-Connecta 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476607%27 HTTP/1.1" 200 None
2026-03-26 05:04:30 [astonbarclay.gb] INFO: Saving data for 120476607: {'auction_closing_time': 1774519200.0, 'created_time': 1774379675.061395, 'last_price_update_time': 1774501470.768861}
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476607') HTTP/1.1" 204 0
2026-03-26 05:04:30 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295812, 'registration': 'OY71LZX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Acenta 40kWh 5dr Auto [6.6kw Charger]', 'mileage': 20683, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 394, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-20', 'fuel': 'Electric', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OY71LZX/2026-03-25/image/5343d30e-a587-4531-8d33-ad372bdd7c27_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/f0c53db5-dcbd-4d5e-8029-81f25b080b01_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/360544f2-5de5-4bef-b9f6-78e31e9f5f81_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/82d245ea-4400-4960-877e-747b434298f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/94237e54-30ed-4727-b547-b6df98857235_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/0fb11b5b-4caa-413a-847e-3b5289aea0d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/b85f4f54-b961-476c-91f7-e5659dc287d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/4b1a59ca-6821-4012-a2cc-f4d6bd55b4db_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23-5K 01/24-10K 01/25-14K 01/26-20K', 'remarks': 'SPARE KEY, VOSA STATES 14K 20K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5d501379-5013-4011-b69a-250e8e277bfb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:30 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295812, 'registration': 'OY71LZX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '110kW Acenta 40kWh 5dr Auto [6.6kw Charger]', 'mileage': 20683, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 394, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-20', 'fuel': 'Electric', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OY71LZX/2026-03-25/image/5343d30e-a587-4531-8d33-ad372bdd7c27_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/f0c53db5-dcbd-4d5e-8029-81f25b080b01_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/360544f2-5de5-4bef-b9f6-78e31e9f5f81_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/82d245ea-4400-4960-877e-747b434298f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/94237e54-30ed-4727-b547-b6df98857235_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/0fb11b5b-4caa-413a-847e-3b5289aea0d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/b85f4f54-b961-476c-91f7-e5659dc287d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OY71LZX/2026-03-25/image/4b1a59ca-6821-4012-a2cc-f4d6bd55b4db_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23-5K 01/24-10K 01/25-14K 01/26-20K', 'remarks': 'SPARE KEY, VOSA STATES 14K 20K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5d501379-5013-4011-b69a-250e8e277bfb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 493c900e-31ee-56e9-bf47-f6ea74af9f5f with identifier: 120295812
2026-03-26 05:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 493c900e-31ee-56e9-bf47-f6ea74af9f5f with scrape type 2
2026-03-26 05:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 493c900e-31ee-56e9-bf47-f6ea74af9f5f with scrape type 2
2026-03-26 05:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 493c900e-31ee-56e9-bf47-f6ea74af9f5f, identifier: 120295812
2026-03-26 05:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 493c900e-31ee-56e9-bf47-f6ea74af9f5f with identifier: 120295812
2026-03-26 05:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 493c900e-31ee-56e9-bf47-f6ea74af9f5f with identifier: 120295812
2026-03-26 05:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 493c900e-31ee-56e9-bf47-f6ea74af9f5f with identifier: 120295812 to the API
2026-03-26 05:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295812?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '493c900e-31ee-56e9-bf47-f6ea74af9f5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OY71LZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295812',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 20683,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 110kW Acenta 40kWh 5dr Auto [6.6kw Charger]',
'transmission': 'automatic',
'trim': '110kW Acenta 40kWh 5dr Auto [6.6kw Charger]',
'vin': None,
'year': 2022}
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295812%27 HTTP/1.1" 200 None
2026-03-26 05:04:31 [astonbarclay.gb] INFO: Saving data for 120295812: {'auction_closing_time': 1774519200.0, 'created_time': 1774379707.059082, 'last_price_update_time': 1774501471.351889}
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295812') HTTP/1.1" 204 0
2026-03-26 05:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295276?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120368389?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:31 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295276, 'registration': 'WM23KJE', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.6 E-TECH full hybrid 145 Engineered 5dr Auto', 'mileage': 46932, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 390, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-06-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM23KJE/2026-03-17/image/67a7d49e-8471-4b02-8597-f8c8fdef3324_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/89b48614-9ac4-4f66-b753-71d49afa37fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/f032d186-3411-408f-a57b-9eaf19bf9994_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/95ab5c6c-db70-4848-8c28-a35ecd46010a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/ad72779c-3a56-4225-9e9e-1c4a96fe5f6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/e42c3fe5-bbf2-4c12-944a-8d635a414471_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/4783a2c9-072d-4865-a51a-810478473f50_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/8d3c9cb4-eaba-43cc-90e3-4feb3ffcfc83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0c0cde43-b0ad-4806-ad7b-a40ab2821421.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:31 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295276, 'registration': 'WM23KJE', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.6 E-TECH full hybrid 145 Engineered 5dr Auto', 'mileage': 46932, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 390, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-06-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM23KJE/2026-03-17/image/67a7d49e-8471-4b02-8597-f8c8fdef3324_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/89b48614-9ac4-4f66-b753-71d49afa37fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/f032d186-3411-408f-a57b-9eaf19bf9994_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/95ab5c6c-db70-4848-8c28-a35ecd46010a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/ad72779c-3a56-4225-9e9e-1c4a96fe5f6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/e42c3fe5-bbf2-4c12-944a-8d635a414471_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/4783a2c9-072d-4865-a51a-810478473f50_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM23KJE/2026-03-17/image/8d3c9cb4-eaba-43cc-90e3-4feb3ffcfc83_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 97, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0c0cde43-b0ad-4806-ad7b-a40ab2821421.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fba4da1e-2f1f-5127-9286-6991f2d5bd6b with identifier: 120295276
2026-03-26 05:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fba4da1e-2f1f-5127-9286-6991f2d5bd6b with scrape type 2
2026-03-26 05:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fba4da1e-2f1f-5127-9286-6991f2d5bd6b with scrape type 2
2026-03-26 05:04:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fba4da1e-2f1f-5127-9286-6991f2d5bd6b, identifier: 120295276
2026-03-26 05:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fba4da1e-2f1f-5127-9286-6991f2d5bd6b with identifier: 120295276
2026-03-26 05:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fba4da1e-2f1f-5127-9286-6991f2d5bd6b with identifier: 120295276
2026-03-26 05:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fba4da1e-2f1f-5127-9286-6991f2d5bd6b with identifier: 120295276 to the API
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295276?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 97,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'fba4da1e-2f1f-5127-9286-6991f2d5bd6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM23KJE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295276',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 46932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-16',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT CLIO HATCHBACK 1.6 E-TECH full hybrid 145 Engineered 5dr '
'Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH full hybrid 145 Engineered 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295276%27 HTTP/1.1" 200 None
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Saving data for 120295276: {'auction_closing_time': 1774519200.0, 'created_time': 1774379638.594072, 'last_price_update_time': 1774501472.087569}
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295276') HTTP/1.1" 204 0
2026-03-26 05:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120400611?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476870?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120401646?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295802?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120368389, 'registration': 'DX22XSM', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 N-Connecta [Glass Roof] 5dr', 'mileage': 32254, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 389, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DX22XSM/2026-03-12/image/def575ff-3837-4cb1-a9a0-226d1392ad72_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/c5713853-2bd2-4ace-8826-f3d5bacb176e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/c135a341-ddc4-4dbe-becf-72cf4ba61c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/a88e931a-dbba-47ad-a646-e2c5ae5f8d68_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/c64abed9-a272-4d8b-a21e-999563ba00ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/846bad83-52ef-4883-b726-71b87fc24314_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/34954f8e-c940-49b3-a585-df4b27b48d4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/bf125c2c-63d4-4fff-8675-f79b481bfb3d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23-8K 04/24-17K 02/25-23K', 'remarks': 'SPARE KEY, VOSA STATES 23K 31K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a293c00-a375-474c-acec-6693e9a15856.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120368389, 'registration': 'DX22XSM', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 N-Connecta [Glass Roof] 5dr', 'mileage': 32254, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 389, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DX22XSM/2026-03-12/image/def575ff-3837-4cb1-a9a0-226d1392ad72_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/c5713853-2bd2-4ace-8826-f3d5bacb176e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/c135a341-ddc4-4dbe-becf-72cf4ba61c5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/a88e931a-dbba-47ad-a646-e2c5ae5f8d68_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/c64abed9-a272-4d8b-a21e-999563ba00ef_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/846bad83-52ef-4883-b726-71b87fc24314_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/34954f8e-c940-49b3-a585-df4b27b48d4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22XSM/2026-03-12/image/bf125c2c-63d4-4fff-8675-f79b481bfb3d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23-8K 04/24-17K 02/25-23K', 'remarks': 'SPARE KEY, VOSA STATES 23K 31K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 145, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2a293c00-a375-474c-acec-6693e9a15856.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfcbf634-be42-5871-93a7-64bd5dc34ced with identifier: 120368389
2026-03-26 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfcbf634-be42-5871-93a7-64bd5dc34ced with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfcbf634-be42-5871-93a7-64bd5dc34ced with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: bfcbf634-be42-5871-93a7-64bd5dc34ced, identifier: 120368389
2026-03-26 05:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: bfcbf634-be42-5871-93a7-64bd5dc34ced with identifier: 120368389
2026-03-26 05:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: bfcbf634-be42-5871-93a7-64bd5dc34ced with identifier: 120368389
2026-03-26 05:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: bfcbf634-be42-5871-93a7-64bd5dc34ced with identifier: 120368389 to the API
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120368389?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 145,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'bfcbf634-be42-5871-93a7-64bd5dc34ced',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DX22XSM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120368389',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 32254,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-23',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 N-Connecta [Glass Roof] '
'5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH 158 N-Connecta [Glass Roof] 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120368389%27 HTTP/1.1" 200 None
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Saving data for 120368389: {'auction_closing_time': 1774519200.0, 'created_time': 1774379619.209549, 'last_price_update_time': 1774501472.502317}
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120368389') HTTP/1.1" 204 0
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120400611, 'registration': 'DV24EVM', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 23790, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 387, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-03-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV24EVM/2026-03-12/image/4c629fd1-55b2-43d1-aa09-7f7062ec2a1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/0bd1a3d8-b86f-4404-a1ac-2491f061fdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/8d3842df-01d9-44d3-8db6-9ed537ce2956_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/8b5bebd4-e944-4356-9472-935f705c1a7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/d6e82af4-ed67-4a7a-bc98-72881df6cbd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/62c7433a-9dcb-4a51-83bd-2d49895f0a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/b4d852cb-2596-4ba6-a9ea-c00cc8faa39d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/cc833153-8bff-4ffb-8907-da9f2e6e1e57_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/25 11K 02/26 23K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2bda687e-4977-4036-bba7-b05c497baae3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120400611, 'registration': 'DV24EVM', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 23790, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 387, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-03-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV24EVM/2026-03-12/image/4c629fd1-55b2-43d1-aa09-7f7062ec2a1a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/0bd1a3d8-b86f-4404-a1ac-2491f061fdc3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/8d3842df-01d9-44d3-8db6-9ed537ce2956_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/8b5bebd4-e944-4356-9472-935f705c1a7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/d6e82af4-ed67-4a7a-bc98-72881df6cbd7_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/62c7433a-9dcb-4a51-83bd-2d49895f0a80_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/b4d852cb-2596-4ba6-a9ea-c00cc8faa39d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV24EVM/2026-03-12/image/cc833153-8bff-4ffb-8907-da9f2e6e1e57_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/25 11K 02/26 23K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 112, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2bda687e-4977-4036-bba7-b05c497baae3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f48849e3-1371-52c7-853b-6a0e543ce4d5 with identifier: 120400611
2026-03-26 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f48849e3-1371-52c7-853b-6a0e543ce4d5 with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f48849e3-1371-52c7-853b-6a0e543ce4d5 with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f48849e3-1371-52c7-853b-6a0e543ce4d5, identifier: 120400611
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476870, 'registration': 'LL71KJU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '160kW e+ N-Connecta 62kWh 5dr Auto', 'mileage': 30371, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 388, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-31', 'fuel': 'Electric', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL71KJU/2026-03-23/image/917f2691-df27-498c-ab91-6e2b3f147a7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/24390774-56c3-4bbb-9b9a-405b886d8774_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/bc723da6-01f4-41b9-8464-bdd9d206f5d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/df600fa1-29a4-4717-ac41-fecacf2a06ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/8f2cba0f-7295-4fd8-884b-5d32f1e7d062_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/b6d1e63a-ea39-4e45-8205-b372eacc5ad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/e9576b4a-f61c-41ad-9b7f-3fb01c4bd1ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/8ae18c56-354b-4f87-a8a1-d2af99792510_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23 6K 10/24 17K 12/25K 28K', 'remarks': 'VOSA STATES 19K 28K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5845a8ca-b014-4dbd-9828-faae6ce424c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476870, 'registration': 'LL71KJU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '160kW e+ N-Connecta 62kWh 5dr Auto', 'mileage': 30371, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 388, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-31', 'fuel': 'Electric', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LL71KJU/2026-03-23/image/917f2691-df27-498c-ab91-6e2b3f147a7f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/24390774-56c3-4bbb-9b9a-405b886d8774_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/bc723da6-01f4-41b9-8464-bdd9d206f5d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/df600fa1-29a4-4717-ac41-fecacf2a06ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/8f2cba0f-7295-4fd8-884b-5d32f1e7d062_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/b6d1e63a-ea39-4e45-8205-b372eacc5ad8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/e9576b4a-f61c-41ad-9b7f-3fb01c4bd1ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/LL71KJU/2026-03-23/image/8ae18c56-354b-4f87-a8a1-d2af99792510_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 01/23 6K 10/24 17K 12/25K 28K', 'remarks': 'VOSA STATES 19K 28K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5845a8ca-b014-4dbd-9828-faae6ce424c0.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18d456f6-1414-5ba2-a04c-5f28ee0d9817 with identifier: 120476870
2026-03-26 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18d456f6-1414-5ba2-a04c-5f28ee0d9817 with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18d456f6-1414-5ba2-a04c-5f28ee0d9817 with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18d456f6-1414-5ba2-a04c-5f28ee0d9817, identifier: 120476870
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120401646, 'registration': 'DE68JAO', 'account': 'RCI001', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2 Elite Nav 5dr', 'mileage': 14067, 'mileageWarranty': False, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 386, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-10-03', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DE68JAO/2026-03-13/image/d1236372-43aa-403b-91b4-f84b5fa9f4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/565c1268-a6f0-4680-a8aa-b3d7300f4353_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/70b49399-5069-4a1d-92a1-8f309cc50dff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/d904a456-a64f-42f5-ac59-fec7e7ba96fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/779a88cc-a1ae-4883-b9cc-8f90c3ac2526_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/fe384ae5-075c-4225-b3c6-7965601f8131_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/1a1f36d6-22ed-456c-8ca4-07d5ec2716f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/8dc4537d-c31a-43dd-823d-09b62ad04472_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/19 2k 10/20 4k km 09/21 4k 02/23 7k 02/24 9k 07/25 12k', 'remarks': 'VOSA DISCREPANCY, SPARE KEY - VOSA STATES 4K 11K 9K 11K 14K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/089ee24a-9faf-4d40-b567-e45e14065cf4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120401646, 'registration': 'DE68JAO', 'account': 'RCI001', 'make': 'VAUXHALL', 'model': 'CROSSLAND X HATCHBACK', 'derivative': '1.2 Elite Nav 5dr', 'mileage': 14067, 'mileageWarranty': False, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 386, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-10-03', 'fuel': 'Petrol', 'motExpiry': '2027-02-18', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DE68JAO/2026-03-13/image/d1236372-43aa-403b-91b4-f84b5fa9f4c2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/565c1268-a6f0-4680-a8aa-b3d7300f4353_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/70b49399-5069-4a1d-92a1-8f309cc50dff_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/d904a456-a64f-42f5-ac59-fec7e7ba96fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/779a88cc-a1ae-4883-b9cc-8f90c3ac2526_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/fe384ae5-075c-4225-b3c6-7965601f8131_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/1a1f36d6-22ed-456c-8ca4-07d5ec2716f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DE68JAO/2026-03-13/image/8dc4537d-c31a-43dd-823d-09b62ad04472_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/19 2k 10/20 4k km 09/21 4k 02/23 7k 02/24 9k 07/25 12k', 'remarks': 'VOSA DISCREPANCY, SPARE KEY - VOSA STATES 4K 11K 9K 11K 14K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 117, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/089ee24a-9faf-4d40-b567-e45e14065cf4.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1282a35f-065b-5e07-8078-426930ed0cda with identifier: 120401646
2026-03-26 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1282a35f-065b-5e07-8078-426930ed0cda with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1282a35f-065b-5e07-8078-426930ed0cda with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1282a35f-065b-5e07-8078-426930ed0cda, identifier: 120401646
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295802, 'registration': 'MK22BNN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '160kW e+ N-Connecta 62kWh 5dr Auto', 'mileage': 22604, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 385, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Electric', 'motExpiry': '2026-03-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK22BNN/2026-03-17/image/3f6ae4ab-194d-4261-a209-2162867aa2b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/a12428f7-e2c4-44e1-9185-1a659474bd6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/5e37d3b3-86af-448c-afe9-4bf2fdb95b94_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/069539fc-6a71-4c65-914f-627cdb0f91eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/e235b6f2-563a-48b5-91fa-239bc3cefe14_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/06ca6da9-30ed-40ef-91a9-902aa2e15ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/6ddc338a-c75e-4ea2-a7ea-5ca6a8c2a8de_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/5a699900-ac5d-4abe-9c55-7333cb39fe79_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/23 4K 08/24 13K 03/25 17K', 'remarks': 'FIRST HALF OF V5, VOSA STATES 17K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c4d058c-757d-476a-8cfa-c15ff15f59d2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295802, 'registration': 'MK22BNN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '160kW e+ N-Connecta 62kWh 5dr Auto', 'mileage': 22604, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 385, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Electric', 'motExpiry': '2026-03-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MK22BNN/2026-03-17/image/3f6ae4ab-194d-4261-a209-2162867aa2b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/a12428f7-e2c4-44e1-9185-1a659474bd6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/5e37d3b3-86af-448c-afe9-4bf2fdb95b94_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/069539fc-6a71-4c65-914f-627cdb0f91eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/e235b6f2-563a-48b5-91fa-239bc3cefe14_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/06ca6da9-30ed-40ef-91a9-902aa2e15ae7_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/6ddc338a-c75e-4ea2-a7ea-5ca6a8c2a8de_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK22BNN/2026-03-17/image/5a699900-ac5d-4abe-9c55-7333cb39fe79_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/23 4K 08/24 13K 03/25 17K', 'remarks': 'FIRST HALF OF V5, VOSA STATES 17K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3c4d058c-757d-476a-8cfa-c15ff15f59d2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 071ae46a-7d53-51e9-b736-ae173aea9e88 with identifier: 120295802
2026-03-26 05:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 071ae46a-7d53-51e9-b736-ae173aea9e88 with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 071ae46a-7d53-51e9-b736-ae173aea9e88 with scrape type 2
2026-03-26 05:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 071ae46a-7d53-51e9-b736-ae173aea9e88, identifier: 120295802
2026-03-26 05:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f48849e3-1371-52c7-853b-6a0e543ce4d5 with identifier: 120400611
2026-03-26 05:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f48849e3-1371-52c7-853b-6a0e543ce4d5 with identifier: 120400611
2026-03-26 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f48849e3-1371-52c7-853b-6a0e543ce4d5 with identifier: 120400611 to the API
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120400611?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 112,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'f48849e3-1371-52c7-853b-6a0e543ce4d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV24EVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120400611',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 23790,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-22',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120400611%27 HTTP/1.1" 200 None
2026-03-26 05:04:33 [astonbarclay.gb] INFO: Saving data for 120400611: {'auction_closing_time': 1774519200.0, 'created_time': 1774379629.32428, 'last_price_update_time': 1774501473.197345}
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120400611') HTTP/1.1" 204 0
2026-03-26 05:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18d456f6-1414-5ba2-a04c-5f28ee0d9817 with identifier: 120476870
2026-03-26 05:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18d456f6-1414-5ba2-a04c-5f28ee0d9817 with identifier: 120476870
2026-03-26 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18d456f6-1414-5ba2-a04c-5f28ee0d9817 with identifier: 120476870 to the API
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476870?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '18d456f6-1414-5ba2-a04c-5f28ee0d9817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL71KJU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476870',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 30371,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 160kW e+ N-Connecta 62kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW e+ N-Connecta 62kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476870%27 HTTP/1.1" 200 None
2026-03-26 05:04:33 [astonbarclay.gb] INFO: Saving data for 120476870: {'auction_closing_time': 1774519200.0, 'created_time': 1774379633.471404, 'last_price_update_time': 1774501473.496295}
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476870') HTTP/1.1" 204 0
2026-03-26 05:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1282a35f-065b-5e07-8078-426930ed0cda with identifier: 120401646
2026-03-26 05:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1282a35f-065b-5e07-8078-426930ed0cda with identifier: 120401646
2026-03-26 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1282a35f-065b-5e07-8078-426930ed0cda with identifier: 120401646 to the API
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120401646?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 117,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '1282a35f-065b-5e07-8078-426930ed0cda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DE68JAO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120401646',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'CROSSLAND X HATCHBACK',
'odometer': 14067,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-03',
'seller_name': 'Mobilize Financial Services',
'title': 'VAUXHALL CROSSLAND X HATCHBACK 1.2 Elite Nav 5dr',
'transmission': 'manual',
'trim': '1.2 Elite Nav 5dr',
'vin': None,
'year': 2018}
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120401646%27 HTTP/1.1" 200 None
2026-03-26 05:04:33 [astonbarclay.gb] INFO: Saving data for 120401646: {'auction_closing_time': 1774519200.0, 'created_time': 1774379616.691551, 'last_price_update_time': 1774501473.795065}
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120401646') HTTP/1.1" 204 0
2026-03-26 05:04:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 071ae46a-7d53-51e9-b736-ae173aea9e88 with identifier: 120295802
2026-03-26 05:04:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 071ae46a-7d53-51e9-b736-ae173aea9e88 with identifier: 120295802
2026-03-26 05:04:33 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 071ae46a-7d53-51e9-b736-ae173aea9e88 with identifier: 120295802 to the API
2026-03-26 05:04:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295802?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '071ae46a-7d53-51e9-b736-ae173aea9e88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MK22BNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295802',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 22604,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 160kW e+ N-Connecta 62kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW e+ N-Connecta 62kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295802%27 HTTP/1.1" 200 None
2026-03-26 05:04:35 [astonbarclay.gb] INFO: Saving data for 120295802: {'auction_closing_time': 1774519200.0, 'created_time': 1774379698.506318, 'last_price_update_time': 1774501475.572412}
2026-03-26 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295802') HTTP/1.1" 204 0
2026-03-26 05:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295716?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120676520?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295716, 'registration': 'EY71HMA', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '160kW e+ N-Connecta 62kWh 5dr Auto', 'mileage': 25312, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 383, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-31', 'fuel': 'Electric', 'motExpiry': '2026-11-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY71HMA/2026-03-17/image/03db519e-9abd-4842-ae4d-9ff57b3e96e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/1d6fccbe-e601-4240-b686-82677057aa4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/fe0f9617-c539-4f5b-ab56-80c90698637c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/cd452720-6b11-4be9-9c6e-bd36f3a2f4e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/51b5de4b-ec24-4db5-b3ef-5cb440a4f7ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/80c82f3b-2543-4255-ada7-e48c77e283e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/c1b25518-c094-44d4-8972-a0da9146aa98_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/ddb42af7-be11-47bb-a71f-2f253e24f0f5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/22-6K 12/23-12K 11/25-24K', 'remarks': 'SPARE KEY VOSA STATES 18K 24K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/462dd504-84fa-48a8-b2cf-76c9a7cc5076.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295716, 'registration': 'EY71HMA', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'LEAF HATCHBACK', 'derivative': '160kW e+ N-Connecta 62kWh 5dr Auto', 'mileage': 25312, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 383, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-12-31', 'fuel': 'Electric', 'motExpiry': '2026-11-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EY71HMA/2026-03-17/image/03db519e-9abd-4842-ae4d-9ff57b3e96e7_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/1d6fccbe-e601-4240-b686-82677057aa4d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/fe0f9617-c539-4f5b-ab56-80c90698637c_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/cd452720-6b11-4be9-9c6e-bd36f3a2f4e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/51b5de4b-ec24-4db5-b3ef-5cb440a4f7ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/80c82f3b-2543-4255-ada7-e48c77e283e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/c1b25518-c094-44d4-8972-a0da9146aa98_removebg.jpg?w=600', 'https://abimg003.imgix.net/EY71HMA/2026-03-17/image/ddb42af7-be11-47bb-a71f-2f253e24f0f5_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/22-6K 12/23-12K 11/25-24K', 'remarks': 'SPARE KEY VOSA STATES 18K 24K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/462dd504-84fa-48a8-b2cf-76c9a7cc5076.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22dcef37-c1d5-5493-80db-434440aca761 with identifier: 120295716
2026-03-26 05:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22dcef37-c1d5-5493-80db-434440aca761 with scrape type 2
2026-03-26 05:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22dcef37-c1d5-5493-80db-434440aca761 with scrape type 2
2026-03-26 05:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22dcef37-c1d5-5493-80db-434440aca761, identifier: 120295716
2026-03-26 05:04:35 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120676520, 'registration': 'DX22YTS', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH N-Connecta 5dr', 'mileage': 30320, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 384, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DX22YTS/2026-03-23/image/012664e0-aa5d-4c1d-9a01-0f99114039a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/6ad23499-c547-4bc5-a09c-26da22df58d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/e21738eb-5b84-44ed-b327-8fe5fed0d9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/e3d01a0b-20ba-4cbe-8052-e58bb1243fee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/2c790d6f-e2ec-4a89-9054-2a5a42bf4b4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/a4783e3c-6f4e-4c7e-b1e1-cd53afe67aa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/33892613-bf02-444d-914f-9ffbe32a29f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/c1a13949-59ca-4914-ac72-46f600defe0d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/23 7K 0524 14K 04/25 20K', 'remarks': 'VOSA STATES 20K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89d2d6fe-8cdc-40a6-8d55-6d28c3ac9ba8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:35 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120676520, 'registration': 'DX22YTS', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH N-Connecta 5dr', 'mileage': 30320, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 384, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-04-22', 'fuel': 'Petrol', 'motExpiry': '2026-04-21', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DX22YTS/2026-03-23/image/012664e0-aa5d-4c1d-9a01-0f99114039a5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/6ad23499-c547-4bc5-a09c-26da22df58d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/e21738eb-5b84-44ed-b327-8fe5fed0d9b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/e3d01a0b-20ba-4cbe-8052-e58bb1243fee_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/2c790d6f-e2ec-4a89-9054-2a5a42bf4b4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/a4783e3c-6f4e-4c7e-b1e1-cd53afe67aa2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/33892613-bf02-444d-914f-9ffbe32a29f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DX22YTS/2026-03-23/image/c1a13949-59ca-4914-ac72-46f600defe0d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/23 7K 0524 14K 04/25 20K', 'remarks': 'VOSA STATES 20K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/89d2d6fe-8cdc-40a6-8d55-6d28c3ac9ba8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37e20a06-6822-535c-8a37-fcd996d995f2 with identifier: 120676520
2026-03-26 05:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37e20a06-6822-535c-8a37-fcd996d995f2 with scrape type 2
2026-03-26 05:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37e20a06-6822-535c-8a37-fcd996d995f2 with scrape type 2
2026-03-26 05:04:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 37e20a06-6822-535c-8a37-fcd996d995f2, identifier: 120676520
2026-03-26 05:04:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22dcef37-c1d5-5493-80db-434440aca761 with identifier: 120295716
2026-03-26 05:04:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22dcef37-c1d5-5493-80db-434440aca761 with identifier: 120295716
2026-03-26 05:04:35 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22dcef37-c1d5-5493-80db-434440aca761 with identifier: 120295716 to the API
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295716?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '22dcef37-c1d5-5493-80db-434440aca761',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EY71HMA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295716',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'LEAF HATCHBACK',
'odometer': 25312,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN LEAF HATCHBACK 160kW e+ N-Connecta 62kWh 5dr Auto',
'transmission': 'automatic',
'trim': '160kW e+ N-Connecta 62kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295716%27 HTTP/1.1" 200 None
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Saving data for 120295716: {'auction_closing_time': 1774519200.0, 'created_time': 1774379744.302133, 'last_price_update_time': 1774501476.192174}
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295716') HTTP/1.1" 204 0
2026-03-26 05:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 37e20a06-6822-535c-8a37-fcd996d995f2 with identifier: 120676520
2026-03-26 05:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 37e20a06-6822-535c-8a37-fcd996d995f2 with identifier: 120676520
2026-03-26 05:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 37e20a06-6822-535c-8a37-fcd996d995f2 with identifier: 120676520 to the API
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120676520?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '37e20a06-6822-535c-8a37-fcd996d995f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DX22YTS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120676520',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 30320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH N-Connecta 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120676520%27 HTTP/1.1" 200 None
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Saving data for 120676520: {'auction_closing_time': 1774519200.0, 'created_time': 1774260345.680726, 'last_price_update_time': 1774501476.482492}
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120676520') HTTP/1.1" 204 0
2026-03-26 05:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120572433?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119808598?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295379?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476818?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120572433, 'registration': 'NH19YLY', 'account': 'RCI001', 'make': 'VAUXHALL', 'model': 'GRANDLAND X DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Tech Line Nav 5dr', 'mileage': 85964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 354, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-08-16', 'fuel': 'Diesel', 'motExpiry': '2026-04-20', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NH19YLY/2026-03-18/image/613f6e38-f0f5-4697-a259-f173e9ece6f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/1c136b16-2bb0-4f48-bc1e-728e64417594_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/32525e7d-eb0f-407c-a147-86f0414561bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/c8aebe19-46a6-4161-9279-1521e72d3c02_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/8eefa806-1d7c-4050-a290-c95d855586b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/9a5d05f9-3f9f-44a5-8638-77bdf308c7a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/fe8ff01e-5f94-44a6-a514-fcb0674e718c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/3fb9c68d-4b1d-43d3-93af-e435795e9389_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K 38K 49K 67K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b84b8a1-a69b-4f8f-b63c-8cdcb249b587.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120572433, 'registration': 'NH19YLY', 'account': 'RCI001', 'make': 'VAUXHALL', 'model': 'GRANDLAND X DIESEL HATCHBACK', 'derivative': '1.5 Turbo D Tech Line Nav 5dr', 'mileage': 85964, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 354, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2019-08-16', 'fuel': 'Diesel', 'motExpiry': '2026-04-20', 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NH19YLY/2026-03-18/image/613f6e38-f0f5-4697-a259-f173e9ece6f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/1c136b16-2bb0-4f48-bc1e-728e64417594_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/32525e7d-eb0f-407c-a147-86f0414561bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/c8aebe19-46a6-4161-9279-1521e72d3c02_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/8eefa806-1d7c-4050-a290-c95d855586b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/9a5d05f9-3f9f-44a5-8638-77bdf308c7a7_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/fe8ff01e-5f94-44a6-a514-fcb0674e718c_removebg.jpg?w=600', 'https://abimg003.imgix.net/NH19YLY/2026-03-18/image/3fb9c68d-4b1d-43d3-93af-e435795e9389_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 30K 38K 49K 67K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 113, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5b84b8a1-a69b-4f8f-b63c-8cdcb249b587.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac with identifier: 120572433
2026-03-26 05:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac with scrape type 2
2026-03-26 05:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac with scrape type 2
2026-03-26 05:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac, identifier: 120572433
2026-03-26 05:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac with identifier: 120572433
2026-03-26 05:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac with identifier: 120572433
2026-03-26 05:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 43dfe5c1-8a2c-580d-8489-a6e20e1d29ac with identifier: 120572433 to the API
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120572433?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 113,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '43dfe5c1-8a2c-580d-8489-a6e20e1d29ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'NH19YLY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120572433',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VAUXHALL',
'model': 'GRANDLAND X DIESEL HATCHBACK',
'odometer': 85964,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-16',
'seller_name': 'Mobilize Financial Services',
'title': 'VAUXHALL GRANDLAND X DIESEL HATCHBACK 1.5 Turbo D Tech Line Nav 5dr',
'transmission': 'manual',
'trim': '1.5 Turbo D Tech Line Nav 5dr',
'vin': None,
'year': 2019}
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120572433%27 HTTP/1.1" 200 None
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Saving data for 120572433: {'auction_closing_time': 1774519200.0, 'created_time': 1774379716.976426, 'last_price_update_time': 1774501476.965095}
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120572433') HTTP/1.1" 204 0
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119808598, 'registration': 'DN24LVY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 12962, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 353, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-04', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN24LVY/2026-02-20/image/45f5a75b-b8bd-44ee-8258-2b9ebc72bbbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/d628e28b-1b22-4587-804e-de08e08a9ad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/e0be291c-50c1-4a38-b479-698f32dbe6d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/72963fb1-713b-4df3-8dd2-b7ccd5d0cd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/9a2ae1fb-086b-4470-83a5-a5428c612898_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/42a2680b-81da-452d-908d-4b638cff2d26_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/7ecefa01-327e-4fab-9c62-4f54c1ced3bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/af831527-8c0b-4d3f-8ca7-a0eb47a0fa7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/fef0458a-f4f0-4e10-af04-237da41320f5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/04deb68c-7062-4483-8b70-f52d5ad1c318.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:36 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119808598, 'registration': 'DN24LVY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 12962, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 353, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-04', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN24LVY/2026-02-20/image/45f5a75b-b8bd-44ee-8258-2b9ebc72bbbc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/d628e28b-1b22-4587-804e-de08e08a9ad9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/e0be291c-50c1-4a38-b479-698f32dbe6d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/72963fb1-713b-4df3-8dd2-b7ccd5d0cd37_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/9a2ae1fb-086b-4470-83a5-a5428c612898_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/42a2680b-81da-452d-908d-4b638cff2d26_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/7ecefa01-327e-4fab-9c62-4f54c1ced3bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/af831527-8c0b-4d3f-8ca7-a0eb47a0fa7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN24LVY/2026-02-20/image/fef0458a-f4f0-4e10-af04-237da41320f5_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/04deb68c-7062-4483-8b70-f52d5ad1c318.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89fe9ee0-4166-5e2c-a353-7f12171852c8 with identifier: 119808598
2026-03-26 05:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89fe9ee0-4166-5e2c-a353-7f12171852c8 with scrape type 2
2026-03-26 05:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89fe9ee0-4166-5e2c-a353-7f12171852c8 with scrape type 2
2026-03-26 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 89fe9ee0-4166-5e2c-a353-7f12171852c8, identifier: 119808598
2026-03-26 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295379, 'registration': 'YL72CVN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr', 'mileage': 8041, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 351, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-02-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL72CVN/2026-03-16/image/f060eac5-e2f7-43c1-95af-db608c95e8b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/859759d0-50da-469a-ae94-3e6ccc2b89e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/9fd48201-f342-4a24-a5d2-07e346b042c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/303cccb4-862e-4022-9ef4-4e4f38fed111_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/b011c522-84e3-4416-910c-a86a18cd84ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/9e261e07-4ea6-4d58-a0e9-05252c7e77a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/667f8797-12ff-490c-a14f-10ed4dc1aaea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 2K 03/25 3K 02/26 7K', 'remarks': 'VOSA STATES 7K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0b53681f-a00f-4850-9763-803f8462b75a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295379, 'registration': 'YL72CVN', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr', 'mileage': 8041, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 351, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2023-02-27', 'fuel': 'Petrol', 'motExpiry': '2027-02-26', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YL72CVN/2026-03-16/image/f060eac5-e2f7-43c1-95af-db608c95e8b1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/859759d0-50da-469a-ae94-3e6ccc2b89e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/9fd48201-f342-4a24-a5d2-07e346b042c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/303cccb4-862e-4022-9ef4-4e4f38fed111_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/b011c522-84e3-4416-910c-a86a18cd84ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/9e261e07-4ea6-4d58-a0e9-05252c7e77a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YL72CVN/2026-03-16/image/667f8797-12ff-490c-a14f-10ed4dc1aaea_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 2K 03/25 3K 02/26 7K', 'remarks': 'VOSA STATES 7K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 133, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0b53681f-a00f-4850-9763-803f8462b75a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 876d7b10-9518-5481-88d8-68afc8f6b818 with identifier: 120295379
2026-03-26 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 876d7b10-9518-5481-88d8-68afc8f6b818 with scrape type 2
2026-03-26 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 876d7b10-9518-5481-88d8-68afc8f6b818 with scrape type 2
2026-03-26 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 876d7b10-9518-5481-88d8-68afc8f6b818, identifier: 120295379
2026-03-26 05:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 89fe9ee0-4166-5e2c-a353-7f12171852c8 with identifier: 119808598
2026-03-26 05:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 89fe9ee0-4166-5e2c-a353-7f12171852c8 with identifier: 119808598
2026-03-26 05:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 89fe9ee0-4166-5e2c-a353-7f12171852c8 with identifier: 119808598 to the API
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119808598?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '89fe9ee0-4166-5e2c-a353-7f12171852c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN24LVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119808598',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 12962,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-04',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119808598%27 HTTP/1.1" 200 None
2026-03-26 05:04:37 [astonbarclay.gb] INFO: Saving data for 119808598: {'auction_closing_time': 1774519200.0, 'created_time': 1774379715.83767, 'last_price_update_time': 1774501477.472801}
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119808598') HTTP/1.1" 204 0
2026-03-26 05:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 876d7b10-9518-5481-88d8-68afc8f6b818 with identifier: 120295379
2026-03-26 05:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 876d7b10-9518-5481-88d8-68afc8f6b818 with identifier: 120295379
2026-03-26 05:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 876d7b10-9518-5481-88d8-68afc8f6b818 with identifier: 120295379 to the API
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295379?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 133,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '876d7b10-9518-5481-88d8-68afc8f6b818',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YL72CVN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295379',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 8041,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-27',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 N-Connecta 5dr',
'vin': None,
'year': 2023}
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295379%27 HTTP/1.1" 200 None
2026-03-26 05:04:37 [astonbarclay.gb] INFO: Saving data for 120295379: {'auction_closing_time': 1774519200.0, 'created_time': 1774379728.792751, 'last_price_update_time': 1774501477.785463}
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295379') HTTP/1.1" 204 0
2026-03-26 05:04:37 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476818, 'registration': 'DV72MDZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 20252, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 352, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-15', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/08ac60f6-2132-41a5-92fd-ee1e06e9c9e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/7e0df0e6-fd3b-46e6-aa5a-8aeb287982ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/2dd5cb56-994f-4a28-889f-7ab124a6b07c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/dc1d8376-a189-4c60-852b-7267d0ab0f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/a85d3c38-4049-4296-af26-dbb7f8b2607d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/fe1f2ce5-1337-4e24-835c-6c17bd700043_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/a486cec7-6ac8-45f6-96ff-128f9932de96_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 9K 10/25 18K', 'remarks': 'VOSA STATES 18K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/86d4bba9-52b1-4f7a-ae32-3d9689a87dd5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:37 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476818, 'registration': 'DV72MDZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 20252, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 352, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-09-30', 'fuel': 'Petrol', 'motExpiry': '2026-10-15', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/08ac60f6-2132-41a5-92fd-ee1e06e9c9e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/7e0df0e6-fd3b-46e6-aa5a-8aeb287982ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/2dd5cb56-994f-4a28-889f-7ab124a6b07c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/dc1d8376-a189-4c60-852b-7267d0ab0f41_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/a85d3c38-4049-4296-af26-dbb7f8b2607d_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/fe1f2ce5-1337-4e24-835c-6c17bd700043_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72MDZ/2026-03-20/image/a486cec7-6ac8-45f6-96ff-128f9932de96_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/24 9K 10/25 18K', 'remarks': 'VOSA STATES 18K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/86d4bba9-52b1-4f7a-ae32-3d9689a87dd5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 767c7727-c060-56e8-8137-afc9fd871887 with identifier: 120476818
2026-03-26 05:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 767c7727-c060-56e8-8137-afc9fd871887 with scrape type 2
2026-03-26 05:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 767c7727-c060-56e8-8137-afc9fd871887 with scrape type 2
2026-03-26 05:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 767c7727-c060-56e8-8137-afc9fd871887, identifier: 120476818
2026-03-26 05:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 767c7727-c060-56e8-8137-afc9fd871887 with identifier: 120476818
2026-03-26 05:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 767c7727-c060-56e8-8137-afc9fd871887 with identifier: 120476818
2026-03-26 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 767c7727-c060-56e8-8137-afc9fd871887 with identifier: 120476818 to the API
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476818?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '767c7727-c060-56e8-8137-afc9fd871887',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV72MDZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476818',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 20252,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH Acenta Premium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476818%27 HTTP/1.1" 200 None
2026-03-26 05:04:38 [astonbarclay.gb] INFO: Saving data for 120476818: {'auction_closing_time': 1774519200.0, 'created_time': 1774001039.522305, 'last_price_update_time': 1774501478.185599}
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476818') HTTP/1.1" 204 0
2026-03-26 05:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295334?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120622168?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295334, 'registration': 'YF72FFG', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.0 TCe 90 Evolution 5dr', 'mileage': 17952, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 346, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF72FFG/2026-03-25/image/46abfa26-3978-4fd8-ac95-9e240f75d301_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/00e9ff9e-09d7-4e1f-8a7d-cd43b9cafd0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/2fd04647-2fd3-4231-b067-033a3a81e00b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/0a22289d-fa08-49fd-94fe-f230667a0baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/802b2068-af36-4dc6-bb57-00c9201f085e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/c2de9474-6195-4485-bc9c-4bf31c2dba0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/5a540b24-fe69-4d93-8ce0-b3ba2d32f5d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/3fa4d570-5513-4024-8ad7-12ea07f05382_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23 5K 11/24 12K 11/25 16K', 'remarks': 'VOSA STATES 17K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4e677eb8-3023-4784-aeb6-f532b9552167.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295334, 'registration': 'YF72FFG', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CLIO HATCHBACK', 'derivative': '1.0 TCe 90 Evolution 5dr', 'mileage': 17952, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 346, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-11-29', 'fuel': 'Petrol', 'motExpiry': '2026-11-28', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YF72FFG/2026-03-25/image/46abfa26-3978-4fd8-ac95-9e240f75d301_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/00e9ff9e-09d7-4e1f-8a7d-cd43b9cafd0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/2fd04647-2fd3-4231-b067-033a3a81e00b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/0a22289d-fa08-49fd-94fe-f230667a0baa_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/802b2068-af36-4dc6-bb57-00c9201f085e_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/c2de9474-6195-4485-bc9c-4bf31c2dba0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/5a540b24-fe69-4d93-8ce0-b3ba2d32f5d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/YF72FFG/2026-03-25/image/3fa4d570-5513-4024-8ad7-12ea07f05382_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23 5K 11/24 12K 11/25 16K', 'remarks': 'VOSA STATES 17K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 119, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4e677eb8-3023-4784-aeb6-f532b9552167.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b925b2ce-79a0-530e-9571-67f3cf078d2e with identifier: 120295334
2026-03-26 05:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b925b2ce-79a0-530e-9571-67f3cf078d2e with scrape type 2
2026-03-26 05:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b925b2ce-79a0-530e-9571-67f3cf078d2e with scrape type 2
2026-03-26 05:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b925b2ce-79a0-530e-9571-67f3cf078d2e, identifier: 120295334
2026-03-26 05:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b925b2ce-79a0-530e-9571-67f3cf078d2e with identifier: 120295334
2026-03-26 05:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b925b2ce-79a0-530e-9571-67f3cf078d2e with identifier: 120295334
2026-03-26 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b925b2ce-79a0-530e-9571-67f3cf078d2e with identifier: 120295334 to the API
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295334?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 119,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'b925b2ce-79a0-530e-9571-67f3cf078d2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YF72FFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295334',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'CLIO HATCHBACK',
'odometer': 17952,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-29',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT CLIO HATCHBACK 1.0 TCe 90 Evolution 5dr',
'transmission': 'manual',
'trim': '1.0 TCe 90 Evolution 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295334%27 HTTP/1.1" 200 None
2026-03-26 05:04:38 [astonbarclay.gb] INFO: Saving data for 120295334: {'auction_closing_time': 1774519200.0, 'created_time': 1774379746.445469, 'last_price_update_time': 1774501478.693042}
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295334') HTTP/1.1" 204 0
2026-03-26 05:04:38 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120622168, 'registration': 'BV22RCY', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 S Edition 5dr Auto', 'mileage': 52038, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 347, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-03-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BV22RCY/2026-03-20/image/4e59dcbf-8530-417d-a3fb-4d260b91e6de_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/83116dde-aeea-413f-b718-084535c9fc40_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/d16a4169-4e9a-47f1-8dbf-30505093b81a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/a9503cbb-59ad-44f4-a3d5-26a7deac91f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/28003e8f-a0b6-4dfb-9449-11396627250f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/deeba0af-c0d7-440a-82dd-16ebf28f7edb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/e8c654c1-f895-4864-b3a6-51e8ec07f1a7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23-11K 12/23-19K 12/24-32K 12/25-47K', 'remarks': 'SPARE KEY, VOSA STATES 35K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1e3cd646-48c4-4e51-ac96-7d74dde09183.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:38 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120622168, 'registration': 'BV22RCY', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ARKANA ESTATE', 'derivative': '1.6 E-TECH Hybrid 145 S Edition 5dr Auto', 'mileage': 52038, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 347, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-03-16', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-03-15', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BV22RCY/2026-03-20/image/4e59dcbf-8530-417d-a3fb-4d260b91e6de_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/83116dde-aeea-413f-b718-084535c9fc40_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/d16a4169-4e9a-47f1-8dbf-30505093b81a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/a9503cbb-59ad-44f4-a3d5-26a7deac91f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/28003e8f-a0b6-4dfb-9449-11396627250f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/deeba0af-c0d7-440a-82dd-16ebf28f7edb_removebg.jpg?w=600', 'https://abimg003.imgix.net/BV22RCY/2026-03-20/image/e8c654c1-f895-4864-b3a6-51e8ec07f1a7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23-11K 12/23-19K 12/24-32K 12/25-47K', 'remarks': 'SPARE KEY, VOSA STATES 35K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 109, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1e3cd646-48c4-4e51-ac96-7d74dde09183.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e26624b0-413b-5d64-a9c4-adf1c7e84e6b with identifier: 120622168
2026-03-26 05:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e26624b0-413b-5d64-a9c4-adf1c7e84e6b with scrape type 2
2026-03-26 05:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e26624b0-413b-5d64-a9c4-adf1c7e84e6b with scrape type 2
2026-03-26 05:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e26624b0-413b-5d64-a9c4-adf1c7e84e6b, identifier: 120622168
2026-03-26 05:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120292097?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120366523?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120447179?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e26624b0-413b-5d64-a9c4-adf1c7e84e6b with identifier: 120622168
2026-03-26 05:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e26624b0-413b-5d64-a9c4-adf1c7e84e6b with identifier: 120622168
2026-03-26 05:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e26624b0-413b-5d64-a9c4-adf1c7e84e6b with identifier: 120622168 to the API
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120622168?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 109,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'e26624b0-413b-5d64-a9c4-adf1c7e84e6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BV22RCY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120622168',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ARKANA ESTATE',
'odometer': 52038,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ARKANA ESTATE 1.6 E-TECH Hybrid 145 S Edition 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 E-TECH Hybrid 145 S Edition 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120622168%27 HTTP/1.1" 200 None
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Saving data for 120622168: {'auction_closing_time': 1774519200.0, 'created_time': 1773946973.449596, 'last_price_update_time': 1774501479.08449}
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120622168') HTTP/1.1" 204 0
2026-03-26 05:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120292097, 'registration': 'BN67DND', 'account': 'RCI001', 'make': 'PORSCHE', 'model': 'MACAN ESTATE', 'derivative': 'GTS 5dr PDK', 'mileage': 101320, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 342, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 2997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BN67DND/2026-03-11/image/ee8d3010-85f9-4123-91e6-0dccca025213_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/bc36be73-3039-4753-8864-c130245245cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/f9ef3e10-e9b2-49db-88b4-72653c5eccb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/47d9cb89-9ada-4aaa-ba8a-ca85e49f5518_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/2721f63e-ff93-4013-a768-05a4b7517a44_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/abb7476f-18b2-47b3-a3bc-c34e9b85a52f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/8b3d8edc-9c89-41d5-8a42-f8c3fb44b03c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/edf02442-effd-445b-a42b-baeb32626fec_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18-21K 07/19-41K 10/20-63K 08/22-82K', 'remarks': 'FIRST HALF V5, SPARE KEY, VOSA STATES 63K 77K 87K 89K 95K 98K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 212, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e64fe5a6-f58c-420a-a43d-104f109bfea5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120292097, 'registration': 'BN67DND', 'account': 'RCI001', 'make': 'PORSCHE', 'model': 'MACAN ESTATE', 'derivative': 'GTS 5dr PDK', 'mileage': 101320, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 342, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2017-09-29', 'fuel': 'Petrol', 'motExpiry': '2026-12-01', 'doors': 5, 'engineSize': 2997, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BN67DND/2026-03-11/image/ee8d3010-85f9-4123-91e6-0dccca025213_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/bc36be73-3039-4753-8864-c130245245cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/f9ef3e10-e9b2-49db-88b4-72653c5eccb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/47d9cb89-9ada-4aaa-ba8a-ca85e49f5518_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/2721f63e-ff93-4013-a768-05a4b7517a44_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/abb7476f-18b2-47b3-a3bc-c34e9b85a52f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/8b3d8edc-9c89-41d5-8a42-f8c3fb44b03c_removebg.jpg?w=600', 'https://abimg003.imgix.net/BN67DND/2026-03-11/image/edf02442-effd-445b-a42b-baeb32626fec_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/18-21K 07/19-41K 10/20-63K 08/22-82K', 'remarks': 'FIRST HALF V5, SPARE KEY, VOSA STATES 63K 77K 87K 89K 95K 98K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 212, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e64fe5a6-f58c-420a-a43d-104f109bfea5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b4e08d-4d00-5e30-9b49-68c8625ff3bb with identifier: 120292097
2026-03-26 05:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b4e08d-4d00-5e30-9b49-68c8625ff3bb with scrape type 2
2026-03-26 05:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60b4e08d-4d00-5e30-9b49-68c8625ff3bb with scrape type 2
2026-03-26 05:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60b4e08d-4d00-5e30-9b49-68c8625ff3bb, identifier: 120292097
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120366523, 'registration': 'NL70XAY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T Visia 5dr', 'mileage': 24933, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 345, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL70XAY/2026-03-12/image/0a580380-ec20-4252-8803-f6f0361e4621_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/03dc8a8e-b4ec-4108-9e51-017dfb8e1b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/0ec29fd4-fbd1-417f-89a5-fd45874a1f21_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/979ada89-34ab-4134-bf1f-d6938c112809_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/ffbc6fd2-0734-42a2-931d-d4ce9e2e0d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/a787f25d-9cfd-41ca-8bdf-f75cbf6a2407_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/915846c4-0526-4ba1-a456-72b357567e13_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/1df88cb4-4410-4ec9-bfa9-191471d748f0_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/22-16K 09/23-18K 09/24-22K 09/25-24K', 'remarks': 'SPARE KEY, VOSA STATES 18K 22K 24K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a85f59e-4a95-4071-bc86-cff7207d143a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120366523, 'registration': 'NL70XAY', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T Visia 5dr', 'mileage': 24933, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 345, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-09-18', 'fuel': 'Petrol', 'motExpiry': '2026-09-17', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/NL70XAY/2026-03-12/image/0a580380-ec20-4252-8803-f6f0361e4621_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/03dc8a8e-b4ec-4108-9e51-017dfb8e1b69_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/0ec29fd4-fbd1-417f-89a5-fd45874a1f21_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/979ada89-34ab-4134-bf1f-d6938c112809_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/ffbc6fd2-0734-42a2-931d-d4ce9e2e0d7d_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/a787f25d-9cfd-41ca-8bdf-f75cbf6a2407_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/915846c4-0526-4ba1-a456-72b357567e13_removebg.jpg?w=600', 'https://abimg003.imgix.net/NL70XAY/2026-03-12/image/1df88cb4-4410-4ec9-bfa9-191471d748f0_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 10/22-16K 09/23-18K 09/24-22K 09/25-24K', 'remarks': 'SPARE KEY, VOSA STATES 18K 22K 24K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 135, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a85f59e-4a95-4071-bc86-cff7207d143a.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7d9797-1920-5347-90b0-702b8919e227 with identifier: 120366523
2026-03-26 05:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7d9797-1920-5347-90b0-702b8919e227 with scrape type 2
2026-03-26 05:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a7d9797-1920-5347-90b0-702b8919e227 with scrape type 2
2026-03-26 05:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2a7d9797-1920-5347-90b0-702b8919e227, identifier: 120366523
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120447179, 'registration': 'YT72FXB', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 38496, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 343, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-21', 'fuel': 'Electric', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT72FXB/2026-03-20/image/689047f5-83bc-4212-9e90-7fdffea5a02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/6ce0d839-f155-4d02-9635-b1926e0557b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/b13ea125-89ea-4e01-be5f-dbdcafba45c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/7d45c412-f768-4d3a-8f2e-b4f01b5fb4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/d045395d-0de3-4207-abeb-2f18a6760332_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/3b620e03-8a23-419f-8448-47f4d8672fa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/d324e6e6-d2ae-4192-b824-fdbf34d3ce93_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/84a15750-fe4e-413a-b093-4a44ddf3f6e1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/23 13K 04/24 22K 07/25 32K', 'remarks': 'VOSA STATES 32K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/917837d7-a23d-42d2-a369-fe63fc1c60f4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120447179, 'registration': 'YT72FXB', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto', 'mileage': 38496, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 343, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-09-21', 'fuel': 'Electric', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YT72FXB/2026-03-20/image/689047f5-83bc-4212-9e90-7fdffea5a02c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/6ce0d839-f155-4d02-9635-b1926e0557b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/b13ea125-89ea-4e01-be5f-dbdcafba45c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/7d45c412-f768-4d3a-8f2e-b4f01b5fb4f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/d045395d-0de3-4207-abeb-2f18a6760332_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/3b620e03-8a23-419f-8448-47f4d8672fa3_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/d324e6e6-d2ae-4192-b824-fdbf34d3ce93_removebg.jpg?w=600', 'https://abimg003.imgix.net/YT72FXB/2026-03-20/image/84a15750-fe4e-413a-b093-4a44ddf3f6e1_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 09/23 13K 04/24 22K 07/25 32K', 'remarks': 'VOSA STATES 32K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/917837d7-a23d-42d2-a369-fe63fc1c60f4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc0537ba-067d-5353-a231-64e5d85cb5ea with identifier: 120447179
2026-03-26 05:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc0537ba-067d-5353-a231-64e5d85cb5ea with scrape type 2
2026-03-26 05:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc0537ba-067d-5353-a231-64e5d85cb5ea with scrape type 2
2026-03-26 05:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: cc0537ba-067d-5353-a231-64e5d85cb5ea, identifier: 120447179
2026-03-26 05:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60b4e08d-4d00-5e30-9b49-68c8625ff3bb with identifier: 120292097
2026-03-26 05:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60b4e08d-4d00-5e30-9b49-68c8625ff3bb with identifier: 120292097
2026-03-26 05:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60b4e08d-4d00-5e30-9b49-68c8625ff3bb with identifier: 120292097 to the API
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120292097?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 212,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '60b4e08d-4d00-5e30-9b49-68c8625ff3bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BN67DND',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120292097',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PORSCHE',
'model': 'MACAN ESTATE',
'odometer': 101320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-29',
'seller_name': 'Mobilize Financial Services',
'title': 'PORSCHE MACAN ESTATE GTS 5dr PDK',
'transmission': 'automatic',
'trim': 'GTS 5dr PDK',
'vin': None,
'year': 2017}
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120292097%27 HTTP/1.1" 200 None
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Saving data for 120292097: {'auction_closing_time': 1774519200.0, 'created_time': 1774379748.62286, 'last_price_update_time': 1774501479.670738}
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120292097') HTTP/1.1" 204 0
2026-03-26 05:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2a7d9797-1920-5347-90b0-702b8919e227 with identifier: 120366523
2026-03-26 05:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2a7d9797-1920-5347-90b0-702b8919e227 with identifier: 120366523
2026-03-26 05:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2a7d9797-1920-5347-90b0-702b8919e227 with identifier: 120366523 to the API
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120366523?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 135,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2a7d9797-1920-5347-90b0-702b8919e227',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'NL70XAY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120366523',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 24933,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-18',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T Visia 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T Visia 5dr',
'vin': None,
'year': 2020}
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120366523%27 HTTP/1.1" 200 None
2026-03-26 05:04:39 [astonbarclay.gb] INFO: Saving data for 120366523: {'auction_closing_time': 1774519200.0, 'created_time': 1774379743.271279, 'last_price_update_time': 1774501479.967196}
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120366523') HTTP/1.1" 204 0
2026-03-26 05:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: cc0537ba-067d-5353-a231-64e5d85cb5ea with identifier: 120447179
2026-03-26 05:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: cc0537ba-067d-5353-a231-64e5d85cb5ea with identifier: 120447179
2026-03-26 05:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: cc0537ba-067d-5353-a231-64e5d85cb5ea with identifier: 120447179 to the API
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120447179?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'cc0537ba-067d-5353-a231-64e5d85cb5ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YT72FXB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120447179',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 38496,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-21',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 100kW GT Line + R135 50kWh Rapid Charge 5dr '
'Auto',
'transmission': 'automatic',
'trim': '100kW GT Line + R135 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447179%27 HTTP/1.1" 200 None
2026-03-26 05:04:40 [astonbarclay.gb] INFO: Saving data for 120447179: {'auction_closing_time': 1774519200.0, 'created_time': 1774001041.062318, 'last_price_update_time': 1774501480.249045}
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120447179') HTTP/1.1" 204 0
2026-03-26 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120476808?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295835?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120668316?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120476808, 'registration': 'PN23WOA', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Tekna+ 5dr 4WD Xtronic', 'mileage': 40397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 341, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-16', 'fuel': 'Petrol', 'motExpiry': '2027-02-09', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN23WOA/2026-03-20/image/dc8dda05-a862-4bb8-a5a1-4154b35feff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/5dc23627-fa3f-41ef-85c6-4f0b30d5b2e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/fadff26d-1208-4402-8d02-9873b2b07b89_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/f199d978-895b-48f3-a424-329b61d467ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/85d8b96b-0d3b-422f-b415-2f0da12ba1a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/ca60fbb8-af6e-44e0-bbb1-880afe7f12ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/b43e2ca6-49a0-4f41-ab0f-75b8bb64eb2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/68b2525f-5d70-4d68-a7d5-77c8cc5b824b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24 13K 01/25 27K 02/26 40K', 'remarks': 'VOSA STATES 40K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40f4abbd-52ca-4b43-a62c-d2f8f9bf2c4c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120476808, 'registration': 'PN23WOA', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Tekna+ 5dr 4WD Xtronic', 'mileage': 40397, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 341, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-16', 'fuel': 'Petrol', 'motExpiry': '2027-02-09', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/PN23WOA/2026-03-20/image/dc8dda05-a862-4bb8-a5a1-4154b35feff9_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/5dc23627-fa3f-41ef-85c6-4f0b30d5b2e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/fadff26d-1208-4402-8d02-9873b2b07b89_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/f199d978-895b-48f3-a424-329b61d467ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/85d8b96b-0d3b-422f-b415-2f0da12ba1a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/ca60fbb8-af6e-44e0-bbb1-880afe7f12ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/b43e2ca6-49a0-4f41-ab0f-75b8bb64eb2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/PN23WOA/2026-03-20/image/68b2525f-5d70-4d68-a7d5-77c8cc5b824b_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24 13K 01/25 27K 02/26 40K', 'remarks': 'VOSA STATES 40K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 156, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/40f4abbd-52ca-4b43-a62c-d2f8f9bf2c4c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60366a98-35c6-52d6-b92b-2ed6564f0917 with identifier: 120476808
2026-03-26 05:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60366a98-35c6-52d6-b92b-2ed6564f0917 with scrape type 2
2026-03-26 05:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60366a98-35c6-52d6-b92b-2ed6564f0917 with scrape type 2
2026-03-26 05:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60366a98-35c6-52d6-b92b-2ed6564f0917, identifier: 120476808
2026-03-26 05:04:40 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295835, 'registration': 'LV71NSZ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '80kW i Iconic R110 50kWh Rapid Charge 5dr Auto', 'mileage': 22420, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 340, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-09-30', 'fuel': 'Electric', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/d1c4e443-44b0-4799-b27d-7bf61371f7c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/5a50a95d-7024-4c17-99b5-b500576bc0b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/b464a18a-cb1c-43a8-bff9-6c0fcf55e544_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/6aa31091-fbda-4347-af87-becd41b5f7f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/444821d5-b465-46f7-921f-46596493099d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/e8a25c0d-1661-4c07-8ff2-ba0d86ed3460_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/e1779eae-ba41-4f36-87c0-cf4760edcb37_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/34a420b6-48df-4978-bcb9-24b281168046_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 14K 20K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d087f2d3-923c-47a9-b3bf-e4c6eca4340c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:40 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295835, 'registration': 'LV71NSZ', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'ZOE HATCHBACK', 'derivative': '80kW i Iconic R110 50kWh Rapid Charge 5dr Auto', 'mileage': 22420, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 340, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-09-30', 'fuel': 'Electric', 'motExpiry': '2026-09-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/d1c4e443-44b0-4799-b27d-7bf61371f7c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/5a50a95d-7024-4c17-99b5-b500576bc0b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/b464a18a-cb1c-43a8-bff9-6c0fcf55e544_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/6aa31091-fbda-4347-af87-becd41b5f7f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/444821d5-b465-46f7-921f-46596493099d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/e8a25c0d-1661-4c07-8ff2-ba0d86ed3460_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/e1779eae-ba41-4f36-87c0-cf4760edcb37_removebg.jpg?w=600', 'https://abimg003.imgix.net/LV71NSZ/2026-03-18/image/34a420b6-48df-4978-bcb9-24b281168046_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 14K 20K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d087f2d3-923c-47a9-b3bf-e4c6eca4340c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d28428f-1d11-52d1-92c8-87562a996a41 with identifier: 120295835
2026-03-26 05:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d28428f-1d11-52d1-92c8-87562a996a41 with scrape type 2
2026-03-26 05:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d28428f-1d11-52d1-92c8-87562a996a41 with scrape type 2
2026-03-26 05:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8d28428f-1d11-52d1-92c8-87562a996a41, identifier: 120295835
2026-03-26 05:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60366a98-35c6-52d6-b92b-2ed6564f0917 with identifier: 120476808
2026-03-26 05:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60366a98-35c6-52d6-b92b-2ed6564f0917 with identifier: 120476808
2026-03-26 05:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60366a98-35c6-52d6-b92b-2ed6564f0917 with identifier: 120476808 to the API
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120476808?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 156,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '60366a98-35c6-52d6-b92b-2ed6564f0917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'PN23WOA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120476808',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 40397,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-16',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 Tekna+ 5dr 4WD Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 Tekna+ 5dr 4WD Xtronic',
'vin': None,
'year': 2023}
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120476808%27 HTTP/1.1" 200 None
2026-03-26 05:04:40 [astonbarclay.gb] INFO: Saving data for 120476808: {'auction_closing_time': 1774519200.0, 'created_time': 1774001035.444919, 'last_price_update_time': 1774501480.826979}
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120476808') HTTP/1.1" 204 0
2026-03-26 05:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8d28428f-1d11-52d1-92c8-87562a996a41 with identifier: 120295835
2026-03-26 05:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8d28428f-1d11-52d1-92c8-87562a996a41 with identifier: 120295835
2026-03-26 05:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8d28428f-1d11-52d1-92c8-87562a996a41 with identifier: 120295835 to the API
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295835?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '8d28428f-1d11-52d1-92c8-87562a996a41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LV71NSZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295835',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'ZOE HATCHBACK',
'odometer': 22420,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-30',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT ZOE HATCHBACK 80kW i Iconic R110 50kWh Rapid Charge 5dr '
'Auto',
'transmission': 'automatic',
'trim': '80kW i Iconic R110 50kWh Rapid Charge 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295835%27 HTTP/1.1" 200 None
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Saving data for 120295835: {'auction_closing_time': 1774519200.0, 'created_time': 1774379756.746018, 'last_price_update_time': 1774501481.10933}
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295835') HTTP/1.1" 204 0
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120668316, 'registration': 'MK19YCB', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure Premium 5dr [Start Stop]', 'mileage': 54840, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1149, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-23', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK19YCB/2026-03-24/image/dcb0ec93-8a2c-44f7-8c82-a27f224e4e66_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/d68747c6-543a-4c18-a88e-1a0d6fee1dfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/9a203345-e5f7-4365-9b7f-dc29cc43f2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e21100d0-7a56-4fdd-8477-44e1bf0b66f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e812842b-52ba-4728-a0cd-21cfe9de7c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/0587cd91-e23d-49c0-ab4c-5d93687268a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/66d54cbc-8eff-4523-95c8-2ff2f2931a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e35b6c09-b780-40a5-b617-27b784a3530d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 40K- 47K- 54K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c462429d-e3f5-4a74-88e2-6ab036157c9d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120668316, 'registration': 'MK19YCB', 'account': 'WBA002', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech Allure Premium 5dr [Start Stop]', 'mileage': 54840, 'mileageWarranty': True, 'type': 'car', 'saleId': 19180, 'siteId': 1, 'site': {'id': 1, 'name': 'Aston Barclay Chelmsford', 'vehicles': 420}, 'saleStart': '2026-03-30T09:00Z', 'lot': 1149, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2019-03-15', 'fuel': 'Petrol', 'motExpiry': '2027-03-23', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/MK19YCB/2026-03-24/image/dcb0ec93-8a2c-44f7-8c82-a27f224e4e66_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/d68747c6-543a-4c18-a88e-1a0d6fee1dfa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/9a203345-e5f7-4365-9b7f-dc29cc43f2d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e21100d0-7a56-4fdd-8477-44e1bf0b66f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e812842b-52ba-4728-a0cd-21cfe9de7c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/0587cd91-e23d-49c0-ab4c-5d93687268a9_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/66d54cbc-8eff-4523-95c8-2ff2f2931a87_removebg.jpg?w=600', 'https://abimg003.imgix.net/MK19YCB/2026-03-24/image/e35b6c09-b780-40a5-b617-27b784a3530d_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 26K- 40K- 47K- 54K- SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'UKCGR - Premium', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 114, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c462429d-e3f5-4a74-88e2-6ab036157c9d.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316
2026-03-26 05:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c770f87-7868-56ed-b2fa-ea7ce951d93f with scrape type 2
2026-03-26 05:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c770f87-7868-56ed-b2fa-ea7ce951d93f with scrape type 2
2026-03-26 05:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6c770f87-7868-56ed-b2fa-ea7ce951d93f, identifier: 120668316
2026-03-26 05:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120058501?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316
2026-03-26 05:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316
2026-03-26 05:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6c770f87-7868-56ed-b2fa-ea7ce951d93f with identifier: 120668316 to the API
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120668316?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 114,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6c770f87-7868-56ed-b2fa-ea7ce951d93f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'MK19YCB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120668316',
'listing': 'auction',
'location': 'Aston Barclay Chelmsford',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 54840,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-15',
'seller_name': 'UKCGR - Premium',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech Allure Premium 5dr [Start Stop]',
'transmission': 'manual',
'trim': '1.2 PureTech Allure Premium 5dr [Start Stop]',
'vin': None,
'year': 2019}
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120668316%27 HTTP/1.1" 200 None
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Saving data for 120668316: {'auction_closing_time': 1774861200.0, 'created_time': 1774271697.530168, 'last_price_update_time': 1774501481.562462}
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120668316') HTTP/1.1" 204 0
2026-03-26 05:04:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120058501, 'registration': 'YE72FOU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 11821, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 344, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-11-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE72FOU/2026-03-09/image/63c308d5-4bf9-416e-9cbb-622692564e6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/9d61d8c1-c2e9-4691-90a6-f51af5d82b2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/60754879-91d9-40ae-aa62-0abcb1b1ddc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/bde2ca4b-0d1d-456e-8c6a-60f8ee491f9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/d3ab3272-b9d7-4972-83d2-abe44a2d8a52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/54700965-a8df-43a1-994b-4eb38716ba73_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/2164bb6a-0cc9-4df9-8f60-4cadc82964d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/e1f719ef-8818-47fa-9f59-f1b9d0d6aec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/a3802e29-68b0-4c89-a568-78f8f590a1dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 11K SPARE KEY BLANK BOOK', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7af007ba-85f2-45cf-af54-ad9af71669e6.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120058501, 'registration': 'YE72FOU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH Acenta Premium 5dr', 'mileage': 11821, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 344, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2022-11-03', 'fuel': 'Petrol', 'motExpiry': '2027-01-20', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YE72FOU/2026-03-09/image/63c308d5-4bf9-416e-9cbb-622692564e6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/9d61d8c1-c2e9-4691-90a6-f51af5d82b2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/60754879-91d9-40ae-aa62-0abcb1b1ddc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/bde2ca4b-0d1d-456e-8c6a-60f8ee491f9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/d3ab3272-b9d7-4972-83d2-abe44a2d8a52_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/54700965-a8df-43a1-994b-4eb38716ba73_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/2164bb6a-0cc9-4df9-8f60-4cadc82964d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/e1f719ef-8818-47fa-9f59-f1b9d0d6aec9_removebg.jpg?w=600', 'https://abimg003.imgix.net/YE72FOU/2026-03-09/image/a3802e29-68b0-4c89-a568-78f8f590a1dc_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 11K SPARE KEY BLANK BOOK', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 142, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7af007ba-85f2-45cf-af54-ad9af71669e6.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e8c5443-8a69-5b96-be16-9664a03156b2 with identifier: 120058501
2026-03-26 05:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e8c5443-8a69-5b96-be16-9664a03156b2 with scrape type 2
2026-03-26 05:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e8c5443-8a69-5b96-be16-9664a03156b2 with scrape type 2
2026-03-26 05:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4e8c5443-8a69-5b96-be16-9664a03156b2, identifier: 120058501
2026-03-26 05:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4e8c5443-8a69-5b96-be16-9664a03156b2 with identifier: 120058501
2026-03-26 05:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4e8c5443-8a69-5b96-be16-9664a03156b2 with identifier: 120058501
2026-03-26 05:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4e8c5443-8a69-5b96-be16-9664a03156b2 with identifier: 120058501 to the API
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120058501?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 142,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4e8c5443-8a69-5b96-be16-9664a03156b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YE72FOU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120058501',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 11821,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-03',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH Acenta Premium 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T MH Acenta Premium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120058501%27 HTTP/1.1" 200 None
2026-03-26 05:04:41 [astonbarclay.gb] INFO: Saving data for 120058501: {'auction_closing_time': 1774519200.0, 'created_time': 1774379746.852453, 'last_price_update_time': 1774501481.942509}
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120058501') HTTP/1.1" 204 0
2026-03-26 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120295670?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120558903?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120594466?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120295670, 'registration': 'WM72BHW', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK', 'derivative': 'EV60 160kW Equilibre 60kWh Optimum Charge 5dr Auto', 'mileage': 26549, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 338, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM72BHW/2026-03-18/image/49260c6a-5dfe-4f45-ad34-06bfe67b0d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/2455d96e-e874-469d-97a7-2dfbf92932d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/68e78d9c-a17e-4f5b-ab9d-fb3ec5d56a28_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/303558e5-19c7-4be4-9d6f-566a69b2942d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/c7ff0cf0-5208-4afc-bcff-facf77ff9cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/e0f47e6a-f436-47cc-a629-763258693efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/d0f437d8-0c5f-477a-a5fb-b16cbeb5c7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/8772bded-2b0d-4d91-9fd1-5e78cf3e881b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cccef24-1bd8-422b-bd61-3f368a713aee.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120295670, 'registration': 'WM72BHW', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'MEGANE E-TECH HATCHBACK', 'derivative': 'EV60 160kW Equilibre 60kWh Optimum Charge 5dr Auto', 'mileage': 26549, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 338, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-11-30', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM72BHW/2026-03-18/image/49260c6a-5dfe-4f45-ad34-06bfe67b0d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/2455d96e-e874-469d-97a7-2dfbf92932d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/68e78d9c-a17e-4f5b-ab9d-fb3ec5d56a28_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/303558e5-19c7-4be4-9d6f-566a69b2942d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/c7ff0cf0-5208-4afc-bcff-facf77ff9cbb_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/e0f47e6a-f436-47cc-a629-763258693efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/d0f437d8-0c5f-477a-a5fb-b16cbeb5c7e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM72BHW/2026-03-18/image/8772bded-2b0d-4d91-9fd1-5e78cf3e881b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, BLANK BOOK', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cccef24-1bd8-422b-bd61-3f368a713aee.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ac2c1ef-4a6e-50af-960e-323d068b6bdd with identifier: 120295670
2026-03-26 05:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ac2c1ef-4a6e-50af-960e-323d068b6bdd with scrape type 2
2026-03-26 05:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ac2c1ef-4a6e-50af-960e-323d068b6bdd with scrape type 2
2026-03-26 05:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7ac2c1ef-4a6e-50af-960e-323d068b6bdd, identifier: 120295670
2026-03-26 05:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7ac2c1ef-4a6e-50af-960e-323d068b6bdd with identifier: 120295670
2026-03-26 05:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7ac2c1ef-4a6e-50af-960e-323d068b6bdd with identifier: 120295670
2026-03-26 05:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7ac2c1ef-4a6e-50af-960e-323d068b6bdd with identifier: 120295670 to the API
2026-03-26 05:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120295670?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '7ac2c1ef-4a6e-50af-960e-323d068b6bdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM72BHW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120295670',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'MEGANE E-TECH HATCHBACK',
'odometer': 26549,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT MEGANE E-TECH HATCHBACK EV60 160kW Equilibre 60kWh Optimum '
'Charge 5dr Auto',
'transmission': 'automatic',
'trim': 'EV60 160kW Equilibre 60kWh Optimum Charge 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120295670%27 HTTP/1.1" 200 None
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Saving data for 120295670: {'auction_closing_time': 1774519200.0, 'created_time': 1774380020.480197, 'last_price_update_time': 1774501482.634721}
2026-03-26 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120295670') HTTP/1.1" 204 0
2026-03-26 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120413983?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120553268?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120437058?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120558903, 'registration': 'DS72UOX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.5 E-Power 204 Acenta Premium 5dr Xtronic', 'mileage': 29825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 333, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-19', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DS72UOX/2026-03-19/image/8a7b21ef-6c11-4567-a746-4e5e76b22ee9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/24e3da6e-bc2a-4bb0-854a-a373dd51174f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/79ae0e18-3a0a-45b1-a981-463f3393d125_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/4fe7f758-91a1-4218-a010-115a3fe9b387_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/cd201ce8-7dad-4393-b7d9-f5f998911812_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/8a777ed3-144d-49eb-9025-490edacc628e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/2402923b-a573-4fd1-a925-34405080ad55_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/f9097ec8-c782-4a5c-afe9-98bbd17a0e42_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24-15K 12/25-26K', 'remarks': 'SPARE KEY, VOSA STATES 29K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f741e6e7-009d-4d81-8bd7-c400295b6536.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120558903, 'registration': 'DS72UOX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'X-TRAIL STATION WAGON', 'derivative': '1.5 E-Power 204 Acenta Premium 5dr Xtronic', 'mileage': 29825, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 333, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-22', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2027-02-19', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/DS72UOX/2026-03-19/image/8a7b21ef-6c11-4567-a746-4e5e76b22ee9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/24e3da6e-bc2a-4bb0-854a-a373dd51174f_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/79ae0e18-3a0a-45b1-a981-463f3393d125_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/4fe7f758-91a1-4218-a010-115a3fe9b387_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/cd201ce8-7dad-4393-b7d9-f5f998911812_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/8a777ed3-144d-49eb-9025-490edacc628e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/2402923b-a573-4fd1-a925-34405080ad55_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS72UOX/2026-03-19/image/f9097ec8-c782-4a5c-afe9-98bbd17a0e42_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 04/24-15K 12/25-26K', 'remarks': 'SPARE KEY, VOSA STATES 29K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 132, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f741e6e7-009d-4d81-8bd7-c400295b6536.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 185c89cb-9656-55f1-aff0-dd24ec9f83f0 with identifier: 120558903
2026-03-26 05:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 185c89cb-9656-55f1-aff0-dd24ec9f83f0 with scrape type 2
2026-03-26 05:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 185c89cb-9656-55f1-aff0-dd24ec9f83f0 with scrape type 2
2026-03-26 05:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 185c89cb-9656-55f1-aff0-dd24ec9f83f0, identifier: 120558903
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120594466, 'registration': 'AU23RXB', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 37167, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 336, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-01', 'fuel': 'Electric', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AU23RXB/2026-03-19/image/2585cc2e-cb04-49ed-a0ae-3632b2d7f9d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/a207d800-09c7-4bfd-85e4-a15edac7cbd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/0f350bd1-66a3-41b8-acd1-f34414fbb2af_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/2762264a-9440-413c-bd5d-60b94a51ad04_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/0a9776cf-8576-4ae6-8250-1a9ae6e43036_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/d4bd01c1-40ae-4f4f-b5d4-4b29046fedf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/03e943ca-7e1c-49f8-a3ee-09b4c08c240a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/cf3fcbff-a781-48e8-aab6-8e97008d3969_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24-12K 02/25-23K', 'remarks': 'SPARE KEY, VOSA STATES 36K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cf32f34-ab8f-4148-9508-a39ff22e74c1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:42 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120594466, 'registration': 'AU23RXB', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'ARIYA ELECTRIC HATCHBACK', 'derivative': '178kW Evolve 87kWh 22kWCh 5dr Auto', 'mileage': 37167, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 336, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2023-03-01', 'fuel': 'Electric', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AU23RXB/2026-03-19/image/2585cc2e-cb04-49ed-a0ae-3632b2d7f9d2_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/a207d800-09c7-4bfd-85e4-a15edac7cbd6_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/0f350bd1-66a3-41b8-acd1-f34414fbb2af_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/2762264a-9440-413c-bd5d-60b94a51ad04_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/0a9776cf-8576-4ae6-8250-1a9ae6e43036_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/d4bd01c1-40ae-4f4f-b5d4-4b29046fedf9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/03e943ca-7e1c-49f8-a3ee-09b4c08c240a_removebg.jpg?w=600', 'https://abimg003.imgix.net/AU23RXB/2026-03-19/image/cf3fcbff-a781-48e8-aab6-8e97008d3969_removebg.jpg?w=600'], 'colour': 'BRONZE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24-12K 02/25-23K', 'remarks': 'SPARE KEY, VOSA STATES 36K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1cf32f34-ab8f-4148-9508-a39ff22e74c1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03b73b5d-ec6a-5b73-bfb2-4e773125650b with identifier: 120594466
2026-03-26 05:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03b73b5d-ec6a-5b73-bfb2-4e773125650b with scrape type 2
2026-03-26 05:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03b73b5d-ec6a-5b73-bfb2-4e773125650b with scrape type 2
2026-03-26 05:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 03b73b5d-ec6a-5b73-bfb2-4e773125650b, identifier: 120594466
2026-03-26 05:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 185c89cb-9656-55f1-aff0-dd24ec9f83f0 with identifier: 120558903
2026-03-26 05:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 185c89cb-9656-55f1-aff0-dd24ec9f83f0 with identifier: 120558903
2026-03-26 05:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 185c89cb-9656-55f1-aff0-dd24ec9f83f0 with identifier: 120558903 to the API
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120558903?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 132,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '185c89cb-9656-55f1-aff0-dd24ec9f83f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS72UOX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120558903',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'X-TRAIL STATION WAGON',
'odometer': 29825,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN X-TRAIL STATION WAGON 1.5 E-Power 204 Acenta Premium 5dr '
'Xtronic',
'transmission': 'automatic',
'trim': '1.5 E-Power 204 Acenta Premium 5dr Xtronic',
'vin': None,
'year': 2022}
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120558903%27 HTTP/1.1" 200 None
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Saving data for 120558903: {'auction_closing_time': 1774519200.0, 'created_time': 1774379772.217181, 'last_price_update_time': 1774501483.209937}
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120558903') HTTP/1.1" 204 0
2026-03-26 05:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 03b73b5d-ec6a-5b73-bfb2-4e773125650b with identifier: 120594466
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=BRONZE HTTP/1.1" 200 None
2026-03-26 05:04:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:04:43 [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:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 03b73b5d-ec6a-5b73-bfb2-4e773125650b with identifier: 120594466
2026-03-26 05:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 03b73b5d-ec6a-5b73-bfb2-4e773125650b with identifier: 120594466 to the API
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120594466?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BRONZE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '03b73b5d-ec6a-5b73-bfb2-4e773125650b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AU23RXB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120594466',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'ARIYA ELECTRIC HATCHBACK',
'odometer': 37167,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN ARIYA ELECTRIC HATCHBACK 178kW Evolve 87kWh 22kWCh 5dr Auto',
'transmission': 'automatic',
'trim': '178kW Evolve 87kWh 22kWCh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120594466%27 HTTP/1.1" 200 None
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Saving data for 120594466: {'auction_closing_time': 1774519200.0, 'created_time': 1774379755.894036, 'last_price_update_time': 1774501483.633098}
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120594466') HTTP/1.1" 204 0
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120413983, 'registration': 'DN71VBK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 48644, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 335, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2021-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-11', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN71VBK/2026-03-13/image/f1691af0-2ad0-4a79-8f54-8bd9daf88c5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c3ef5484-2443-4c2b-83d4-5bd2a58c5a09_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/e84e7500-b054-4ca7-a6d5-097dcc90ee4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c35bccb2-a2c8-4952-9d6b-df8afef2a7a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/cf7b7a4e-08d4-46f7-9499-728c470872ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c863931c-59df-43ce-9837-a21338511c60_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c37a36e2-4dcf-46c0-9c49-f678057a6827_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/ccc4dfc7-fb65-4332-b3b1-f8242fdcec50_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23 24K 11/24 38K 10/25 46K', 'remarks': 'VOSA STATES 38K 46K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/169370f6-141f-48f9-9e83-503b8bcc859f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120413983, 'registration': 'DN71VBK', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 Acenta 5dr', 'mileage': 48644, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 335, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2021-12-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-11', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN71VBK/2026-03-13/image/f1691af0-2ad0-4a79-8f54-8bd9daf88c5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c3ef5484-2443-4c2b-83d4-5bd2a58c5a09_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/e84e7500-b054-4ca7-a6d5-097dcc90ee4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c35bccb2-a2c8-4952-9d6b-df8afef2a7a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/cf7b7a4e-08d4-46f7-9499-728c470872ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c863931c-59df-43ce-9837-a21338511c60_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/c37a36e2-4dcf-46c0-9c49-f678057a6827_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71VBK/2026-03-13/image/ccc4dfc7-fb65-4332-b3b1-f8242fdcec50_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/23 24K 11/24 38K 10/25 46K', 'remarks': 'VOSA STATES 38K 46K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/169370f6-141f-48f9-9e83-503b8bcc859f.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bfbc36-6620-55c9-ae8a-45473e5cf4ae with identifier: 120413983
2026-03-26 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bfbc36-6620-55c9-ae8a-45473e5cf4ae with scrape type 2
2026-03-26 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bfbc36-6620-55c9-ae8a-45473e5cf4ae with scrape type 2
2026-03-26 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d5bfbc36-6620-55c9-ae8a-45473e5cf4ae, identifier: 120413983
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120553268, 'registration': 'DN71WPU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Tekna+ 5dr Xtronic', 'mileage': 31153, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 334, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN71WPU/2026-03-18/image/0aa8be56-7932-4071-bb28-b203cef43be9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/dd8ccc1b-03d3-4deb-a0dc-443d9443f2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/8fab80fa-8912-45c8-b488-1ee7b43473d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/2a76805b-476f-4510-9292-c062ad4a6bba_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/d083ddb6-82cc-4fc4-9126-dd8c09ceb70c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/78257884-a230-4b9c-8f09-a002e458d497_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/fd3e8c39-1b92-4a05-9d88-a8f332e719ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/8bc62ab8-322e-4383-93c3-90c9963e5cdb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23 9K 01/24 20K 01/25 26K 01/26 30K', 'remarks': 'VOSA STATES 26K 30K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/875acba8-fb24-4edb-b5fb-53f053108080.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120553268, 'registration': 'DN71WPU', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T MH 158 Tekna+ 5dr Xtronic', 'mileage': 31153, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 334, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-01-31', 'fuel': 'Petrol', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DN71WPU/2026-03-18/image/0aa8be56-7932-4071-bb28-b203cef43be9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/dd8ccc1b-03d3-4deb-a0dc-443d9443f2d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/8fab80fa-8912-45c8-b488-1ee7b43473d6_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/2a76805b-476f-4510-9292-c062ad4a6bba_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/d083ddb6-82cc-4fc4-9126-dd8c09ceb70c_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/78257884-a230-4b9c-8f09-a002e458d497_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/fd3e8c39-1b92-4a05-9d88-a8f332e719ca_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN71WPU/2026-03-18/image/8bc62ab8-322e-4383-93c3-90c9963e5cdb_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/23 9K 01/24 20K 01/25 26K 01/26 30K', 'remarks': 'VOSA STATES 26K 30K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/875acba8-fb24-4edb-b5fb-53f053108080.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cf100ca-1683-5c79-b8f8-e4d3e6475f94 with identifier: 120553268
2026-03-26 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf100ca-1683-5c79-b8f8-e4d3e6475f94 with scrape type 2
2026-03-26 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cf100ca-1683-5c79-b8f8-e4d3e6475f94 with scrape type 2
2026-03-26 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4cf100ca-1683-5c79-b8f8-e4d3e6475f94, identifier: 120553268
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120437058, 'registration': 'HJ20KHH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T N-Connecta 5dr', 'mileage': 46510, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 337, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/c200be16-6c7d-4305-b8ad-c5464650d701_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/9be42930-c775-482d-8f03-062a0f38ec35_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/625a9074-ffe6-4ba9-b06d-5210f43d2b47_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/e29b893b-29bd-4e17-8a22-3c221a419d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/68f318e0-e31e-4f74-94d9-23d9f3896d6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/3ef9039f-176b-4f62-a87f-86eb8845bf3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/04be6f9e-90df-43a4-8253-e0f6fa89ab94_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/a6a9ce45-0d9f-47a0-947c-d2a808a3f926_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/21-8K 05/23-26K 05/24-34K 04/25-41K', 'remarks': 'SPARE KEY, VOSA STATES 19K 27K 35K 41K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9df7c8de-70d7-4e84-9b91-98bf7dc15837.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:43 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120437058, 'registration': 'HJ20KHH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.3 DiG-T N-Connecta 5dr', 'mileage': 46510, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 337, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2020-03-20', 'fuel': 'Petrol', 'motExpiry': '2026-06-18', 'doors': 5, 'engineSize': 1332, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/c200be16-6c7d-4305-b8ad-c5464650d701_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/9be42930-c775-482d-8f03-062a0f38ec35_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/625a9074-ffe6-4ba9-b06d-5210f43d2b47_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/e29b893b-29bd-4e17-8a22-3c221a419d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/68f318e0-e31e-4f74-94d9-23d9f3896d6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/3ef9039f-176b-4f62-a87f-86eb8845bf3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/04be6f9e-90df-43a4-8253-e0f6fa89ab94_removebg.jpg?w=600', 'https://abimg003.imgix.net/HJ20KHH/2026-03-17/image/a6a9ce45-0d9f-47a0-947c-d2a808a3f926_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/21-8K 05/23-26K 05/24-34K 04/25-41K', 'remarks': 'SPARE KEY, VOSA STATES 19K 27K 35K 41K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9df7c8de-70d7-4e84-9b91-98bf7dc15837.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baeb02af-5c18-51f9-bd6f-e61d710dbd69 with identifier: 120437058
2026-03-26 05:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baeb02af-5c18-51f9-bd6f-e61d710dbd69 with scrape type 2
2026-03-26 05:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baeb02af-5c18-51f9-bd6f-e61d710dbd69 with scrape type 2
2026-03-26 05:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: baeb02af-5c18-51f9-bd6f-e61d710dbd69, identifier: 120437058
2026-03-26 05:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d5bfbc36-6620-55c9-ae8a-45473e5cf4ae with identifier: 120413983
2026-03-26 05:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d5bfbc36-6620-55c9-ae8a-45473e5cf4ae with identifier: 120413983
2026-03-26 05:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d5bfbc36-6620-55c9-ae8a-45473e5cf4ae with identifier: 120413983 to the API
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120413983?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd5bfbc36-6620-55c9-ae8a-45473e5cf4ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN71VBK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120413983',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 48644,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 Acenta 5dr',
'transmission': 'manual',
'trim': '1.0 DiG-T 114 Acenta 5dr',
'vin': None,
'year': 2021}
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120413983%27 HTTP/1.1" 200 None
2026-03-26 05:04:44 [astonbarclay.gb] INFO: Saving data for 120413983: {'auction_closing_time': 1774519200.0, 'created_time': 1774379757.732551, 'last_price_update_time': 1774501484.242111}
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120413983') HTTP/1.1" 204 0
2026-03-26 05:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4cf100ca-1683-5c79-b8f8-e4d3e6475f94 with identifier: 120553268
2026-03-26 05:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4cf100ca-1683-5c79-b8f8-e4d3e6475f94 with identifier: 120553268
2026-03-26 05:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4cf100ca-1683-5c79-b8f8-e4d3e6475f94 with identifier: 120553268 to the API
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120553268?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4cf100ca-1683-5c79-b8f8-e4d3e6475f94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN71WPU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120553268',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 31153,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T MH 158 Tekna+ 5dr Xtronic',
'transmission': 'automatic',
'trim': '1.3 DiG-T MH 158 Tekna+ 5dr Xtronic',
'vin': None,
'year': 2022}
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120553268%27 HTTP/1.1" 200 None
2026-03-26 05:04:44 [astonbarclay.gb] INFO: Saving data for 120553268: {'auction_closing_time': 1774519200.0, 'created_time': 1774379770.054056, 'last_price_update_time': 1774501484.53929}
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120553268') HTTP/1.1" 204 0
2026-03-26 05:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: baeb02af-5c18-51f9-bd6f-e61d710dbd69 with identifier: 120437058
2026-03-26 05:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: baeb02af-5c18-51f9-bd6f-e61d710dbd69 with identifier: 120437058
2026-03-26 05:04:44 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: baeb02af-5c18-51f9-bd6f-e61d710dbd69 with identifier: 120437058 to the API
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120437058?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'baeb02af-5c18-51f9-bd6f-e61d710dbd69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'HJ20KHH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120437058',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 46510,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-20',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.3 DiG-T N-Connecta 5dr',
'transmission': 'manual',
'trim': '1.3 DiG-T N-Connecta 5dr',
'vin': None,
'year': 2020}
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120437058%27 HTTP/1.1" 200 None
2026-03-26 05:04:44 [astonbarclay.gb] INFO: Saving data for 120437058: {'auction_closing_time': 1774519200.0, 'created_time': 1774379770.648004, 'last_price_update_time': 1774501484.83282}
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120437058') HTTP/1.1" 204 0
2026-03-26 05:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120378446?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:44 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120378446, 'registration': 'VF66KNN', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.2 TCE Dynamique S Nav 5dr', 'mileage': 49295, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 325, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-02-21', 'fuel': 'Petrol', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VF66KNN/2026-03-13/image/103df66a-b561-46a6-ac1b-d8a89d4bfb71_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/be7fbecb-51b6-43ba-aad0-35e20575cb3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/416dcf63-26fa-496d-b4b1-8e4a1167b571_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/c2666f60-6521-4e9a-bd8f-f31f6795a9ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/aca4db4b-d5d2-40d6-99c6-16a3c0cb1b20_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/66119533-6d56-4504-a335-44ed699168bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/71ebc35f-5c40-4324-8454-d10e9b836089_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/5694f316-6301-4791-be69-a11a03e930fc_removebg.jpg?w=600'], 'colour': 'RED/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/18 5K 12/19 8K 12/20 10K 02/22 13K', 'remarks': 'FRONT PAGE OF V5 - SPARE KEY VOSA STATES 9K 11K 13K 23K 29K 38K 49K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/796c22c0-178c-4427-8f76-02f7011e6d76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:44 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120378446, 'registration': 'VF66KNN', 'account': 'RCI001', 'make': 'RENAULT', 'model': 'CAPTUR HATCHBACK', 'derivative': '1.2 TCE Dynamique S Nav 5dr', 'mileage': 49295, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 325, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2017-02-21', 'fuel': 'Petrol', 'motExpiry': '2027-02-08', 'doors': 5, 'engineSize': 1197, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VF66KNN/2026-03-13/image/103df66a-b561-46a6-ac1b-d8a89d4bfb71_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/be7fbecb-51b6-43ba-aad0-35e20575cb3b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/416dcf63-26fa-496d-b4b1-8e4a1167b571_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/c2666f60-6521-4e9a-bd8f-f31f6795a9ec_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/aca4db4b-d5d2-40d6-99c6-16a3c0cb1b20_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/66119533-6d56-4504-a335-44ed699168bb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/71ebc35f-5c40-4324-8454-d10e9b836089_removebg.jpg?w=600', 'https://abimg003.imgix.net/VF66KNN/2026-03-13/image/5694f316-6301-4791-be69-a11a03e930fc_removebg.jpg?w=600'], 'colour': 'RED/BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 11/18 5K 12/19 8K 12/20 10K 02/22 13K', 'remarks': 'FRONT PAGE OF V5 - SPARE KEY VOSA STATES 9K 11K 13K 23K 29K 38K 49K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': False, 'v5details': None, 'co2': 125, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/796c22c0-178c-4427-8f76-02f7011e6d76.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 139278d8-05fd-57dc-a079-6c5ce00cc482 with identifier: 120378446
2026-03-26 05:04:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 139278d8-05fd-57dc-a079-6c5ce00cc482 with scrape type 2
2026-03-26 05:04:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 139278d8-05fd-57dc-a079-6c5ce00cc482 with scrape type 2
2026-03-26 05:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 139278d8-05fd-57dc-a079-6c5ce00cc482, identifier: 120378446
2026-03-26 05:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 139278d8-05fd-57dc-a079-6c5ce00cc482 with identifier: 120378446
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=RED%2FBLACK HTTP/1.1" 200 None
2026-03-26 05:04:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 05:04:45 [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:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 139278d8-05fd-57dc-a079-6c5ce00cc482 with identifier: 120378446
2026-03-26 05:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 139278d8-05fd-57dc-a079-6c5ce00cc482 with identifier: 120378446 to the API
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120378446?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 125,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '139278d8-05fd-57dc-a079-6c5ce00cc482',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'VF66KNN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120378446',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'RENAULT',
'model': 'CAPTUR HATCHBACK',
'odometer': 49295,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-21',
'seller_name': 'Mobilize Financial Services',
'title': 'RENAULT CAPTUR HATCHBACK 1.2 TCE Dynamique S Nav 5dr',
'transmission': 'manual',
'trim': '1.2 TCE Dynamique S Nav 5dr',
'vin': None,
'year': 2017}
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120378446%27 HTTP/1.1" 200 None
2026-03-26 05:04:45 [astonbarclay.gb] INFO: Saving data for 120378446: {'auction_closing_time': 1774519200.0, 'created_time': 1774379806.866248, 'last_price_update_time': 1774501485.446673}
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120378446') HTTP/1.1" 204 0
2026-03-26 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120415189?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120463311?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:45 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120415189, 'registration': 'WM19NRJ', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 Urban Edition 5dr Auto', 'mileage': 52229, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 322, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/f0671186-7a2e-4644-a06e-91923397cdba_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/96fde610-3d04-40a4-8ca1-aaabe6e0f554_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/d76b3a00-4b1d-47d0-bbc3-1e10d1af3273_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/f52bed90-a64e-4862-ae02-2a6de8dc9dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/431cd7cd-f94b-420e-b735-e70a52879da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/7e302ac6-143b-4559-aaa9-b3c9c70d1fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/db21360c-4aba-4013-afd6-6df8f27ecc16_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/91b83f77-45c0-4b32-a559-5d636d3f66de_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/23-31K 05/24-39K 04/25-45K', 'remarks': 'SPARE KEY, VOSA STATES 20K 31K 39K 45K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6ae3cc8-bc35-4f33-836b-c337faf6a404.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:45 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120415189, 'registration': 'WM19NRJ', 'account': 'RCI001', 'make': 'MERCEDES-BENZ', 'model': 'GLA HATCHBACK', 'derivative': 'GLA 180 Urban Edition 5dr Auto', 'mileage': 52229, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 322, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2019-06-17', 'fuel': 'Petrol', 'motExpiry': '2026-05-22', 'doors': 5, 'engineSize': 1595, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/f0671186-7a2e-4644-a06e-91923397cdba_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/96fde610-3d04-40a4-8ca1-aaabe6e0f554_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/d76b3a00-4b1d-47d0-bbc3-1e10d1af3273_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/f52bed90-a64e-4862-ae02-2a6de8dc9dda_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/431cd7cd-f94b-420e-b735-e70a52879da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/7e302ac6-143b-4559-aaa9-b3c9c70d1fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/db21360c-4aba-4013-afd6-6df8f27ecc16_removebg.jpg?w=600', 'https://abimg003.imgix.net/WM19NRJ/2026-03-13/image/91b83f77-45c0-4b32-a559-5d636d3f66de_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 05/23-31K 05/24-39K 04/25-45K', 'remarks': 'SPARE KEY, VOSA STATES 20K 31K 39K 45K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 144, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6ae3cc8-bc35-4f33-836b-c337faf6a404.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51fac649-ae0e-563b-ba9c-1d01bc5a0a95 with identifier: 120415189
2026-03-26 05:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51fac649-ae0e-563b-ba9c-1d01bc5a0a95 with scrape type 2
2026-03-26 05:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51fac649-ae0e-563b-ba9c-1d01bc5a0a95 with scrape type 2
2026-03-26 05:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 51fac649-ae0e-563b-ba9c-1d01bc5a0a95, identifier: 120415189
2026-03-26 05:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 51fac649-ae0e-563b-ba9c-1d01bc5a0a95 with identifier: 120415189
2026-03-26 05:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 51fac649-ae0e-563b-ba9c-1d01bc5a0a95 with identifier: 120415189
2026-03-26 05:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 51fac649-ae0e-563b-ba9c-1d01bc5a0a95 with identifier: 120415189 to the API
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120415189?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 144,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '51fac649-ae0e-563b-ba9c-1d01bc5a0a95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WM19NRJ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120415189',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'GLA HATCHBACK',
'odometer': 52229,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-17',
'seller_name': 'Mobilize Financial Services',
'title': 'MERCEDES-BENZ GLA HATCHBACK GLA 180 Urban Edition 5dr Auto',
'transmission': 'automatic',
'trim': 'GLA 180 Urban Edition 5dr Auto',
'vin': None,
'year': 2019}
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120415189%27 HTTP/1.1" 200 None
2026-03-26 05:04:45 [astonbarclay.gb] INFO: Saving data for 120415189: {'auction_closing_time': 1774519200.0, 'created_time': 1774379789.522518, 'last_price_update_time': 1774501485.940499}
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120415189') HTTP/1.1" 204 0
2026-03-26 05:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120447093?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120463311, 'registration': 'MJ21CYH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr DCT', 'mileage': 44185, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 324, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/72ce13bc-844c-4da2-af9e-aaeca29ba175_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/9083c8c3-5efb-488b-9d9e-6b9a3bab7551_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/a2530e74-3941-48d7-8929-061921bd84ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/d4b43215-2c2b-4f19-9ef8-e5b20a8be89c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/fdc0fad1-32b9-479f-8d74-a62892d50efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/2c300544-b000-4c7d-b825-0c3d2557f53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/e8238da5-d83c-4a5d-b43a-37509a9444b9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/22 9K 01/24 28K 03/25 38K 03/26 43K', 'remarks': 'VOSA STATES 29K 38K 43K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34df8d05-abe3-4bf6-9752-46ab366345f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120463311, 'registration': 'MJ21CYH', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.0 DiG-T 114 N-Connecta 5dr DCT', 'mileage': 44185, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 324, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2021-03-23', 'fuel': 'Petrol', 'motExpiry': '2027-03-22', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/72ce13bc-844c-4da2-af9e-aaeca29ba175_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/9083c8c3-5efb-488b-9d9e-6b9a3bab7551_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/a2530e74-3941-48d7-8929-061921bd84ea_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/d4b43215-2c2b-4f19-9ef8-e5b20a8be89c_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/fdc0fad1-32b9-479f-8d74-a62892d50efa_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/2c300544-b000-4c7d-b825-0c3d2557f53b_removebg.jpg?w=600', 'https://abimg003.imgix.net/MJ21CYH/2026-03-16/image/e8238da5-d83c-4a5d-b43a-37509a9444b9_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/22 9K 01/24 28K 03/25 38K 03/26 43K', 'remarks': 'VOSA STATES 29K 38K 43K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/34df8d05-abe3-4bf6-9752-46ab366345f5.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bcf3483-9fbe-5a0f-964c-9c0b20fac004 with identifier: 120463311
2026-03-26 05:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bcf3483-9fbe-5a0f-964c-9c0b20fac004 with scrape type 2
2026-03-26 05:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bcf3483-9fbe-5a0f-964c-9c0b20fac004 with scrape type 2
2026-03-26 05:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4bcf3483-9fbe-5a0f-964c-9c0b20fac004, identifier: 120463311
2026-03-26 05:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4bcf3483-9fbe-5a0f-964c-9c0b20fac004 with identifier: 120463311
2026-03-26 05:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4bcf3483-9fbe-5a0f-964c-9c0b20fac004 with identifier: 120463311
2026-03-26 05:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4bcf3483-9fbe-5a0f-964c-9c0b20fac004 with identifier: 120463311 to the API
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120463311?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '4bcf3483-9fbe-5a0f-964c-9c0b20fac004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MJ21CYH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120463311',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 44185,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.0 DiG-T 114 N-Connecta 5dr DCT',
'transmission': 'automatic',
'trim': '1.0 DiG-T 114 N-Connecta 5dr DCT',
'vin': None,
'year': 2021}
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120463311%27 HTTP/1.1" 200 None
2026-03-26 05:04:46 [astonbarclay.gb] INFO: Saving data for 120463311: {'auction_closing_time': 1774519200.0, 'created_time': 1774379778.621934, 'last_price_update_time': 1774501486.445216}
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120463311') HTTP/1.1" 204 0
2026-03-26 05:04:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120447093, 'registration': 'YA72CHO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Tekna 5dr Auto', 'mileage': 28321, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 323, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA72CHO/2026-03-20/image/498e3e2e-f3ff-4ed2-82a3-b064f55f1f8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/67e09b8b-5953-4fbf-ba75-f80220464e7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/8dd43c94-3029-4761-a71a-c3c9a7b5ab6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/632d65af-de75-459d-b756-4d4de1ebd9c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/2b8e72b0-acd9-4f93-992a-b18452311161_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/ca2c2143-e6eb-42b5-8319-c31888917c7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/08314a99-9dc8-4eb3-8e65-962305216256_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/e77bfae0-e3ef-4d89-bdbc-af7e974fbc6d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/24 8K', 'remarks': 'VOSA STATES 26K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0ad19af6-55a2-4f9f-9862-85755adef778.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120447093, 'registration': 'YA72CHO', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power Tekna 5dr Auto', 'mileage': 28321, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 323, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2022-12-31', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-12-30', 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/YA72CHO/2026-03-20/image/498e3e2e-f3ff-4ed2-82a3-b064f55f1f8c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/67e09b8b-5953-4fbf-ba75-f80220464e7b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/8dd43c94-3029-4761-a71a-c3c9a7b5ab6b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/632d65af-de75-459d-b756-4d4de1ebd9c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/2b8e72b0-acd9-4f93-992a-b18452311161_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/ca2c2143-e6eb-42b5-8319-c31888917c7c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/08314a99-9dc8-4eb3-8e65-962305216256_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72CHO/2026-03-20/image/e77bfae0-e3ef-4d89-bdbc-af7e974fbc6d_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service invoice 01/24 8K', 'remarks': 'VOSA STATES 26K SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0ad19af6-55a2-4f9f-9862-85755adef778.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa6efe1b-c406-5b39-b37d-748950d9ea4e with identifier: 120447093
2026-03-26 05:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa6efe1b-c406-5b39-b37d-748950d9ea4e with scrape type 2
2026-03-26 05:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa6efe1b-c406-5b39-b37d-748950d9ea4e with scrape type 2
2026-03-26 05:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: fa6efe1b-c406-5b39-b37d-748950d9ea4e, identifier: 120447093
2026-03-26 05:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: fa6efe1b-c406-5b39-b37d-748950d9ea4e with identifier: 120447093
2026-03-26 05:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: fa6efe1b-c406-5b39-b37d-748950d9ea4e with identifier: 120447093
2026-03-26 05:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: fa6efe1b-c406-5b39-b37d-748950d9ea4e with identifier: 120447093 to the API
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120447093?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'fa6efe1b-c406-5b39-b37d-748950d9ea4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA72CHO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120447093',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 28321,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-31',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power Tekna 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power Tekna 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120447093%27 HTTP/1.1" 200 None
2026-03-26 05:04:46 [astonbarclay.gb] INFO: Saving data for 120447093: {'auction_closing_time': 1774519200.0, 'created_time': 1774001039.073147, 'last_price_update_time': 1774501486.819727}
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120447093') HTTP/1.1" 204 0
2026-03-26 05:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119772022?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120442874?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:46 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119772022, 'registration': 'AO23LXH', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 28096, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 142, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-13', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AO23LXH/2026-03-16/image/f84d15b4-b299-40db-ac66-dcd4a4bfce48_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/e026406f-532c-46ac-a2b4-90313bd8dbb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/b7b14c6f-9bad-4f01-851d-bcbc87c8a36c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/0f197a2d-ec2b-4434-9209-0cb3b0e4e2b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/ec9bac47-0f59-4167-9520-4b89641fd355_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/0320ac39-0ec4-4a57-833f-e6c5f0cdf945_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/7232da99-5c24-4018-a750-db9ad0dea390_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/64b35f25-a8f1-4f40-8cb3-8978f6cd2089_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 06/25 36K', 'remarks': 'VOSA STATES 27K Model Specific Design Elements\tPhytonic Blue M+ 3de SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/84d497a5-08f6-4b9f-8796-a6127aaab156.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:46 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119772022, 'registration': 'AO23LXH', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 28096, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 142, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-13', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AO23LXH/2026-03-16/image/f84d15b4-b299-40db-ac66-dcd4a4bfce48_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/e026406f-532c-46ac-a2b4-90313bd8dbb1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/b7b14c6f-9bad-4f01-851d-bcbc87c8a36c_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/0f197a2d-ec2b-4434-9209-0cb3b0e4e2b0_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/ec9bac47-0f59-4167-9520-4b89641fd355_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/0320ac39-0ec4-4a57-833f-e6c5f0cdf945_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/7232da99-5c24-4018-a750-db9ad0dea390_removebg.jpg?w=600', 'https://abimg003.imgix.net/AO23LXH/2026-03-16/image/64b35f25-a8f1-4f40-8cb3-8978f6cd2089_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 06/25 36K', 'remarks': 'VOSA STATES 27K Model Specific Design Elements\tPhytonic Blue M+ 3de SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/84d497a5-08f6-4b9f-8796-a6127aaab156.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60c9aacd-74e0-57ad-a846-6b2432daa2e2 with identifier: 119772022
2026-03-26 05:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60c9aacd-74e0-57ad-a846-6b2432daa2e2 with scrape type 2
2026-03-26 05:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60c9aacd-74e0-57ad-a846-6b2432daa2e2 with scrape type 2
2026-03-26 05:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 60c9aacd-74e0-57ad-a846-6b2432daa2e2, identifier: 119772022
2026-03-26 05:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 60c9aacd-74e0-57ad-a846-6b2432daa2e2 with identifier: 119772022
2026-03-26 05:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 60c9aacd-74e0-57ad-a846-6b2432daa2e2 with identifier: 119772022
2026-03-26 05:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 60c9aacd-74e0-57ad-a846-6b2432daa2e2 with identifier: 119772022 to the API
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119772022?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '60c9aacd-74e0-57ad-a846-6b2432daa2e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AO23LXH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119772022',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'iX3 ELECTRIC ESTATE',
'odometer': 28096,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'seller_name': 'Zenith',
'title': 'BMW iX3 ELECTRIC ESTATE 210kW M Sport Pro 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': '210kW M Sport Pro 80kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119772022%27 HTTP/1.1" 200 None
2026-03-26 05:04:47 [astonbarclay.gb] INFO: Saving data for 119772022: {'auction_closing_time': 1774519200.0, 'created_time': 1774271557.147565, 'last_price_update_time': 1774501487.315046}
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119772022') HTTP/1.1" 204 0
2026-03-26 05:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119850906?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120442874, 'registration': 'BG24NZX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 15466, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 326, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG24NZX/2026-03-16/image/eefe8e2a-7d38-47f3-bfcc-e24c072ae895_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/ffd3c9e1-63ca-424d-8fca-583170394960_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/b9669a08-40e9-448d-91d3-310336c913c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/f6368a64-4cca-4678-8b5e-cd0504fbffbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/703efc4a-17e9-458b-b860-53de7e5a4ab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/b0c16451-ab90-459f-af4f-20c512dff5c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/ce10833b-c5ef-4397-bab9-c82fffca9b8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/5e4f86b2-2145-4541-a82e-7456a697ac6b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/25 8K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/15feb149-c3b0-412e-be86-4a54de9457b1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120442874, 'registration': 'BG24NZX', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'QASHQAI HATCHBACK', 'derivative': '1.5 E-Power N-Connecta 5dr Auto', 'mileage': 15466, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 326, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-05-24', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1497, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BG24NZX/2026-03-16/image/eefe8e2a-7d38-47f3-bfcc-e24c072ae895_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/ffd3c9e1-63ca-424d-8fca-583170394960_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/b9669a08-40e9-448d-91d3-310336c913c4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/f6368a64-4cca-4678-8b5e-cd0504fbffbf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/703efc4a-17e9-458b-b860-53de7e5a4ab7_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/b0c16451-ab90-459f-af4f-20c512dff5c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/ce10833b-c5ef-4397-bab9-c82fffca9b8e_removebg.jpg?w=600', 'https://abimg003.imgix.net/BG24NZX/2026-03-16/image/5e4f86b2-2145-4541-a82e-7456a697ac6b_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 05/25 8K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/15feb149-c3b0-412e-be86-4a54de9457b1.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a3f60be-02b0-525a-bf33-4c063f3f0bfd with identifier: 120442874
2026-03-26 05:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a3f60be-02b0-525a-bf33-4c063f3f0bfd with scrape type 2
2026-03-26 05:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a3f60be-02b0-525a-bf33-4c063f3f0bfd with scrape type 2
2026-03-26 05:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4a3f60be-02b0-525a-bf33-4c063f3f0bfd, identifier: 120442874
2026-03-26 05:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4a3f60be-02b0-525a-bf33-4c063f3f0bfd with identifier: 120442874
2026-03-26 05:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4a3f60be-02b0-525a-bf33-4c063f3f0bfd with identifier: 120442874
2026-03-26 05:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4a3f60be-02b0-525a-bf33-4c063f3f0bfd with identifier: 120442874 to the API
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120442874?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '4a3f60be-02b0-525a-bf33-4c063f3f0bfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BG24NZX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120442874',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'QASHQAI HATCHBACK',
'odometer': 15466,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN QASHQAI HATCHBACK 1.5 E-Power N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.5 E-Power N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442874%27 HTTP/1.1" 200 None
2026-03-26 05:04:47 [astonbarclay.gb] INFO: Saving data for 120442874: {'auction_closing_time': 1774519200.0, 'created_time': 1774379796.964976, 'last_price_update_time': 1774501487.731228}
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442874') HTTP/1.1" 204 0
2026-03-26 05:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119798473?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120738215?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:47 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119850906, 'registration': 'OE71GZK', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '165kW 64kWh Standard Range Single motor 5dr Auto', 'mileage': 79384, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 139, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-31', 'fuel': 'Electric', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE71GZK/2026-02-25/image/faf2c373-26f2-4584-b16c-f00afb585589_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/b880aebd-d3cb-45ab-b349-c08e72fc22e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/18d060d2-55e2-4ea2-82ff-476aba8abe90_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/1e4e7a4c-a8a5-406b-81ab-cd5b18dc6249_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/cb750f3a-d3ab-43c4-8a86-21a0a2b55574_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/12cc48ab-8bb7-4d8e-b626-b4f4f746ae22_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/da159b3e-648a-4e2c-84f5-de21c61abf76_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/e363d12e-d4ab-4ddb-90b7-d4797d066f38_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/46b3bd60-9c16-47be-9d2d-899b49238ca1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/23-37k, 11/24-56k, 11/25-74k,', 'remarks': 'vosa states 59k, 76k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edd639a3-5d69-404c-83b1-cbd1b460c6f8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:47 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119850906, 'registration': 'OE71GZK', 'account': 'ZEN002', 'make': 'POLESTAR', 'model': '2 FASTBACK', 'derivative': '165kW 64kWh Standard Range Single motor 5dr Auto', 'mileage': 79384, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 139, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-31', 'fuel': 'Electric', 'motExpiry': '2027-02-02', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/OE71GZK/2026-02-25/image/faf2c373-26f2-4584-b16c-f00afb585589_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/b880aebd-d3cb-45ab-b349-c08e72fc22e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/18d060d2-55e2-4ea2-82ff-476aba8abe90_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/1e4e7a4c-a8a5-406b-81ab-cd5b18dc6249_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/cb750f3a-d3ab-43c4-8a86-21a0a2b55574_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/12cc48ab-8bb7-4d8e-b626-b4f4f746ae22_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/da159b3e-648a-4e2c-84f5-de21c61abf76_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/e363d12e-d4ab-4ddb-90b7-d4797d066f38_removebg.jpg?w=600', 'https://abimg003.imgix.net/OE71GZK/2026-02-25/image/46b3bd60-9c16-47be-9d2d-899b49238ca1_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 11/23-37k, 11/24-56k, 11/25-74k,', 'remarks': 'vosa states 59k, 76k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/edd639a3-5d69-404c-83b1-cbd1b460c6f8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6232ac8-f4e5-5029-bfe0-4b85b0ec9282 with identifier: 119850906
2026-03-26 05:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6232ac8-f4e5-5029-bfe0-4b85b0ec9282 with scrape type 2
2026-03-26 05:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6232ac8-f4e5-5029-bfe0-4b85b0ec9282 with scrape type 2
2026-03-26 05:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b6232ac8-f4e5-5029-bfe0-4b85b0ec9282, identifier: 119850906
2026-03-26 05:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b6232ac8-f4e5-5029-bfe0-4b85b0ec9282 with identifier: 119850906
2026-03-26 05:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b6232ac8-f4e5-5029-bfe0-4b85b0ec9282 with identifier: 119850906
2026-03-26 05:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b6232ac8-f4e5-5029-bfe0-4b85b0ec9282 with identifier: 119850906 to the API
2026-03-26 05:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119850906?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b6232ac8-f4e5-5029-bfe0-4b85b0ec9282',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OE71GZK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119850906',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'POLESTAR',
'model': '2 FASTBACK',
'odometer': 79384,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seller_name': 'Zenith',
'title': 'POLESTAR 2 FASTBACK 165kW 64kWh Standard Range Single motor 5dr '
'Auto',
'transmission': 'automatic',
'trim': '165kW 64kWh Standard Range Single motor 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119850906%27 HTTP/1.1" 200 None
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Saving data for 119850906: {'auction_closing_time': 1774519200.0, 'created_time': 1774271360.836505, 'last_price_update_time': 1774501488.156553}
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119850906') HTTP/1.1" 204 0
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119798473, 'registration': 'SA23XKP', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e S Line 5dr S Tronic [17 inch Alloy]', 'mileage': 31932, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 134, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-11', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA23XKP/2026-03-17/image/d07dcff2-0621-4663-a250-c8882a6c807a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/3dac65d6-d73a-441e-a17a-73ecc87e4e97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/3157fe46-c1b6-497e-8af8-7cacc382f787_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/fe427e43-5208-41e2-9c3c-222374c22899_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/976f220c-90f1-4601-a86d-6cca65fbfead_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/af3c9c96-6dbc-40ae-8ca0-a8182297ecf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/d52f77b9-37c0-418f-9854-d42108d5b06c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/2abd9485-a972-4309-95a8-2ac2e98a5583_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24 9K 03/25 19K 02/26 30K', 'remarks': 'Metallic Paint, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 26, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/92cd46c8-7d05-4092-937a-d644d38baf86.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119798473, 'registration': 'SA23XKP', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e S Line 5dr S Tronic [17 inch Alloy]', 'mileage': 31932, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 134, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-04-11', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SA23XKP/2026-03-17/image/d07dcff2-0621-4663-a250-c8882a6c807a_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/3dac65d6-d73a-441e-a17a-73ecc87e4e97_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/3157fe46-c1b6-497e-8af8-7cacc382f787_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/fe427e43-5208-41e2-9c3c-222374c22899_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/976f220c-90f1-4601-a86d-6cca65fbfead_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/af3c9c96-6dbc-40ae-8ca0-a8182297ecf8_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/d52f77b9-37c0-418f-9854-d42108d5b06c_removebg.jpg?w=600', 'https://abimg003.imgix.net/SA23XKP/2026-03-17/image/2abd9485-a972-4309-95a8-2ac2e98a5583_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/24 9K 03/25 19K 02/26 30K', 'remarks': 'Metallic Paint, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 26, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/92cd46c8-7d05-4092-937a-d644d38baf86.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f7def25-7017-5dd8-82dc-68f0e88a5d62 with identifier: 119798473
2026-03-26 05:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f7def25-7017-5dd8-82dc-68f0e88a5d62 with scrape type 2
2026-03-26 05:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f7def25-7017-5dd8-82dc-68f0e88a5d62 with scrape type 2
2026-03-26 05:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7f7def25-7017-5dd8-82dc-68f0e88a5d62, identifier: 119798473
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120738215, 'registration': 'LR64HYO', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO ELECTRIC CABRIO', 'derivative': '55kW Electric Drive 2dr Auto', 'mileage': 31836, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 638, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-21', 'doors': 2, 'engineSize': None, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/LR64HYO/2026-03-25/image/25acd0c6-ea90-4356-b713-32442aeeafd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/0578516f-ae2a-46c4-87b1-865eae7bfac8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/7c6b2694-1962-443e-91a6-98974e90a09e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/8e96f1fd-595c-4fa3-ad37-88c18f175da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/6aae5785-5276-4948-924f-dfb392ab7f66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/8c548819-a717-400a-ac7f-c3f166f7b1e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/748d9f0d-37b7-4204-b7da-375d6ddd4020_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/300f1712-1ab8-4cfc-8256-1909acaf4069_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**646** VOSA STATES 9K, 11K, 23KM, 16K, 21K, 25K, 29K, 31K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bda8eb35-b744-441d-9449-be2d3f484afc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120738215, 'registration': 'LR64HYO', 'account': 'WBA004', 'make': 'SMART', 'model': 'FORTWO ELECTRIC CABRIO', 'derivative': '55kW Electric Drive 2dr Auto', 'mileage': 31836, 'mileageWarranty': True, 'type': 'car', 'saleId': 18908, 'siteId': 34457511, 'site': {'id': 34457511, 'name': 'Aston Barclay Wakefield', 'vehicles': 427}, 'saleStart': '2026-03-27T09:45Z', 'lot': 638, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2014-11-29', 'fuel': 'Electric', 'motExpiry': '2026-11-21', 'doors': 2, 'engineSize': None, 'bodyType': 'Cabriolet', 'images': ['https://abimg003.imgix.net/LR64HYO/2026-03-25/image/25acd0c6-ea90-4356-b713-32442aeeafd1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/0578516f-ae2a-46c4-87b1-865eae7bfac8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/7c6b2694-1962-443e-91a6-98974e90a09e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/8e96f1fd-595c-4fa3-ad37-88c18f175da6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/6aae5785-5276-4948-924f-dfb392ab7f66_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/8c548819-a717-400a-ac7f-c3f166f7b1e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/748d9f0d-37b7-4204-b7da-375d6ddd4020_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR64HYO/2026-03-25/image/300f1712-1ab8-4cfc-8256-1909acaf4069_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '**646** VOSA STATES 9K, 11K, 23KM, 16K, 21K, 25K, 29K, 31K,', 'virtual': False, 'seller': 'UKCGR - Trade', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '1', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bda8eb35-b744-441d-9449-be2d3f484afc.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 5, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ceac3c-6606-57a4-901a-11d1dd9e79c9 with identifier: 120738215
2026-03-26 05:04:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ceac3c-6606-57a4-901a-11d1dd9e79c9 with scrape type 2
2026-03-26 05:04:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18ceac3c-6606-57a4-901a-11d1dd9e79c9 with scrape type 2
2026-03-26 05:04:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 18ceac3c-6606-57a4-901a-11d1dd9e79c9, identifier: 120738215
2026-03-26 05:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7f7def25-7017-5dd8-82dc-68f0e88a5d62 with identifier: 119798473
2026-03-26 05:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7f7def25-7017-5dd8-82dc-68f0e88a5d62 with identifier: 119798473
2026-03-26 05:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7f7def25-7017-5dd8-82dc-68f0e88a5d62 with identifier: 119798473 to the API
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119798473?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 26,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '7f7def25-7017-5dd8-82dc-68f0e88a5d62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SA23XKP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119798473',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 31932,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-11',
'seller_name': 'Zenith',
'title': 'AUDI A3 SPORTBACK 40 TFSI e S Line 5dr S Tronic [17 inch Alloy]',
'transmission': 'automatic',
'trim': '40 TFSI e S Line 5dr S Tronic [17 inch Alloy]',
'vin': None,
'year': 2023}
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119798473%27 HTTP/1.1" 200 None
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Saving data for 119798473: {'auction_closing_time': 1774519200.0, 'created_time': 1774271544.151589, 'last_price_update_time': 1774501488.652843}
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119798473') HTTP/1.1" 204 0
2026-03-26 05:04:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 18ceac3c-6606-57a4-901a-11d1dd9e79c9 with identifier: 120738215
2026-03-26 05:04:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 18ceac3c-6606-57a4-901a-11d1dd9e79c9 with identifier: 120738215
2026-03-26 05:04:48 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 18ceac3c-6606-57a4-901a-11d1dd9e79c9 with identifier: 120738215 to the API
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120738215?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': '2026-03-27T09:45:00Z',
'fuel_type': 'Electric',
'id': '18ceac3c-6606-57a4-901a-11d1dd9e79c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'LR64HYO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120738215',
'listing': 'auction',
'location': 'Aston Barclay Wakefield',
'make': 'SMART',
'model': 'FORTWO ELECTRIC CABRIO',
'odometer': 31836,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-29',
'seller_name': 'UKCGR - Trade',
'title': 'SMART FORTWO ELECTRIC CABRIO 55kW Electric Drive 2dr Auto',
'transmission': 'automatic',
'trim': '55kW Electric Drive 2dr Auto',
'vin': None,
'year': 2014}
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120738215%27 HTTP/1.1" 200 None
2026-03-26 05:04:48 [astonbarclay.gb] INFO: Saving data for 120738215: {'auction_closing_time': 1774604700.0, 'created_time': 1774379494.407432, 'last_price_update_time': 1774501488.943697}
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120738215') HTTP/1.1" 204 0
2026-03-26 05:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119915892?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119581013?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119915892, 'registration': 'FX71PZV', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line 80kWh 5dr Auto', 'mileage': 44949, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 124, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-10', 'fuel': 'Electric', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX71PZV/2026-03-02/image/d6fd7623-c868-427d-9996-fa40ad20298b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/6d46e57c-0349-45ce-a32d-5f489e712c6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/6266495c-013d-47d1-8801-d5620078b40d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/c6297c52-9783-48bf-8372-842559757a19_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/12166673-388f-4457-a2e1-2f33967edd9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/475145e2-8c61-44dc-897d-0ed745816557_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/c49d1b42-5f64-4170-94d5-b207feadcda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/a71b2e41-66ae-4dda-b481-85ca0bc0ac30_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/dbe23b44-2589-4de3-a721-6c4263c625c3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/23 13K 04/24 26K 04/25 36K', 'remarks': 'VOSA STATES 32K 42K SPARE KEY Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2e7dad15-53c3-4d0b-b32b-ca20ada40655.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119915892, 'registration': 'FX71PZV', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line 80kWh 5dr Auto', 'mileage': 44949, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 124, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-12-10', 'fuel': 'Electric', 'motExpiry': '2026-12-09', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FX71PZV/2026-03-02/image/d6fd7623-c868-427d-9996-fa40ad20298b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/6d46e57c-0349-45ce-a32d-5f489e712c6d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/6266495c-013d-47d1-8801-d5620078b40d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/c6297c52-9783-48bf-8372-842559757a19_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/12166673-388f-4457-a2e1-2f33967edd9c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/475145e2-8c61-44dc-897d-0ed745816557_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/c49d1b42-5f64-4170-94d5-b207feadcda2_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/a71b2e41-66ae-4dda-b481-85ca0bc0ac30_removebg.jpg?w=600', 'https://abimg003.imgix.net/FX71PZV/2026-03-02/image/dbe23b44-2589-4de3-a721-6c4263c625c3_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/23 13K 04/24 26K 04/25 36K', 'remarks': 'VOSA STATES 32K 42K SPARE KEY Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2e7dad15-53c3-4d0b-b32b-ca20ada40655.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7be6813-b405-5ae6-8273-28af4ae9750d with identifier: 119915892
2026-03-26 05:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7be6813-b405-5ae6-8273-28af4ae9750d with scrape type 2
2026-03-26 05:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7be6813-b405-5ae6-8273-28af4ae9750d with scrape type 2
2026-03-26 05:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a7be6813-b405-5ae6-8273-28af4ae9750d, identifier: 119915892
2026-03-26 05:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a7be6813-b405-5ae6-8273-28af4ae9750d with identifier: 119915892
2026-03-26 05:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a7be6813-b405-5ae6-8273-28af4ae9750d with identifier: 119915892
2026-03-26 05:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a7be6813-b405-5ae6-8273-28af4ae9750d with identifier: 119915892 to the API
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119915892?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'a7be6813-b405-5ae6-8273-28af4ae9750d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FX71PZV',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119915892',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 44949,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-10',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line 80kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119915892%27 HTTP/1.1" 200 None
2026-03-26 05:04:49 [astonbarclay.gb] INFO: Saving data for 119915892: {'auction_closing_time': 1774519200.0, 'created_time': 1774271361.267747, 'last_price_update_time': 1774501489.456457}
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119915892') HTTP/1.1" 204 0
2026-03-26 05:04:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119581013, 'registration': 'FG23DAU', 'account': 'ZEN002', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr Step Auto [LCP]', 'mileage': 69949, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 126, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG23DAU/2026-03-02/image/01190371-8693-4d71-b4c8-aace49368113_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/b89154a6-45e6-46f6-86cc-d084273ca72d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/d39a407a-07ad-4da1-a59a-34b58a811c32_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/36db15c7-1f92-405c-8deb-3f822a985408_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/fa86a2f2-5cc7-4c81-bc9f-f3c17182986b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/c5866ae7-c8ee-42af-b1c6-dab9161995f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/fd055a39-f26d-4f90-babd-46c727111c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/8eec78ee-c0a8-4478-9de7-6e6920a09870_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/bf390d00-e2fe-42f1-98ae-95d90d1458b6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24 22K 08/24 35K 12/24 43K 05/25 52K 01/26 69K', 'remarks': 'Elec Adjt Lmbr Suprt-drvr/Frnt Psngr\tSpace Saver Spare Wheel (1 Series)\tStorm Bay Individual Metallic SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d3bf7bf-fddf-4bd2-93a7-7bfd666f4e20.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119581013, 'registration': 'FG23DAU', 'account': 'ZEN002', 'make': 'BMW', 'model': '1 SERIES HATCHBACK', 'derivative': '118i [136] M Sport 5dr Step Auto [LCP]', 'mileage': 69949, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 126, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-29', 'fuel': 'Petrol', 'motExpiry': None, 'doors': 5, 'engineSize': 1499, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/FG23DAU/2026-03-02/image/01190371-8693-4d71-b4c8-aace49368113_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/b89154a6-45e6-46f6-86cc-d084273ca72d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/d39a407a-07ad-4da1-a59a-34b58a811c32_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/36db15c7-1f92-405c-8deb-3f822a985408_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/fa86a2f2-5cc7-4c81-bc9f-f3c17182986b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/c5866ae7-c8ee-42af-b1c6-dab9161995f7_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/fd055a39-f26d-4f90-babd-46c727111c18_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/8eec78ee-c0a8-4478-9de7-6e6920a09870_removebg.jpg?w=600', 'https://abimg003.imgix.net/FG23DAU/2026-03-02/image/bf390d00-e2fe-42f1-98ae-95d90d1458b6_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24 22K 08/24 35K 12/24 43K 05/25 52K 01/26 69K', 'remarks': 'Elec Adjt Lmbr Suprt-drvr/Frnt Psngr\tSpace Saver Spare Wheel (1 Series)\tStorm Bay Individual Metallic SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 134, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3d3bf7bf-fddf-4bd2-93a7-7bfd666f4e20.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d99bcece-bab8-5de1-8993-cdd9edef3085 with identifier: 119581013
2026-03-26 05:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d99bcece-bab8-5de1-8993-cdd9edef3085 with scrape type 2
2026-03-26 05:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d99bcece-bab8-5de1-8993-cdd9edef3085 with scrape type 2
2026-03-26 05:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d99bcece-bab8-5de1-8993-cdd9edef3085, identifier: 119581013
2026-03-26 05:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d99bcece-bab8-5de1-8993-cdd9edef3085 with identifier: 119581013
2026-03-26 05:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d99bcece-bab8-5de1-8993-cdd9edef3085 with identifier: 119581013
2026-03-26 05:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d99bcece-bab8-5de1-8993-cdd9edef3085 with identifier: 119581013 to the API
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119581013?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 134,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd99bcece-bab8-5de1-8993-cdd9edef3085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FG23DAU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119581013',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '1 SERIES HATCHBACK',
'odometer': 69949,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-29',
'seller_name': 'Zenith',
'title': 'BMW 1 SERIES HATCHBACK 118i [136] M Sport 5dr Step Auto [LCP]',
'transmission': 'automatic',
'trim': '118i [136] M Sport 5dr Step Auto [LCP]',
'vin': None,
'year': 2023}
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119581013%27 HTTP/1.1" 200 None
2026-03-26 05:04:49 [astonbarclay.gb] INFO: Saving data for 119581013: {'auction_closing_time': 1774519200.0, 'created_time': 1774271438.392274, 'last_price_update_time': 1774501489.850038}
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119581013') HTTP/1.1" 204 0
2026-03-26 05:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119345464?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119642095?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:49 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119345464, 'registration': 'DV72WOH', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi Premium 5dr 2WD', 'mileage': 30829, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 121, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-15', 'fuel': 'Petrol', 'motExpiry': '2026-11-17', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DV72WOH/2026-02-26/image/8f9bfaa7-25f3-4395-ba44-383c9c00f2f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/3e3a05e0-0a42-4329-a35a-964935df1feb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/0febd53d-f549-4cc1-8645-39c0c63a66d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/e1e8d723-4cc8-46d0-ad3f-ede75000484a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/6aeba985-fd5e-42c2-a790-4b7e3a26d4d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/8aca8308-d217-4493-be20-bd2653c0f03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/a79ee0a3-a8dc-43aa-a701-704470016390_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/bf2dd75d-abff-418f-a9c7-8b1f305c9e27_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/507f4b2e-fccf-4dcd-9d76-3416a2181966_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24-8K 02/25-18K 01/26-29K', 'remarks': 'SPARE KEY, vosa states 27k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12c82f9d-3aaa-4653-82eb-aa26feed1a94.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:49 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119345464, 'registration': 'DV72WOH', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi Premium 5dr 2WD', 'mileage': 30829, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 121, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-11-15', 'fuel': 'Petrol', 'motExpiry': '2026-11-17', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DV72WOH/2026-02-26/image/8f9bfaa7-25f3-4395-ba44-383c9c00f2f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/3e3a05e0-0a42-4329-a35a-964935df1feb_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/0febd53d-f549-4cc1-8645-39c0c63a66d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/e1e8d723-4cc8-46d0-ad3f-ede75000484a_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/6aeba985-fd5e-42c2-a790-4b7e3a26d4d8_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/8aca8308-d217-4493-be20-bd2653c0f03e_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/a79ee0a3-a8dc-43aa-a701-704470016390_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/bf2dd75d-abff-418f-a9c7-8b1f305c9e27_removebg.jpg?w=600', 'https://abimg003.imgix.net/DV72WOH/2026-02-26/image/507f4b2e-fccf-4dcd-9d76-3416a2181966_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 02/24-8K 02/25-18K 01/26-29K', 'remarks': 'SPARE KEY, vosa states 27k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/12c82f9d-3aaa-4653-82eb-aa26feed1a94.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c9d482-bcfe-5a1d-8d13-4086e928c6ca with identifier: 119345464
2026-03-26 05:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c9d482-bcfe-5a1d-8d13-4086e928c6ca with scrape type 2
2026-03-26 05:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c9d482-bcfe-5a1d-8d13-4086e928c6ca with scrape type 2
2026-03-26 05:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 04c9d482-bcfe-5a1d-8d13-4086e928c6ca, identifier: 119345464
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119642095, 'registration': 'LG22ZKE', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 23461, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 119, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-04-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/88b14dc9-debe-48d9-888b-7b315ac93c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/2e74b333-68bc-4034-84cd-6098c40bcadb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/6414da92-9bb5-42b9-bc63-36a28fa0d2fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/4a13ef6f-4d47-4184-8d85-717ae1fb5f2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/c72823f9-c10a-4806-8fcb-3e115f6f1dc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/636502de-3f88-49fe-8ec5-7a414677d29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/de30ee37-bf1a-483f-a437-4ab12bdb6daf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/257f3ba5-9b8b-4789-9097-919705bd69b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/afcbe7fd-d3cd-4539-8798-2e25cb0a07af_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24 10K', 'remarks': 'VOSA STATES 16K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7674ad91-7900-4ef8-af97-c10be23adf3e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119642095, 'registration': 'LG22ZKE', 'account': 'ZEN009', 'make': 'FORD', 'model': 'PUMA HATCHBACK', 'derivative': '1.0 EcoBoost Hybrid mHEV Titanium 5dr', 'mileage': 23461, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 119, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-04-01', 'fuel': 'Petrol', 'motExpiry': '2026-03-31', 'doors': 5, 'engineSize': 999, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/88b14dc9-debe-48d9-888b-7b315ac93c97_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/2e74b333-68bc-4034-84cd-6098c40bcadb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/6414da92-9bb5-42b9-bc63-36a28fa0d2fb_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/4a13ef6f-4d47-4184-8d85-717ae1fb5f2a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/c72823f9-c10a-4806-8fcb-3e115f6f1dc6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/636502de-3f88-49fe-8ec5-7a414677d29a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/de30ee37-bf1a-483f-a437-4ab12bdb6daf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/257f3ba5-9b8b-4789-9097-919705bd69b2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LG22ZKE/2026-03-04/image/afcbe7fd-d3cd-4539-8798-2e25cb0a07af_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 05/24 10K', 'remarks': 'VOSA STATES 16K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 122, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7674ad91-7900-4ef8-af97-c10be23adf3e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d103a073-5676-55fd-9ca3-f1bcba8a1427 with identifier: 119642095
2026-03-26 05:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d103a073-5676-55fd-9ca3-f1bcba8a1427 with scrape type 2
2026-03-26 05:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d103a073-5676-55fd-9ca3-f1bcba8a1427 with scrape type 2
2026-03-26 05:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d103a073-5676-55fd-9ca3-f1bcba8a1427, identifier: 119642095
2026-03-26 05:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 04c9d482-bcfe-5a1d-8d13-4086e928c6ca with identifier: 119345464
2026-03-26 05:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 04c9d482-bcfe-5a1d-8d13-4086e928c6ca with identifier: 119345464
2026-03-26 05:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 04c9d482-bcfe-5a1d-8d13-4086e928c6ca with identifier: 119345464 to the API
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119345464?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '04c9d482-bcfe-5a1d-8d13-4086e928c6ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DV72WOH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119345464',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 30829,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-15',
'seller_name': 'Zenith',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi Premium 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 TGDi Premium 5dr 2WD',
'vin': None,
'year': 2022}
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119345464%27 HTTP/1.1" 200 None
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Saving data for 119345464: {'auction_closing_time': 1774519200.0, 'created_time': 1774271432.760313, 'last_price_update_time': 1774501490.448818}
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119345464') HTTP/1.1" 204 0
2026-03-26 05:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d103a073-5676-55fd-9ca3-f1bcba8a1427 with identifier: 119642095
2026-03-26 05:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d103a073-5676-55fd-9ca3-f1bcba8a1427 with identifier: 119642095
2026-03-26 05:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d103a073-5676-55fd-9ca3-f1bcba8a1427 with identifier: 119642095 to the API
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119642095?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 122,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd103a073-5676-55fd-9ca3-f1bcba8a1427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LG22ZKE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119642095',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'FORD',
'model': 'PUMA HATCHBACK',
'odometer': 23461,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seller_name': 'Zenith',
'title': 'FORD PUMA HATCHBACK 1.0 EcoBoost Hybrid mHEV Titanium 5dr',
'transmission': 'manual',
'trim': '1.0 EcoBoost Hybrid mHEV Titanium 5dr',
'vin': None,
'year': 2022}
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119642095%27 HTTP/1.1" 200 None
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Saving data for 119642095: {'auction_closing_time': 1774519200.0, 'created_time': 1774271438.981034, 'last_price_update_time': 1774501490.743056}
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119642095') HTTP/1.1" 204 0
2026-03-26 05:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119797897?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119579221?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119431738?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119797897, 'registration': 'VO23PXN', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Life Pro Perform 58kWh 5dr Auto [120kW Ch]', 'mileage': 26937, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 117, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-16', 'fuel': 'Electric', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO23PXN/2026-02-23/image/b844a52b-2ab7-44ba-931b-4f924eb512b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/4b5130c2-53c1-4fca-abd5-493c5d8352ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/308e39cb-4a30-4f24-9958-6c4ea90f4bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/a6201873-78d5-465b-b13e-b8f575bc2e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/468def7d-1193-4c4a-af3e-5a0fad63057d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/e566e866-e729-417f-8075-e717ffd5005b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/fff2eb4f-c3b6-401e-9bea-a63b142989f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/0beb9243-cca9-48d5-81d7-77cabcef60bb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/25-18K, 02/26 26K', 'remarks': 'SPARE KEY VOSA STATES 26K Mode 2-3-pin Charging Cable', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bfa229f6-51f3-44e1-8cc5-889876746c0a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119797897, 'registration': 'VO23PXN', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Life Pro Perform 58kWh 5dr Auto [120kW Ch]', 'mileage': 26937, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 117, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-16', 'fuel': 'Electric', 'motExpiry': '2027-03-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/VO23PXN/2026-02-23/image/b844a52b-2ab7-44ba-931b-4f924eb512b9_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/4b5130c2-53c1-4fca-abd5-493c5d8352ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/308e39cb-4a30-4f24-9958-6c4ea90f4bdd_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/a6201873-78d5-465b-b13e-b8f575bc2e02_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/468def7d-1193-4c4a-af3e-5a0fad63057d_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/e566e866-e729-417f-8075-e717ffd5005b_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/fff2eb4f-c3b6-401e-9bea-a63b142989f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VO23PXN/2026-02-23/image/0beb9243-cca9-48d5-81d7-77cabcef60bb_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/25-18K, 02/26 26K', 'remarks': 'SPARE KEY VOSA STATES 26K Mode 2-3-pin Charging Cable', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bfa229f6-51f3-44e1-8cc5-889876746c0a.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ec1e9f9-b866-5777-b3e5-2683d7874fa2 with identifier: 119797897
2026-03-26 05:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ec1e9f9-b866-5777-b3e5-2683d7874fa2 with scrape type 2
2026-03-26 05:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ec1e9f9-b866-5777-b3e5-2683d7874fa2 with scrape type 2
2026-03-26 05:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ec1e9f9-b866-5777-b3e5-2683d7874fa2, identifier: 119797897
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119579221, 'registration': 'FJ22TVD', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 69006, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 115, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-21', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-03-20', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/d127974a-fb4c-4c7d-9acc-2fe8e18b0698_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/6592fe7b-2186-46e6-8dc0-0e8697dbed13_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/a39716dc-2efd-4c57-9259-8e2ee47089e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/d9634090-ab51-40f8-aab5-208087f2bae0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/18560ce1-f387-4ad2-b73d-0697f7c42e35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/fb50e282-c328-4873-afa1-b0e1c722d02d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/4f4014ce-3148-4566-ac25-990d578b54a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/1cd36b3b-7b33-42ec-af56-5ed5a06823db_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/ca26f01b-94e4-4a76-b95b-99a5fa607c84_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25 83K 07/25 98K', 'remarks': 'VOSA STATES 54K 68K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 34, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87c11685-4e61-4856-8e0a-087e43ec8f61.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:50 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119579221, 'registration': 'FJ22TVD', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 69006, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 115, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-21', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-03-20', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/d127974a-fb4c-4c7d-9acc-2fe8e18b0698_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/6592fe7b-2186-46e6-8dc0-0e8697dbed13_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/a39716dc-2efd-4c57-9259-8e2ee47089e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/d9634090-ab51-40f8-aab5-208087f2bae0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/18560ce1-f387-4ad2-b73d-0697f7c42e35_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/fb50e282-c328-4873-afa1-b0e1c722d02d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/4f4014ce-3148-4566-ac25-990d578b54a8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/1cd36b3b-7b33-42ec-af56-5ed5a06823db_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ22TVD/2026-03-02/image/ca26f01b-94e4-4a76-b95b-99a5fa607c84_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25 83K 07/25 98K', 'remarks': 'VOSA STATES 54K 68K, SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 34, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/87c11685-4e61-4856-8e0a-087e43ec8f61.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7722016-f917-5354-8477-9cc7650126a5 with identifier: 119579221
2026-03-26 05:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7722016-f917-5354-8477-9cc7650126a5 with scrape type 2
2026-03-26 05:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7722016-f917-5354-8477-9cc7650126a5 with scrape type 2
2026-03-26 05:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d7722016-f917-5354-8477-9cc7650126a5, identifier: 119579221
2026-03-26 05:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ec1e9f9-b866-5777-b3e5-2683d7874fa2 with identifier: 119797897
2026-03-26 05:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ec1e9f9-b866-5777-b3e5-2683d7874fa2 with identifier: 119797897
2026-03-26 05:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ec1e9f9-b866-5777-b3e5-2683d7874fa2 with identifier: 119797897 to the API
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119797897?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '0ec1e9f9-b866-5777-b3e5-2683d7874fa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VO23PXN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119797897',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 26937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-16',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN ID.3 HATCHBACK 150kW Life Pro Perform 58kWh 5dr Auto '
'[120kW Ch]',
'transmission': 'automatic',
'trim': '150kW Life Pro Perform 58kWh 5dr Auto [120kW Ch]',
'vin': None,
'year': 2023}
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119797897%27 HTTP/1.1" 200 None
2026-03-26 05:04:51 [astonbarclay.gb] INFO: Saving data for 119797897: {'auction_closing_time': 1774519200.0, 'created_time': 1774271511.400053, 'last_price_update_time': 1774501491.33278}
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119797897') HTTP/1.1" 204 0
2026-03-26 05:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d7722016-f917-5354-8477-9cc7650126a5 with identifier: 119579221
2026-03-26 05:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d7722016-f917-5354-8477-9cc7650126a5 with identifier: 119579221
2026-03-26 05:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d7722016-f917-5354-8477-9cc7650126a5 with identifier: 119579221 to the API
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119579221?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 34,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'd7722016-f917-5354-8477-9cc7650126a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FJ22TVD',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119579221',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 69006,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119579221%27 HTTP/1.1" 200 None
2026-03-26 05:04:51 [astonbarclay.gb] INFO: Saving data for 119579221: {'auction_closing_time': 1774519200.0, 'created_time': 1774271309.762332, 'last_price_update_time': 1774501491.603083}
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119579221') HTTP/1.1" 204 0
2026-03-26 05:04:51 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119431738, 'registration': 'FP72OGZ', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 64573, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 138, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-09', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-08', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/ae4eb7e0-6151-49e8-8f0d-130a51eae28e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/d72c02bb-f428-4e4e-a9cf-77523ceaebe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/12a8fd0d-7ccb-4bc5-83b4-091b1e03908b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/c57cf41a-94e4-4409-9dc6-a62bde8c6fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/148cd73e-6464-42b5-a8ad-4c3bb21a1a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/f005dd37-9cb7-4255-9d08-79fc7f756d91_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/166c7210-eb10-4734-b83d-7ad9952403f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/aae0f07c-b927-4557-b282-4ba735c9683c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/79bd882d-fd89-4a49-8f16-c7f171715f87_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-19k, 12/24-38k, 06/25-49k,', 'remarks': 'vosa states 62k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/61aff4ba-0e29-4661-a30d-d23604efa6db.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:51 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119431738, 'registration': 'FP72OGZ', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 64573, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 138, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-09', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-08', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/ae4eb7e0-6151-49e8-8f0d-130a51eae28e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/d72c02bb-f428-4e4e-a9cf-77523ceaebe5_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/12a8fd0d-7ccb-4bc5-83b4-091b1e03908b_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/c57cf41a-94e4-4409-9dc6-a62bde8c6fa0_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/148cd73e-6464-42b5-a8ad-4c3bb21a1a5f_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/f005dd37-9cb7-4255-9d08-79fc7f756d91_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/166c7210-eb10-4734-b83d-7ad9952403f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/aae0f07c-b927-4557-b282-4ba735c9683c_removebg.jpg?w=600', 'https://abimg003.imgix.net/FP72OGZ/2026-02-11/image/79bd882d-fd89-4a49-8f16-c7f171715f87_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-19k, 12/24-38k, 06/25-49k,', 'remarks': 'vosa states 62k,', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/61aff4ba-0e29-4661-a30d-d23604efa6db.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c4ef12-9c4b-55d1-9490-607ed2b427cf with identifier: 119431738
2026-03-26 05:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c4ef12-9c4b-55d1-9490-607ed2b427cf with scrape type 2
2026-03-26 05:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98c4ef12-9c4b-55d1-9490-607ed2b427cf with scrape type 2
2026-03-26 05:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 98c4ef12-9c4b-55d1-9490-607ed2b427cf, identifier: 119431738
2026-03-26 05:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 98c4ef12-9c4b-55d1-9490-607ed2b427cf with identifier: 119431738
2026-03-26 05:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 98c4ef12-9c4b-55d1-9490-607ed2b427cf with identifier: 119431738
2026-03-26 05:04:51 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 98c4ef12-9c4b-55d1-9490-607ed2b427cf with identifier: 119431738 to the API
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 05:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119431738?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '98c4ef12-9c4b-55d1-9490-607ed2b427cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FP72OGZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119431738',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 64573,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-09',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119431738%27 HTTP/1.1" 200 None
2026-03-26 05:04:51 [astonbarclay.gb] INFO: Saving data for 119431738: {'auction_closing_time': 1774519200.0, 'created_time': 1774271542.989886, 'last_price_update_time': 1774501491.993648}
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119431738') HTTP/1.1" 204 0
2026-03-26 05:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120473916?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120473916, 'registration': 'YD21LMH', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE SPECIAL EDITION', 'derivative': '150kW 1ST Edition Pro Performance 77kWh 5dr Auto', 'mileage': 63563, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 114, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-07-08', 'fuel': 'Electric', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YD21LMH/2026-03-17/image/e990d289-3ddd-432c-be5a-2970931e8265_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/688714b5-c14c-4ddc-9662-eaedb049e508_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/f42c6753-96f4-4cca-9b5a-e214141bb70b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/94e3c045-4100-4f4e-aad7-a84ff0de4f4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/68193d52-d7b8-4bdb-acdf-bfe5211849a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/e02f457d-83ef-4ef9-9ca8-dc7abd75d1c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/2739ccfe-905d-494a-88c1-e043af49a315_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/8e7092f9-0d7f-4717-80fb-d750e41af7c7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/23-23K, 08/25-53K,', 'remarks': 'OUSTANDING RECALL, VOSA STATES 33K 50K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c955bded-72de-45d5-82e0-7a2acc27f4ff.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120473916, 'registration': 'YD21LMH', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE SPECIAL EDITION', 'derivative': '150kW 1ST Edition Pro Performance 77kWh 5dr Auto', 'mileage': 63563, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 114, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-07-08', 'fuel': 'Electric', 'motExpiry': '2026-07-07', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YD21LMH/2026-03-17/image/e990d289-3ddd-432c-be5a-2970931e8265_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/688714b5-c14c-4ddc-9662-eaedb049e508_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/f42c6753-96f4-4cca-9b5a-e214141bb70b_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/94e3c045-4100-4f4e-aad7-a84ff0de4f4a_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/68193d52-d7b8-4bdb-acdf-bfe5211849a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/e02f457d-83ef-4ef9-9ca8-dc7abd75d1c1_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/2739ccfe-905d-494a-88c1-e043af49a315_removebg.jpg?w=600', 'https://abimg003.imgix.net/YD21LMH/2026-03-17/image/8e7092f9-0d7f-4717-80fb-d750e41af7c7_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/23-23K, 08/25-53K,', 'remarks': 'OUSTANDING RECALL, VOSA STATES 33K 50K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c955bded-72de-45d5-82e0-7a2acc27f4ff.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce6b97c2-0543-511a-8ea1-a6a3a9c708ce with identifier: 120473916
2026-03-26 05:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce6b97c2-0543-511a-8ea1-a6a3a9c708ce with scrape type 2
2026-03-26 05:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce6b97c2-0543-511a-8ea1-a6a3a9c708ce with scrape type 2
2026-03-26 05:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ce6b97c2-0543-511a-8ea1-a6a3a9c708ce, identifier: 120473916
2026-03-26 05:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ce6b97c2-0543-511a-8ea1-a6a3a9c708ce with identifier: 120473916
2026-03-26 05:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ce6b97c2-0543-511a-8ea1-a6a3a9c708ce with identifier: 120473916
2026-03-26 05:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ce6b97c2-0543-511a-8ea1-a6a3a9c708ce with identifier: 120473916 to the API
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120473916?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ce6b97c2-0543-511a-8ea1-a6a3a9c708ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'YD21LMH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120473916',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE SPECIAL EDITION',
'odometer': 63563,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-08',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN ID.4 ESTATE SPECIAL EDITION 150kW 1ST Edition Pro '
'Performance 77kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 1ST Edition Pro Performance 77kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120473916%27 HTTP/1.1" 200 None
2026-03-26 05:04:52 [astonbarclay.gb] INFO: Saving data for 120473916: {'auction_closing_time': 1774519200.0, 'created_time': 1774271636.502057, 'last_price_update_time': 1774501492.812845}
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120473916') HTTP/1.1" 204 0
2026-03-26 05:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119196461?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120525358?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:52 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119196461, 'registration': 'LA72AMP', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 24540, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 110, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LA72AMP/2026-02-10/image/81777e12-d89d-423c-9578-15a31675e4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/0482c8eb-cbff-48cb-acb4-a18cf84eab8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/0f3c5387-29e0-4d12-9bff-c991c4cb448f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/e3a41376-bf52-4299-ae55-7ae3bb6bb73f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/20660536-1654-47aa-bd63-e85b0a4dff82_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/839c5849-391d-4f54-8b68-478a16cc421f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/c7b72241-eb07-4ff7-927c-4ca1a9916fb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/18fdf655-a436-47ee-bc0a-4bcc3bba24c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/8113534d-83ee-4299-b8f2-398b3d26b623_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Solid Black, VOSA STATES 22K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f8ef6bc8-b234-44b0-b57e-5188fd440e16.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:52 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119196461, 'registration': 'LA72AMP', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 24540, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 110, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-15', 'fuel': 'Electric', 'motExpiry': '2026-12-14', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LA72AMP/2026-02-10/image/81777e12-d89d-423c-9578-15a31675e4de_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/0482c8eb-cbff-48cb-acb4-a18cf84eab8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/0f3c5387-29e0-4d12-9bff-c991c4cb448f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/e3a41376-bf52-4299-ae55-7ae3bb6bb73f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/20660536-1654-47aa-bd63-e85b0a4dff82_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/839c5849-391d-4f54-8b68-478a16cc421f_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/c7b72241-eb07-4ff7-927c-4ca1a9916fb2_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/18fdf655-a436-47ee-bc0a-4bcc3bba24c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LA72AMP/2026-02-10/image/8113534d-83ee-4299-b8f2-398b3d26b623_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'Solid Black, VOSA STATES 22K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f8ef6bc8-b234-44b0-b57e-5188fd440e16.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ac9b632-272b-55ca-ac43-7e51a3b15ae9 with identifier: 119196461
2026-03-26 05:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ac9b632-272b-55ca-ac43-7e51a3b15ae9 with scrape type 2
2026-03-26 05:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ac9b632-272b-55ca-ac43-7e51a3b15ae9 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0ac9b632-272b-55ca-ac43-7e51a3b15ae9, identifier: 119196461
2026-03-26 05:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0ac9b632-272b-55ca-ac43-7e51a3b15ae9 with identifier: 119196461
2026-03-26 05:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0ac9b632-272b-55ca-ac43-7e51a3b15ae9 with identifier: 119196461
2026-03-26 05:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0ac9b632-272b-55ca-ac43-7e51a3b15ae9 with identifier: 119196461 to the API
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119196461?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '0ac9b632-272b-55ca-ac43-7e51a3b15ae9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LA72AMP',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119196461',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 24540,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-15',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119196461%27 HTTP/1.1" 200 None
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Saving data for 119196461: {'auction_closing_time': 1774519200.0, 'created_time': 1774271328.002979, 'last_price_update_time': 1774501493.327214}
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119196461') HTTP/1.1" 204 0
2026-03-26 05:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119853698?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119373461?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120525358, 'registration': 'DS24FCZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 12452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 332, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/3c320a20-962a-4151-a97a-47f3adaeca03_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/92a7dbf6-c99d-48d9-874a-6f5f31857673_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/66bd2411-e593-4ac9-8645-748d2165e9f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/7a204758-a6cf-485d-8953-2be1a3d68c88_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/a361927a-7ddd-4b33-abbb-a60c53d1a1a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/61f5cb7f-c881-43c9-8fad-96e1d387a038_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/fcb9b539-1bcc-49e3-89fc-d8b6254bd5a3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8c124c4c-326d-4ead-b9de-06fd2c97aa7e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120525358, 'registration': 'DS24FCZ', 'account': 'RCI001', 'make': 'NISSAN', 'model': 'JUKE HATCHBACK', 'derivative': '1.6 Hybrid N-Connecta 5dr Auto', 'mileage': 12452, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 332, 'hall': 'Hall 2', 'transmission': 'automatic', 'firstRegistration': '2024-04-30', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': None, 'doors': 5, 'engineSize': 1598, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/3c320a20-962a-4151-a97a-47f3adaeca03_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/92a7dbf6-c99d-48d9-874a-6f5f31857673_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/66bd2411-e593-4ac9-8645-748d2165e9f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/7a204758-a6cf-485d-8953-2be1a3d68c88_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/a361927a-7ddd-4b33-abbb-a60c53d1a1a3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/61f5cb7f-c881-43c9-8fad-96e1d387a038_removebg.jpg?w=600', 'https://abimg003.imgix.net/DS24FCZ/2026-03-17/image/fcb9b539-1bcc-49e3-89fc-d8b6254bd5a3_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 110, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/8c124c4c-326d-4ead-b9de-06fd2c97aa7e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d03c3a40-665b-57de-a951-6ea7be387f21 with identifier: 120525358
2026-03-26 05:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d03c3a40-665b-57de-a951-6ea7be387f21 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d03c3a40-665b-57de-a951-6ea7be387f21 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d03c3a40-665b-57de-a951-6ea7be387f21, identifier: 120525358
2026-03-26 05:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d03c3a40-665b-57de-a951-6ea7be387f21 with identifier: 120525358
2026-03-26 05:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d03c3a40-665b-57de-a951-6ea7be387f21 with identifier: 120525358
2026-03-26 05:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d03c3a40-665b-57de-a951-6ea7be387f21 with identifier: 120525358 to the API
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120525358?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 110,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': 'd03c3a40-665b-57de-a951-6ea7be387f21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DS24FCZ',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120525358',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'NISSAN',
'model': 'JUKE HATCHBACK',
'odometer': 12452,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seller_name': 'Mobilize Financial Services',
'title': 'NISSAN JUKE HATCHBACK 1.6 Hybrid N-Connecta 5dr Auto',
'transmission': 'automatic',
'trim': '1.6 Hybrid N-Connecta 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120525358%27 HTTP/1.1" 200 None
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Saving data for 120525358: {'auction_closing_time': 1774519200.0, 'created_time': 1774379766.430478, 'last_price_update_time': 1774501493.709261}
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120525358') HTTP/1.1" 204 0
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119853698, 'registration': 'KR73ZWH', 'account': 'ZEN002', 'make': 'CUPRA', 'model': 'BORN ELECTRIC HATCHBACK', 'derivative': '150kW V2 58kWh 5dr Auto', 'mileage': 29717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 109, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-12-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/d68ebad4-1202-4730-b24e-f9dc6fc28aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/59dadfab-2052-4b48-b7f7-a322b83cb30e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/35b498d4-2bb0-4956-bed1-daeaa1782c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/8c22fe3a-6e04-461c-a490-39c45ed918b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/b2a6e8f1-cafd-4bbc-8f3e-115fc06b6140_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/99c1ba62-c605-4a0a-af9a-0e3f9145dc0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/960f34e5-3145-485f-b3cc-1f6dafa3bda1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/a94638bf-fdc1-4612-b511-d0c763f832f1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, Premium Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/780693bc-f410-4151-997b-2ca2c53a7a8e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119853698, 'registration': 'KR73ZWH', 'account': 'ZEN002', 'make': 'CUPRA', 'model': 'BORN ELECTRIC HATCHBACK', 'derivative': '150kW V2 58kWh 5dr Auto', 'mileage': 29717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 109, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-12-15', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/d68ebad4-1202-4730-b24e-f9dc6fc28aa7_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/59dadfab-2052-4b48-b7f7-a322b83cb30e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/35b498d4-2bb0-4956-bed1-daeaa1782c11_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/8c22fe3a-6e04-461c-a490-39c45ed918b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/b2a6e8f1-cafd-4bbc-8f3e-115fc06b6140_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/99c1ba62-c605-4a0a-af9a-0e3f9145dc0e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/960f34e5-3145-485f-b3cc-1f6dafa3bda1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR73ZWH/2026-02-25/image/a94638bf-fdc1-4612-b511-d0c763f832f1_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, Premium Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/780693bc-f410-4151-997b-2ca2c53a7a8e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23cb33e0-6402-5d2b-9c93-41a6140ad445 with identifier: 119853698
2026-03-26 05:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23cb33e0-6402-5d2b-9c93-41a6140ad445 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23cb33e0-6402-5d2b-9c93-41a6140ad445 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 23cb33e0-6402-5d2b-9c93-41a6140ad445, identifier: 119853698
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119373461, 'registration': 'MT72PPF', 'account': 'ZEN009', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech GT 5dr EAT8', 'mileage': 18320, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 112, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-11', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT72PPF/2026-03-04/image/abe3ea88-8930-4fcc-8fd6-1a7b5355da18_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/7503b1a3-925e-4c8f-9194-c94062a62dd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/328d66b3-8e85-480f-a7ee-699d3b334d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/3805544d-733e-40d4-8ec2-d53a065b8684_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/9ed3fb54-fce0-4a22-81e1-34ab1972175d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/f59eb902-ee9c-4917-bf96-2c079b9d66ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/2a4547e3-d767-4f47-879e-117408b257e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/e6521b37-8633-4151-a70d-ac9016251954_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/2fcf42a8-ba0e-4d43-ad14-4cf2faefce90_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25-12K', 'remarks': 'SPARE KEY, VOSA STATES 16K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e38f8870-6c56-4da8-b825-4a7d757cc239.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:53 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119373461, 'registration': 'MT72PPF', 'account': 'ZEN009', 'make': 'PEUGEOT', 'model': '308 HATCHBACK', 'derivative': '1.2 PureTech GT 5dr EAT8', 'mileage': 18320, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 112, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-11-11', 'doors': 5, 'engineSize': 1199, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/MT72PPF/2026-03-04/image/abe3ea88-8930-4fcc-8fd6-1a7b5355da18_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/7503b1a3-925e-4c8f-9194-c94062a62dd5_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/328d66b3-8e85-480f-a7ee-699d3b334d44_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/3805544d-733e-40d4-8ec2-d53a065b8684_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/9ed3fb54-fce0-4a22-81e1-34ab1972175d_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/f59eb902-ee9c-4917-bf96-2c079b9d66ac_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/2a4547e3-d767-4f47-879e-117408b257e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/e6521b37-8633-4151-a70d-ac9016251954_removebg.jpg?w=600', 'https://abimg003.imgix.net/MT72PPF/2026-03-04/image/2fcf42a8-ba0e-4d43-ad14-4cf2faefce90_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/25-12K', 'remarks': 'SPARE KEY, VOSA STATES 16K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 130, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/e38f8870-6c56-4da8-b825-4a7d757cc239.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e847624-08af-547a-ae2a-6abf27dfd420 with identifier: 119373461
2026-03-26 05:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e847624-08af-547a-ae2a-6abf27dfd420 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e847624-08af-547a-ae2a-6abf27dfd420 with scrape type 2
2026-03-26 05:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2e847624-08af-547a-ae2a-6abf27dfd420, identifier: 119373461
2026-03-26 05:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 23cb33e0-6402-5d2b-9c93-41a6140ad445 with identifier: 119853698
2026-03-26 05:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 23cb33e0-6402-5d2b-9c93-41a6140ad445 with identifier: 119853698
2026-03-26 05:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 23cb33e0-6402-5d2b-9c93-41a6140ad445 with identifier: 119853698 to the API
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119853698?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '23cb33e0-6402-5d2b-9c93-41a6140ad445',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KR73ZWH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119853698',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CUPRA',
'model': 'BORN ELECTRIC HATCHBACK',
'odometer': 29717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seller_name': 'Zenith',
'title': 'CUPRA BORN ELECTRIC HATCHBACK 150kW V2 58kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW V2 58kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119853698%27 HTTP/1.1" 200 None
2026-03-26 05:04:54 [astonbarclay.gb] INFO: Saving data for 119853698: {'auction_closing_time': 1774519200.0, 'created_time': 1774271368.653553, 'last_price_update_time': 1774501494.227304}
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119853698') HTTP/1.1" 204 0
2026-03-26 05:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2e847624-08af-547a-ae2a-6abf27dfd420 with identifier: 119373461
2026-03-26 05:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2e847624-08af-547a-ae2a-6abf27dfd420 with identifier: 119373461
2026-03-26 05:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2e847624-08af-547a-ae2a-6abf27dfd420 with identifier: 119373461 to the API
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119373461?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 130,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '2e847624-08af-547a-ae2a-6abf27dfd420',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MT72PPF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119373461',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '308 HATCHBACK',
'odometer': 18320,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seller_name': 'Zenith',
'title': 'PEUGEOT 308 HATCHBACK 1.2 PureTech GT 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech GT 5dr EAT8',
'vin': None,
'year': 2022}
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119373461%27 HTTP/1.1" 200 None
2026-03-26 05:04:54 [astonbarclay.gb] INFO: Saving data for 119373461: {'auction_closing_time': 1774519200.0, 'created_time': 1774271454.285316, 'last_price_update_time': 1774501494.525353}
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119373461') HTTP/1.1" 204 0
2026-03-26 05:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119907155?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120406515?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:54 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119907155, 'registration': 'LS71ZXL', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT 50kWh 5dr Auto', 'mileage': 25378, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 106, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-01', 'fuel': 'Electric', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/72abced9-b68d-45aa-bdf9-4cae3fd05136_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/777b933f-b43a-4fb2-8980-26d61d8c3751_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/4aacd0b2-17ce-42ea-8630-f93c6eabf964_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/7094602f-4c59-4126-a671-5b54658bbc79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/8af871ad-f16d-44d2-956c-33660ae7d9e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/08e20832-dee7-49f3-8471-82aa1c4752f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/3f54b1e6-6b6a-415e-9654-185b97a718f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/b7ee90fa-a861-4204-923a-116920749fb3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23-4K, 01/24-10K, 10/25-23K,', 'remarks': 'SPARE KEY, VOSA STATES 17K 25K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0592ea3b-3fe6-4c48-ba87-7765b537b936.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:54 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119907155, 'registration': 'LS71ZXL', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': 'E-2008 ELECTRIC ESTATE', 'derivative': '100kW GT 50kWh 5dr Auto', 'mileage': 25378, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 106, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-01', 'fuel': 'Electric', 'motExpiry': '2027-02-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/72abced9-b68d-45aa-bdf9-4cae3fd05136_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/777b933f-b43a-4fb2-8980-26d61d8c3751_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/4aacd0b2-17ce-42ea-8630-f93c6eabf964_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/7094602f-4c59-4126-a671-5b54658bbc79_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/8af871ad-f16d-44d2-956c-33660ae7d9e1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/08e20832-dee7-49f3-8471-82aa1c4752f6_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/3f54b1e6-6b6a-415e-9654-185b97a718f4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LS71ZXL/2026-03-03/image/b7ee90fa-a861-4204-923a-116920749fb3_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/23-4K, 01/24-10K, 10/25-23K,', 'remarks': 'SPARE KEY, VOSA STATES 17K 25K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/0592ea3b-3fe6-4c48-ba87-7765b537b936.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5722845c-8fce-58f0-9eb7-965a287e4328 with identifier: 119907155
2026-03-26 05:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5722845c-8fce-58f0-9eb7-965a287e4328 with scrape type 2
2026-03-26 05:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5722845c-8fce-58f0-9eb7-965a287e4328 with scrape type 2
2026-03-26 05:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5722845c-8fce-58f0-9eb7-965a287e4328, identifier: 119907155
2026-03-26 05:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5722845c-8fce-58f0-9eb7-965a287e4328 with identifier: 119907155
2026-03-26 05:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5722845c-8fce-58f0-9eb7-965a287e4328 with identifier: 119907155
2026-03-26 05:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5722845c-8fce-58f0-9eb7-965a287e4328 with identifier: 119907155 to the API
2026-03-26 05:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119907155?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '5722845c-8fce-58f0-9eb7-965a287e4328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LS71ZXL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119907155',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'E-2008 ELECTRIC ESTATE',
'odometer': 25378,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seller_name': 'Zenith',
'title': 'PEUGEOT E-2008 ELECTRIC ESTATE 100kW GT 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GT 50kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119907155%27 HTTP/1.1" 200 None
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Saving data for 119907155: {'auction_closing_time': 1774519200.0, 'created_time': 1774271464.011611, 'last_price_update_time': 1774501495.028876}
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119907155') HTTP/1.1" 204 0
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120406515, 'registration': 'EK71UYY', 'account': 'LEA009', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Life Pro Performance 58kWh 5dr Auto', 'mileage': 48662, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 108, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-01', 'fuel': 'Electric', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK71UYY/2026-03-25/image/c6f43b2e-bd27-47ff-a60d-ecb3954f1e58_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/d50a49bb-015f-4146-aace-70a8b7812bd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/145afb78-3dc0-4340-ba82-8c647018f2a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/b4ccfbb4-e1a9-493b-9924-62416738f742_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/3eea4071-1a69-47ea-959a-4b68652abdc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/afc7a57a-3b51-48d2-8293-c2f749756c41_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/737a5a48-15e9-45f8-904c-120f7cd37d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/6a875a44-51fe-42a5-92ee-2044483c4703_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/24-23K, 01/23-46K', 'remarks': 'VOSA STATES 34K 46K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b4ca1e7f-3b06-4020-8733-5cf0d5cab443.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120406515, 'registration': 'EK71UYY', 'account': 'LEA009', 'make': 'VOLKSWAGEN', 'model': 'ID.3 HATCHBACK', 'derivative': '150kW Life Pro Performance 58kWh 5dr Auto', 'mileage': 48662, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 108, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-01', 'fuel': 'Electric', 'motExpiry': '2027-01-31', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EK71UYY/2026-03-25/image/c6f43b2e-bd27-47ff-a60d-ecb3954f1e58_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/d50a49bb-015f-4146-aace-70a8b7812bd0_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/145afb78-3dc0-4340-ba82-8c647018f2a4_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/b4ccfbb4-e1a9-493b-9924-62416738f742_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/3eea4071-1a69-47ea-959a-4b68652abdc9_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/afc7a57a-3b51-48d2-8293-c2f749756c41_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/737a5a48-15e9-45f8-904c-120f7cd37d12_removebg.jpg?w=600', 'https://abimg003.imgix.net/EK71UYY/2026-03-25/image/6a875a44-51fe-42a5-92ee-2044483c4703_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/24-23K, 01/23-46K', 'remarks': 'VOSA STATES 34K 46K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b4ca1e7f-3b06-4020-8733-5cf0d5cab443.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0d0a431-0926-5441-a5b4-a7d26826e619 with identifier: 120406515
2026-03-26 05:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0d0a431-0926-5441-a5b4-a7d26826e619 with scrape type 2
2026-03-26 05:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0d0a431-0926-5441-a5b4-a7d26826e619 with scrape type 2
2026-03-26 05:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b0d0a431-0926-5441-a5b4-a7d26826e619, identifier: 120406515
2026-03-26 05:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120059610?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120484995?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b0d0a431-0926-5441-a5b4-a7d26826e619 with identifier: 120406515
2026-03-26 05:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b0d0a431-0926-5441-a5b4-a7d26826e619 with identifier: 120406515
2026-03-26 05:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b0d0a431-0926-5441-a5b4-a7d26826e619 with identifier: 120406515 to the API
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120406515?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b0d0a431-0926-5441-a5b4-a7d26826e619',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EK71UYY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120406515',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.3 HATCHBACK',
'odometer': 48662,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN ID.3 HATCHBACK 150kW Life Pro Performance 58kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW Life Pro Performance 58kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120406515%27 HTTP/1.1" 200 None
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Saving data for 120406515: {'auction_closing_time': 1774519200.0, 'created_time': 1774271326.512411, 'last_price_update_time': 1774501495.412175}
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120406515') HTTP/1.1" 204 0
2026-03-26 05:04:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120059610, 'registration': 'YA72GKO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto [C+S]', 'mileage': 32939, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 107, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YA72GKO/2026-03-03/image/f9f9820c-e9ea-40cc-94cf-6889b429f7b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/cc0f7e69-ca2e-436c-8b8e-e7649d6b9e91_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/2e3acf2e-ce80-476d-a561-c35a67b12849_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/c8be2df1-220d-4de4-9656-72717699ec8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/9bfa183b-fb58-401f-8abb-3b577eb18476_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/6f4c1d11-6033-4ffc-98f2-b739649bb15c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/3723b311-b13b-41c4-84a6-a49abc467f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/a2167199-6d44-45b4-b4e8-bfd662f4aefc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/25-18K', 'remarks': 'VOSA STATES 31K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5170bca-ff72-491c-9419-f10008e8587c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120059610, 'registration': 'YA72GKO', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'Q4 E-TRON ESTATE', 'derivative': '150kW 40 82kWh Sport 5dr Auto [C+S]', 'mileage': 32939, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 107, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-17', 'fuel': 'Electric', 'motExpiry': '2027-02-16', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/YA72GKO/2026-03-03/image/f9f9820c-e9ea-40cc-94cf-6889b429f7b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/cc0f7e69-ca2e-436c-8b8e-e7649d6b9e91_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/2e3acf2e-ce80-476d-a561-c35a67b12849_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/c8be2df1-220d-4de4-9656-72717699ec8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/9bfa183b-fb58-401f-8abb-3b577eb18476_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/6f4c1d11-6033-4ffc-98f2-b739649bb15c_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/3723b311-b13b-41c4-84a6-a49abc467f87_removebg.jpg?w=600', 'https://abimg003.imgix.net/YA72GKO/2026-03-03/image/a2167199-6d44-45b4-b4e8-bfd662f4aefc_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/25-18K', 'remarks': 'VOSA STATES 31K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f5170bca-ff72-491c-9419-f10008e8587c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5b1b9f2-cba6-5659-815a-06f9ffb25fe1 with identifier: 120059610
2026-03-26 05:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5b1b9f2-cba6-5659-815a-06f9ffb25fe1 with scrape type 2
2026-03-26 05:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5b1b9f2-cba6-5659-815a-06f9ffb25fe1 with scrape type 2
2026-03-26 05:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f5b1b9f2-cba6-5659-815a-06f9ffb25fe1, identifier: 120059610
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120484995, 'registration': 'ML18YKS', 'account': 'RCI001', 'make': 'DS', 'model': 'DS 3 HATCHBACK', 'derivative': '1.2 PureTech 82 Connected Chic 3dr', 'mileage': 63816, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 327, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-01', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML18YKS/2026-03-17/image/47e6e84a-dc0b-4b2e-84cf-97edae5a06ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/bf07b123-1559-4a32-94b4-65ea563f437d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/8330e2c4-8803-4f7b-8afb-85f94502eae4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/725b893a-238c-432d-be94-853fb9b33a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/3c757ac5-a832-469f-96b7-9e87b2a185c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/e4cafe24-a9c5-429a-b13b-18308ff1e899_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/6a7056e7-e527-41d0-bf33-f0bf7e127c4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/1f8dfb1c-8351-4108-bc7a-5946a75097b0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 24K 35K 41K 48K 55K 63K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f093069-69e3-4a02-b7e9-ec90d26ee542.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120484995, 'registration': 'ML18YKS', 'account': 'RCI001', 'make': 'DS', 'model': 'DS 3 HATCHBACK', 'derivative': '1.2 PureTech 82 Connected Chic 3dr', 'mileage': 63816, 'mileageWarranty': True, 'type': 'car', 'saleId': 19236, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 327, 'hall': 'Hall 2', 'transmission': 'manual', 'firstRegistration': '2018-03-30', 'fuel': 'Petrol', 'motExpiry': '2027-02-01', 'doors': 3, 'engineSize': 1200, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/ML18YKS/2026-03-17/image/47e6e84a-dc0b-4b2e-84cf-97edae5a06ba_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/bf07b123-1559-4a32-94b4-65ea563f437d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/8330e2c4-8803-4f7b-8afb-85f94502eae4_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/725b893a-238c-432d-be94-853fb9b33a7a_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/3c757ac5-a832-469f-96b7-9e87b2a185c5_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/e4cafe24-a9c5-429a-b13b-18308ff1e899_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/6a7056e7-e527-41d0-bf33-f0bf7e127c4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/ML18YKS/2026-03-17/image/1f8dfb1c-8351-4108-bc7a-5946a75097b0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, VOSA STATES 24K 35K 41K 48K 55K 63K', 'virtual': False, 'seller': 'Mobilize Financial Services', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '2', 'v5': True, 'v5details': 'Here', 'co2': 107, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1f093069-69e3-4a02-b7e9-ec90d26ee542.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2e532a-2b2d-58a6-9180-571b05960efe with identifier: 120484995
2026-03-26 05:04:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2e532a-2b2d-58a6-9180-571b05960efe with scrape type 2
2026-03-26 05:04:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e2e532a-2b2d-58a6-9180-571b05960efe with scrape type 2
2026-03-26 05:04:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5e2e532a-2b2d-58a6-9180-571b05960efe, identifier: 120484995
2026-03-26 05:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f5b1b9f2-cba6-5659-815a-06f9ffb25fe1 with identifier: 120059610
2026-03-26 05:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f5b1b9f2-cba6-5659-815a-06f9ffb25fe1 with identifier: 120059610
2026-03-26 05:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f5b1b9f2-cba6-5659-815a-06f9ffb25fe1 with identifier: 120059610 to the API
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120059610?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f5b1b9f2-cba6-5659-815a-06f9ffb25fe1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'YA72GKO',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120059610',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'Q4 E-TRON ESTATE',
'odometer': 32939,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seller_name': 'Zenith',
'title': 'AUDI Q4 E-TRON ESTATE 150kW 40 82kWh Sport 5dr Auto [C+S]',
'transmission': 'automatic',
'trim': '150kW 40 82kWh Sport 5dr Auto [C+S]',
'vin': None,
'year': 2023}
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120059610%27 HTTP/1.1" 200 None
2026-03-26 05:04:55 [astonbarclay.gb] INFO: Saving data for 120059610: {'auction_closing_time': 1774519200.0, 'created_time': 1774271513.275405, 'last_price_update_time': 1774501495.922847}
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120059610') HTTP/1.1" 204 0
2026-03-26 05:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5e2e532a-2b2d-58a6-9180-571b05960efe with identifier: 120484995
2026-03-26 05:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5e2e532a-2b2d-58a6-9180-571b05960efe with identifier: 120484995
2026-03-26 05:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5e2e532a-2b2d-58a6-9180-571b05960efe with identifier: 120484995 to the API
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120484995?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 107,
'color': 'RED',
'currency': 'GBP',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '5e2e532a-2b2d-58a6-9180-571b05960efe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'ML18YKS',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120484995',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'DS',
'model': 'DS 3 HATCHBACK',
'odometer': 63816,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-30',
'seller_name': 'Mobilize Financial Services',
'title': 'DS DS 3 HATCHBACK 1.2 PureTech 82 Connected Chic 3dr',
'transmission': 'manual',
'trim': '1.2 PureTech 82 Connected Chic 3dr',
'vin': None,
'year': 2018}
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120484995%27 HTTP/1.1" 200 None
2026-03-26 05:04:56 [astonbarclay.gb] INFO: Saving data for 120484995: {'auction_closing_time': 1774519200.0, 'created_time': 1774379774.726946, 'last_price_update_time': 1774501496.227222}
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120484995') HTTP/1.1" 204 0
2026-03-26 05:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120262236?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120479870?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120372054?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120040757?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120262236, 'registration': 'OV22HNU', 'account': 'ZEN009', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 GT Premium 5dr EAT8', 'mileage': 28856, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OV22HNU/2026-03-19/image/2f19c903-5df8-4ba0-8047-99fc83f73595_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/75f1d886-540d-489c-909a-2b878a784690_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/b1fd8646-44d6-450b-9391-1a6639230f6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/93731471-361f-4afb-803c-2493e9f6d1c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/4e3b70b8-68d2-44c5-893c-7dc6648cff86_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/c3543c5c-fcc1-4e5b-a410-aed207acd6bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/563d65bd-9e27-4fcc-a6ef-021fe1f66eef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 21K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ced231b-f30c-4b20-8436-f8af99d9590e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120262236, 'registration': 'OV22HNU', 'account': 'ZEN009', 'make': 'PEUGEOT', 'model': '2008 ESTATE', 'derivative': '1.2 PureTech 130 GT Premium 5dr EAT8', 'mileage': 28856, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 100, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-31', 'fuel': 'Petrol', 'motExpiry': '2026-03-30', 'doors': 5, 'engineSize': 1200, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/OV22HNU/2026-03-19/image/2f19c903-5df8-4ba0-8047-99fc83f73595_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/75f1d886-540d-489c-909a-2b878a784690_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/b1fd8646-44d6-450b-9391-1a6639230f6f_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/93731471-361f-4afb-803c-2493e9f6d1c7_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/4e3b70b8-68d2-44c5-893c-7dc6648cff86_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/c3543c5c-fcc1-4e5b-a410-aed207acd6bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/OV22HNU/2026-03-19/image/563d65bd-9e27-4fcc-a6ef-021fe1f66eef_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 21K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 136, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4ced231b-f30c-4b20-8436-f8af99d9590e.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a74f1e-a180-5933-bed1-b55b292a196d with identifier: 120262236
2026-03-26 05:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a74f1e-a180-5933-bed1-b55b292a196d with scrape type 2
2026-03-26 05:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72a74f1e-a180-5933-bed1-b55b292a196d with scrape type 2
2026-03-26 05:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 72a74f1e-a180-5933-bed1-b55b292a196d, identifier: 120262236
2026-03-26 05:04:56 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120479870, 'registration': 'SG23YHL', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e Sport 5dr S Tronic [Comfort+Sound]', 'mileage': 45823, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 98, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG23YHL/2026-03-16/image/a5aaadfa-5076-4587-a20a-c96ec1102c55_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/789775f6-55fe-468e-b9e0-6e76df59c1e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/4a9fa67b-9ef0-445c-81a0-8cfdf8da65cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/9e6739e4-a693-413a-a22f-b9a040349279_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/fd24a55d-6261-48dd-9005-5f358e3c3d92_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/35a237ab-b9ea-4cf0-b853-b90f88300a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/196d27ef-545b-4d4d-8941-47f12cd88203_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/87dcc843-0b20-47a7-a363-6d718e4c868f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 08/24-23K', 'remarks': 'SPARE KEY, VOSA STATES 45K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 29, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3e136bb7-5530-4d4d-9264-9bfcc3dbd52b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:56 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120479870, 'registration': 'SG23YHL', 'account': 'ZEN002', 'make': 'AUDI', 'model': 'A3 SPORTBACK', 'derivative': '40 TFSI e Sport 5dr S Tronic [Comfort+Sound]', 'mileage': 45823, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 98, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-10', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-03-09', 'doors': 5, 'engineSize': 1395, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/SG23YHL/2026-03-16/image/a5aaadfa-5076-4587-a20a-c96ec1102c55_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/789775f6-55fe-468e-b9e0-6e76df59c1e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/4a9fa67b-9ef0-445c-81a0-8cfdf8da65cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/9e6739e4-a693-413a-a22f-b9a040349279_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/fd24a55d-6261-48dd-9005-5f358e3c3d92_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/35a237ab-b9ea-4cf0-b853-b90f88300a1e_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/196d27ef-545b-4d4d-8941-47f12cd88203_removebg.jpg?w=600', 'https://abimg003.imgix.net/SG23YHL/2026-03-16/image/87dcc843-0b20-47a7-a363-6d718e4c868f_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 08/24-23K', 'remarks': 'SPARE KEY, VOSA STATES 45K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 29, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/3e136bb7-5530-4d4d-9264-9bfcc3dbd52b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de5eda9-9ce3-5634-9b44-689e226c18bf with identifier: 120479870
2026-03-26 05:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de5eda9-9ce3-5634-9b44-689e226c18bf with scrape type 2
2026-03-26 05:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de5eda9-9ce3-5634-9b44-689e226c18bf with scrape type 2
2026-03-26 05:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 2de5eda9-9ce3-5634-9b44-689e226c18bf, identifier: 120479870
2026-03-26 05:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 72a74f1e-a180-5933-bed1-b55b292a196d with identifier: 120262236
2026-03-26 05:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 72a74f1e-a180-5933-bed1-b55b292a196d with identifier: 120262236
2026-03-26 05:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 72a74f1e-a180-5933-bed1-b55b292a196d with identifier: 120262236 to the API
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120262236?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 136,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '72a74f1e-a180-5933-bed1-b55b292a196d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'OV22HNU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120262236',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': '2008 ESTATE',
'odometer': 28856,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seller_name': 'Zenith',
'title': 'PEUGEOT 2008 ESTATE 1.2 PureTech 130 GT Premium 5dr EAT8',
'transmission': 'automatic',
'trim': '1.2 PureTech 130 GT Premium 5dr EAT8',
'vin': None,
'year': 2022}
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120262236%27 HTTP/1.1" 200 None
2026-03-26 05:04:56 [astonbarclay.gb] INFO: Saving data for 120262236: {'auction_closing_time': 1774519200.0, 'created_time': 1774271276.129604, 'last_price_update_time': 1774501496.829584}
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120262236') HTTP/1.1" 204 0
2026-03-26 05:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 2de5eda9-9ce3-5634-9b44-689e226c18bf with identifier: 120479870
2026-03-26 05:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 2de5eda9-9ce3-5634-9b44-689e226c18bf with identifier: 120479870
2026-03-26 05:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 2de5eda9-9ce3-5634-9b44-689e226c18bf with identifier: 120479870 to the API
2026-03-26 05:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120479870?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 29,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '2de5eda9-9ce3-5634-9b44-689e226c18bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'SG23YHL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120479870',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'AUDI',
'model': 'A3 SPORTBACK',
'odometer': 45823,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-10',
'seller_name': 'Zenith',
'title': 'AUDI A3 SPORTBACK 40 TFSI e Sport 5dr S Tronic [Comfort+Sound]',
'transmission': 'automatic',
'trim': '40 TFSI e Sport 5dr S Tronic [Comfort+Sound]',
'vin': None,
'year': 2023}
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120479870%27 HTTP/1.1" 200 None
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Saving data for 120479870: {'auction_closing_time': 1774519200.0, 'created_time': 1774271488.833345, 'last_price_update_time': 1774501497.09984}
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120479870') HTTP/1.1" 204 0
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120372054, 'registration': 'LR71VTM', 'account': 'LEA009', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 114084, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 102, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-10-20', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-10-19', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LR71VTM/2026-03-18/image/c8a909fe-742d-48ac-b64b-6eaeed7abf8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/31de6389-257a-45f2-976d-aadd887c1f2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/6a75c9ed-fd0f-4913-8585-c4c02f4c927d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/b55ba90e-dcc5-406d-b6f7-36d457e024a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/a5a74da4-362e-4bf3-8e6c-a2323dad68af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/b500b8b0-ee5e-4f51-b99b-14d043f1cb33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/2b94d0d5-8c0b-4d60-968e-370a75b75d68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/9e4b604b-2254-4c2d-83bb-3dc498b7b55d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/24 72K 01/25 94K 09/25 104K', 'remarks': 'SPARE KEY, VOSA STATES 86K 104K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74090f06-ff4c-4d59-acf3-fa576fc11155.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120372054, 'registration': 'LR71VTM', 'account': 'LEA009', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 114084, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 102, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-10-20', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2026-10-19', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LR71VTM/2026-03-18/image/c8a909fe-742d-48ac-b64b-6eaeed7abf8a_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/31de6389-257a-45f2-976d-aadd887c1f2c_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/6a75c9ed-fd0f-4913-8585-c4c02f4c927d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/b55ba90e-dcc5-406d-b6f7-36d457e024a1_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/a5a74da4-362e-4bf3-8e6c-a2323dad68af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/b500b8b0-ee5e-4f51-b99b-14d043f1cb33_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/2b94d0d5-8c0b-4d60-968e-370a75b75d68_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR71VTM/2026-03-18/image/9e4b604b-2254-4c2d-83bb-3dc498b7b55d_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/24 72K 01/25 94K 09/25 104K', 'remarks': 'SPARE KEY, VOSA STATES 86K 104K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/74090f06-ff4c-4d59-acf3-fa576fc11155.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6eef1d1-238d-5c2f-986d-c9ca7e1386e4 with identifier: 120372054
2026-03-26 05:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6eef1d1-238d-5c2f-986d-c9ca7e1386e4 with scrape type 2
2026-03-26 05:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6eef1d1-238d-5c2f-986d-c9ca7e1386e4 with scrape type 2
2026-03-26 05:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: d6eef1d1-238d-5c2f-986d-c9ca7e1386e4, identifier: 120372054
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120040757, 'registration': 'WP72JSU', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 51977, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 104, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-09', 'fuel': 'Electric', 'motExpiry': '2026-10-16', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/WP72JSU/2026-03-02/image/0fa83d67-d1d1-41d7-9bfb-ccd79a392d5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/c42aa0e2-1c17-4733-8bc4-69c413f2d745_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/06aa9406-287d-499e-badd-26bc4e0f24ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/1016444f-4689-4979-bc5d-a67b3fdefded_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/2fb4c2c1-bf8d-4cc2-be08-08fd462a4f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/a5783f57-6e4c-4335-bc5d-be86bde27d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/eeeeb1ff-2af3-462b-9d67-e1178c93ddc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/b6f5ac37-7f83-4869-a193-6eef2a8f6fff_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/6ee7d676-ebba-4fa3-bc06-5d74fdbc9757_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '19in Silver Sports\tMulti-coat Red\tWhite+black Interior, SPARE KEY, VOSA STATES 47K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/26a0d56f-57d2-47a8-a198-c12b73dac2e3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120040757, 'registration': 'WP72JSU', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 51977, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 104, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-09', 'fuel': 'Electric', 'motExpiry': '2026-10-16', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/WP72JSU/2026-03-02/image/0fa83d67-d1d1-41d7-9bfb-ccd79a392d5e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/c42aa0e2-1c17-4733-8bc4-69c413f2d745_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/06aa9406-287d-499e-badd-26bc4e0f24ad_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/1016444f-4689-4979-bc5d-a67b3fdefded_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/2fb4c2c1-bf8d-4cc2-be08-08fd462a4f42_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/a5783f57-6e4c-4335-bc5d-be86bde27d4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/eeeeb1ff-2af3-462b-9d67-e1178c93ddc8_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/b6f5ac37-7f83-4869-a193-6eef2a8f6fff_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JSU/2026-03-02/image/6ee7d676-ebba-4fa3-bc06-5d74fdbc9757_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '19in Silver Sports\tMulti-coat Red\tWhite+black Interior, SPARE KEY, VOSA STATES 47K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/26a0d56f-57d2-47a8-a198-c12b73dac2e3.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9badb7e9-2c66-5ecd-9670-591ca8c59a9b with identifier: 120040757
2026-03-26 05:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9badb7e9-2c66-5ecd-9670-591ca8c59a9b with scrape type 2
2026-03-26 05:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9badb7e9-2c66-5ecd-9670-591ca8c59a9b with scrape type 2
2026-03-26 05:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 9badb7e9-2c66-5ecd-9670-591ca8c59a9b, identifier: 120040757
2026-03-26 05:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: d6eef1d1-238d-5c2f-986d-c9ca7e1386e4 with identifier: 120372054
2026-03-26 05:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: d6eef1d1-238d-5c2f-986d-c9ca7e1386e4 with identifier: 120372054
2026-03-26 05:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: d6eef1d1-238d-5c2f-986d-c9ca7e1386e4 with identifier: 120372054 to the API
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120372054?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'd6eef1d1-238d-5c2f-986d-c9ca7e1386e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR71VTM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120372054',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 114084,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-20',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto',
'vin': None,
'year': 2021}
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120372054%27 HTTP/1.1" 200 None
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Saving data for 120372054: {'auction_closing_time': 1774519200.0, 'created_time': 1774271593.267744, 'last_price_update_time': 1774501497.588997}
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120372054') HTTP/1.1" 204 0
2026-03-26 05:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 9badb7e9-2c66-5ecd-9670-591ca8c59a9b with identifier: 120040757
2026-03-26 05:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 9badb7e9-2c66-5ecd-9670-591ca8c59a9b with identifier: 120040757
2026-03-26 05:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 9badb7e9-2c66-5ecd-9670-591ca8c59a9b with identifier: 120040757 to the API
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120040757?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '9badb7e9-2c66-5ecd-9670-591ca8c59a9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP72JSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120040757',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 51977,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-09',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON RWD 4dr Auto',
'transmission': 'automatic',
'trim': 'RWD 4dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120040757%27 HTTP/1.1" 200 None
2026-03-26 05:04:57 [astonbarclay.gb] INFO: Saving data for 120040757: {'auction_closing_time': 1774519200.0, 'created_time': 1774271290.399337, 'last_price_update_time': 1774501497.881445}
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120040757') HTTP/1.1" 204 0
2026-03-26 05:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119756094?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119651208?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04: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:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120417153?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04: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:04:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119756094, 'registration': 'KR72YSU', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport 80kWh 5dr Auto', 'mileage': 28793, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 97, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-16', 'fuel': 'Electric', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KR72YSU/2026-03-04/image/99bb317e-cdc8-4f7c-acd3-fc729584398c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/b92c5c4d-032d-4f0a-8409-89668b6f4bca_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/d4956752-eebe-4825-92f8-ec5b3674d158_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/96a0085a-e9dd-4a3a-9c11-2740b66519f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/d64429da-780c-4cdc-9f69-a2591ab88edd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/64b2ffe1-8611-431f-a187-f4ce1bfde153_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/30193275-6061-4ea6-bd9d-5ce774d99ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/f0f5d6ce-4f00-4fba-95d0-bee720ac2daf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/d434a33f-7c19-4957-979c-71dfa966818b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/2737ec26-edda-464a-ab37-a8f579d60c04_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/26 26K', 'remarks': 'VOSA STATES 26K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7529af05-39bd-4d25-8d81-43356f9f8133.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119756094, 'registration': 'KR72YSU', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport 80kWh 5dr Auto', 'mileage': 28793, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 97, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-16', 'fuel': 'Electric', 'motExpiry': '2027-01-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/KR72YSU/2026-03-04/image/99bb317e-cdc8-4f7c-acd3-fc729584398c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/b92c5c4d-032d-4f0a-8409-89668b6f4bca_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/d4956752-eebe-4825-92f8-ec5b3674d158_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/96a0085a-e9dd-4a3a-9c11-2740b66519f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/d64429da-780c-4cdc-9f69-a2591ab88edd_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/64b2ffe1-8611-431f-a187-f4ce1bfde153_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/30193275-6061-4ea6-bd9d-5ce774d99ea4_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/f0f5d6ce-4f00-4fba-95d0-bee720ac2daf_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/d434a33f-7c19-4957-979c-71dfa966818b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72YSU/2026-03-04/image/2737ec26-edda-464a-ab37-a8f579d60c04_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/26 26K', 'remarks': 'VOSA STATES 26K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7529af05-39bd-4d25-8d81-43356f9f8133.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f99fb2e8-81e5-53b0-9964-5b2f6fe09573 with identifier: 119756094
2026-03-26 05:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f99fb2e8-81e5-53b0-9964-5b2f6fe09573 with scrape type 2
2026-03-26 05:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f99fb2e8-81e5-53b0-9964-5b2f6fe09573 with scrape type 2
2026-03-26 05:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: f99fb2e8-81e5-53b0-9964-5b2f6fe09573, identifier: 119756094
2026-03-26 05:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: f99fb2e8-81e5-53b0-9964-5b2f6fe09573 with identifier: 119756094
2026-03-26 05:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: f99fb2e8-81e5-53b0-9964-5b2f6fe09573 with identifier: 119756094
2026-03-26 05:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: f99fb2e8-81e5-53b0-9964-5b2f6fe09573 with identifier: 119756094 to the API
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119756094?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'f99fb2e8-81e5-53b0-9964-5b2f6fe09573',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KR72YSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119756094',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'iX3 ELECTRIC ESTATE',
'odometer': 28793,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-16',
'seller_name': 'Zenith',
'title': 'BMW iX3 ELECTRIC ESTATE 210kW M Sport 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': '210kW M Sport 80kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119756094%27 HTTP/1.1" 200 None
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Saving data for 119756094: {'auction_closing_time': 1774519200.0, 'created_time': 1774271285.768964, 'last_price_update_time': 1774501498.372135}
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119756094') HTTP/1.1" 204 0
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119651208, 'registration': 'WN23EUL', 'account': 'LEA009', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 22645, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 96, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN23EUL/2026-02-24/image/e8f5f140-eb1a-489a-8859-86bb34686352_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/e4539e76-edc4-48ff-8173-f5eaae16dc4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/2571fd41-f57e-4b14-8e96-f6c66756b3fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/8728d817-e429-42a9-aee4-b0e418138029_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/57938e5e-24fc-467a-95cb-d670c80d9c2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/bf5aec1c-6dc8-4641-af4a-e9b0d8004aba_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/53c65044-b6b9-4b48-8501-423c3ae7a7b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/26a673fd-a6d6-4e0d-aa5b-bb42803f5435_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/24-8k, 03/25-16k,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb08ad2a-19d3-45c4-9744-7cc799074bee.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119651208, 'registration': 'WN23EUL', 'account': 'LEA009', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 22645, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 96, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-22', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN23EUL/2026-02-24/image/e8f5f140-eb1a-489a-8859-86bb34686352_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/e4539e76-edc4-48ff-8173-f5eaae16dc4b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/2571fd41-f57e-4b14-8e96-f6c66756b3fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/8728d817-e429-42a9-aee4-b0e418138029_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/57938e5e-24fc-467a-95cb-d670c80d9c2d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/bf5aec1c-6dc8-4641-af4a-e9b0d8004aba_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/53c65044-b6b9-4b48-8501-423c3ae7a7b5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN23EUL/2026-02-24/image/26a673fd-a6d6-4e0d-aa5b-bb42803f5435_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/24-8k, 03/25-16k,', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/bb08ad2a-19d3-45c4-9744-7cc799074bee.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e010173b-eea1-51fd-9e60-5b083b4142cf with identifier: 119651208
2026-03-26 05:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e010173b-eea1-51fd-9e60-5b083b4142cf with scrape type 2
2026-03-26 05:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e010173b-eea1-51fd-9e60-5b083b4142cf with scrape type 2
2026-03-26 05:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: e010173b-eea1-51fd-9e60-5b083b4142cf, identifier: 119651208
2026-03-26 05:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: e010173b-eea1-51fd-9e60-5b083b4142cf with identifier: 119651208
2026-03-26 05:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: e010173b-eea1-51fd-9e60-5b083b4142cf with identifier: 119651208
2026-03-26 05:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: e010173b-eea1-51fd-9e60-5b083b4142cf with identifier: 119651208 to the API
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119651208?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'e010173b-eea1-51fd-9e60-5b083b4142cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN23EUL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119651208',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 22645,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-22',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line Premium Plus 80kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119651208%27 HTTP/1.1" 200 None
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Saving data for 119651208: {'auction_closing_time': 1774519200.0, 'created_time': 1774271360.019532, 'last_price_update_time': 1774501498.767123}
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119651208') HTTP/1.1" 204 0
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120417153, 'registration': 'AF22DFA', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 37994, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 113, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-04', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/S74NDO/2026-03-16/image/5b50c170-65c7-4e37-9f6c-e9ce32d2e761_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/2503f95e-3f83-49a8-b2ff-b848571db15a_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/8da9cd86-d60a-492f-907d-86724daccdb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/d0903656-9d31-49c4-a7c2-4bd21f3f6f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/f996a2ec-0249-447f-9848-1368d1478bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/f59c71fb-ddaa-46ff-97ec-cc380e2b870a_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/c704ee1a-792d-4b89-857b-871716223b80_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '20in Induction - VOSA STATES 22K 36K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d170d9a-cc11-46ec-a804-15c19e1f9889.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:58 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120417153, 'registration': 'AF22DFA', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 37994, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 113, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-04', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/S74NDO/2026-03-16/image/5b50c170-65c7-4e37-9f6c-e9ce32d2e761_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/2503f95e-3f83-49a8-b2ff-b848571db15a_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/8da9cd86-d60a-492f-907d-86724daccdb9_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/d0903656-9d31-49c4-a7c2-4bd21f3f6f75_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/f996a2ec-0249-447f-9848-1368d1478bfe_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/f59c71fb-ddaa-46ff-97ec-cc380e2b870a_removebg.jpg?w=600', 'https://abimg003.imgix.net/S74NDO/2026-03-16/image/c704ee1a-792d-4b89-857b-871716223b80_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': '20in Induction - VOSA STATES 22K 36K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1d170d9a-cc11-46ec-a804-15c19e1f9889.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad6da2e8-631a-5aa7-b564-fa1c52dd0194 with identifier: 120417153
2026-03-26 05:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad6da2e8-631a-5aa7-b564-fa1c52dd0194 with scrape type 2
2026-03-26 05:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad6da2e8-631a-5aa7-b564-fa1c52dd0194 with scrape type 2
2026-03-26 05:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ad6da2e8-631a-5aa7-b564-fa1c52dd0194, identifier: 120417153
2026-03-26 05:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119398005?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120485149?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120331407?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411669?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ad6da2e8-631a-5aa7-b564-fa1c52dd0194 with identifier: 120417153
2026-03-26 05:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ad6da2e8-631a-5aa7-b564-fa1c52dd0194 with identifier: 120417153
2026-03-26 05:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ad6da2e8-631a-5aa7-b564-fa1c52dd0194 with identifier: 120417153 to the API
2026-03-26 05:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120417153?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ad6da2e8-631a-5aa7-b564-fa1c52dd0194',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF22DFA',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120417153',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 37994,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-04',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120417153%27 HTTP/1.1" 200 None
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Saving data for 120417153: {'auction_closing_time': 1774519200.0, 'created_time': 1774271584.154712, 'last_price_update_time': 1774501499.153647}
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120417153') HTTP/1.1" 204 0
2026-03-26 05:04: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:04: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:04: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:04: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:04:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119398005, 'registration': 'RK72BNB', 'account': 'ZEN002', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger', 'mileage': 42717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 91, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-19', 'fuel': 'Electric', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RK72BNB/2026-02-10/image/ac469f90-ada2-43fe-9ffc-33190b12c336_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/037bcdef-66f4-4968-94ad-1c42ee547b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/7954e655-82bb-438e-8dee-25c21f7508b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/d83b9ade-7f91-4bef-8f6c-085ce662fc1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/e60d1399-9595-451a-bb8a-de74cd1ddec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/e26f600d-3ec0-4d7d-bd2c-35005f3bfdc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/1627b175-2d1a-4dad-b934-49f8094c651e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/516d5085-afae-46df-bddc-c054e40a6568_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/951d14d5-b1ea-40f2-a03d-11e3c4a1f13c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/cc0a6f89-b2b0-4c78-9ddc-54aad1b73763_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/4ec939e7-ed65-4ee9-a972-c256266372e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/47caa205-4924-43a2-be73-4fe742e970fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/2245d87c-2b46-4a96-acb7-e96a054779a6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/24-21K,', 'remarks': 'SPARE KEY, VOSA STATES 41K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/85a06662-9bf9-46f2-889e-346276199198.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119398005, 'registration': 'RK72BNB', 'account': 'ZEN002', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger', 'mileage': 42717, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 91, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-19', 'fuel': 'Electric', 'motExpiry': '2027-01-18', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RK72BNB/2026-02-10/image/ac469f90-ada2-43fe-9ffc-33190b12c336_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/037bcdef-66f4-4968-94ad-1c42ee547b64_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/7954e655-82bb-438e-8dee-25c21f7508b6_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/d83b9ade-7f91-4bef-8f6c-085ce662fc1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/e60d1399-9595-451a-bb8a-de74cd1ddec0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/e26f600d-3ec0-4d7d-bd2c-35005f3bfdc4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/1627b175-2d1a-4dad-b934-49f8094c651e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/516d5085-afae-46df-bddc-c054e40a6568_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/951d14d5-b1ea-40f2-a03d-11e3c4a1f13c_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/cc0a6f89-b2b0-4c78-9ddc-54aad1b73763_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/4ec939e7-ed65-4ee9-a972-c256266372e4_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/47caa205-4924-43a2-be73-4fe742e970fd_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK72BNB/2026-02-10/image/2245d87c-2b46-4a96-acb7-e96a054779a6_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 07/24-21K,', 'remarks': 'SPARE KEY, VOSA STATES 41K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/85a06662-9bf9-46f2-889e-346276199198.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32e9a83-e1d7-5858-8a15-a2453c7e50cf with identifier: 119398005
2026-03-26 05:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32e9a83-e1d7-5858-8a15-a2453c7e50cf with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32e9a83-e1d7-5858-8a15-a2453c7e50cf with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: b32e9a83-e1d7-5858-8a15-a2453c7e50cf, identifier: 119398005
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120485149, 'registration': 'GD72JXY', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 14280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 93, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Electric', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GD72JXY/2026-03-19/image/276f9c40-6e13-47d2-b338-17c061509326_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/88d2a608-5580-4103-addb-fef862ba76bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/ccbaba4d-c1e9-40ce-884b-2f6662d69b3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/75e47312-b6f7-4b6d-9802-d1b13fd647cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/7736e30b-f61c-4f2b-9251-8b36d9b4a67b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/adad0ba6-21e2-48cd-8ecb-3983452bf55c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/bd2b5371-78d0-49cf-a512-da1f828cf836_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/d203c6b1-0869-4312-8f66-623034a9e8ee_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25 10K', 'remarks': 'SPARE KEY, VOSA STATES 13K Carbon Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/27274eb9-30ca-4349-b974-85b3c015c1a5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120485149, 'registration': 'GD72JXY', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX3 ELECTRIC ESTATE', 'derivative': '210kW M Sport Pro 80kWh 5dr Auto', 'mileage': 14280, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 93, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-31', 'fuel': 'Electric', 'motExpiry': '2027-01-30', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/GD72JXY/2026-03-19/image/276f9c40-6e13-47d2-b338-17c061509326_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/88d2a608-5580-4103-addb-fef862ba76bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/ccbaba4d-c1e9-40ce-884b-2f6662d69b3f_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/75e47312-b6f7-4b6d-9802-d1b13fd647cc_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/7736e30b-f61c-4f2b-9251-8b36d9b4a67b_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/adad0ba6-21e2-48cd-8ecb-3983452bf55c_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/bd2b5371-78d0-49cf-a512-da1f828cf836_removebg.jpg?w=600', 'https://abimg003.imgix.net/GD72JXY/2026-03-19/image/d203c6b1-0869-4312-8f66-623034a9e8ee_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25 10K', 'remarks': 'SPARE KEY, VOSA STATES 13K Carbon Black', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/27274eb9-30ca-4349-b974-85b3c015c1a5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a86b5926-877a-598c-a21d-7ef074335ada with identifier: 120485149
2026-03-26 05:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a86b5926-877a-598c-a21d-7ef074335ada with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a86b5926-877a-598c-a21d-7ef074335ada with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: a86b5926-877a-598c-a21d-7ef074335ada, identifier: 120485149
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120331407, 'registration': 'RK23BTY', 'account': 'ZEN002', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger', 'mileage': 30724, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 89, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RK23BTY/2026-03-16/image/4b775f36-09c8-4f81-b65c-188db5a2e3fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/a6b048d6-913b-4fde-9a91-a4343c41e9a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/d9c1aca9-69ae-4531-9685-fd68a50a026e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/a4f79a42-4399-4b34-abb1-02053a4a386e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/04bcdd81-d5d2-4997-97c3-43ab8c48c737_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/95becfa0-9bc2-4793-8221-47a5e6f8cd35_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/0d7d516b-b183-4fa1-ba60-740d5a9e00f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/43a4703a-3ae1-42e5-b36f-c3a912d3bcde_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25 21K', 'remarks': 'SPARE KEY, VOSA STATES 30K 14way Htd Cooled Elcm+030rk/300kd\t300ne Windsor Ltr Prfrmsts M+033nt/301pe\tPremium Black Pack', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b7ba6b77-c226-4215-bb99-9fea3471ea9e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120331407, 'registration': 'RK23BTY', 'account': 'ZEN002', 'make': 'JAGUAR', 'model': 'I-PACE ESTATE SPECIAL EDITIONS', 'derivative': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger', 'mileage': 30724, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 89, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-31', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/RK23BTY/2026-03-16/image/4b775f36-09c8-4f81-b65c-188db5a2e3fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/a6b048d6-913b-4fde-9a91-a4343c41e9a2_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/d9c1aca9-69ae-4531-9685-fd68a50a026e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/a4f79a42-4399-4b34-abb1-02053a4a386e_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/04bcdd81-d5d2-4997-97c3-43ab8c48c737_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/95becfa0-9bc2-4793-8221-47a5e6f8cd35_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/0d7d516b-b183-4fa1-ba60-740d5a9e00f0_removebg.jpg?w=600', 'https://abimg003.imgix.net/RK23BTY/2026-03-16/image/43a4703a-3ae1-42e5-b36f-c3a912d3bcde_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 04/25 21K', 'remarks': 'SPARE KEY, VOSA STATES 30K 14way Htd Cooled Elcm+030rk/300kd\t300ne Windsor Ltr Prfrmsts M+033nt/301pe\tPremium Black Pack', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/b7ba6b77-c226-4215-bb99-9fea3471ea9e.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3098b04a-d83e-57a3-9fd4-14aab7925b70 with identifier: 120331407
2026-03-26 05:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3098b04a-d83e-57a3-9fd4-14aab7925b70 with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3098b04a-d83e-57a3-9fd4-14aab7925b70 with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 3098b04a-d83e-57a3-9fd4-14aab7925b70, identifier: 120331407
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411669, 'registration': 'LC72UOF', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 25862, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 94, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-02', 'fuel': 'Electric', 'motExpiry': '2026-12-01', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LC72UOF/2026-03-18/image/412efa4f-e930-407b-9630-eb548d996ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/9c65221c-1df4-4d22-8af4-90ddbc70cf64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/82f9c8de-a540-49b9-b71e-5c5d10baadea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/2cfd1d40-cb75-4047-ad06-4ab7e0f034cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/0f7d1bb7-df92-4fdd-a704-310f2457a3b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/b79f486a-4aca-4f0d-84d3-247298967fed_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/a99bf10f-8fb6-4021-8837-adb485292840_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/7c161eee-f1dd-4552-ae0a-c9cccd0b904c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 25K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fbc97996-a787-4161-8531-417f0dd65a6f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411669, 'registration': 'LC72UOF', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL 3 SALOON', 'derivative': 'RWD 4dr Auto', 'mileage': 25862, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 94, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-02', 'fuel': 'Electric', 'motExpiry': '2026-12-01', 'doors': 4, 'engineSize': None, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/LC72UOF/2026-03-18/image/412efa4f-e930-407b-9630-eb548d996ed7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/9c65221c-1df4-4d22-8af4-90ddbc70cf64_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/82f9c8de-a540-49b9-b71e-5c5d10baadea_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/2cfd1d40-cb75-4047-ad06-4ab7e0f034cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/0f7d1bb7-df92-4fdd-a704-310f2457a3b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/b79f486a-4aca-4f0d-84d3-247298967fed_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/a99bf10f-8fb6-4021-8837-adb485292840_removebg.jpg?w=600', 'https://abimg003.imgix.net/LC72UOF/2026-03-18/image/7c161eee-f1dd-4552-ae0a-c9cccd0b904c_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 25K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/fbc97996-a787-4161-8531-417f0dd65a6f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed8956a7-5a78-524b-bfa5-226213981f82 with identifier: 120411669
2026-03-26 05:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed8956a7-5a78-524b-bfa5-226213981f82 with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed8956a7-5a78-524b-bfa5-226213981f82 with scrape type 2
2026-03-26 05:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ed8956a7-5a78-524b-bfa5-226213981f82, identifier: 120411669
2026-03-26 05:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: b32e9a83-e1d7-5858-8a15-a2453c7e50cf with identifier: 119398005
2026-03-26 05:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: b32e9a83-e1d7-5858-8a15-a2453c7e50cf with identifier: 119398005
2026-03-26 05:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: b32e9a83-e1d7-5858-8a15-a2453c7e50cf with identifier: 119398005 to the API
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:04: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:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119398005?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'b32e9a83-e1d7-5858-8a15-a2453c7e50cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RK72BNB',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119398005',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'JAGUAR',
'model': 'I-PACE ESTATE SPECIAL EDITIONS',
'odometer': 42717,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-19',
'seller_name': 'Zenith',
'title': 'JAGUAR I-PACE ESTATE SPECIAL EDITIONS 294kW EV400 HSE Black 90kWh '
'5dr Auto 11kW Charger',
'transmission': 'automatic',
'trim': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger',
'vin': None,
'year': 2023}
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119398005%27 HTTP/1.1" 200 None
2026-03-26 05:04:59 [astonbarclay.gb] INFO: Saving data for 119398005: {'auction_closing_time': 1774519200.0, 'created_time': 1774271331.28669, 'last_price_update_time': 1774501499.846958}
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119398005') HTTP/1.1" 204 0
2026-03-26 05:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: a86b5926-877a-598c-a21d-7ef074335ada with identifier: 120485149
2026-03-26 05:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: a86b5926-877a-598c-a21d-7ef074335ada with identifier: 120485149
2026-03-26 05:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: a86b5926-877a-598c-a21d-7ef074335ada with identifier: 120485149 to the API
2026-03-26 05:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120485149?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'a86b5926-877a-598c-a21d-7ef074335ada',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'GD72JXY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120485149',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'iX3 ELECTRIC ESTATE',
'odometer': 14280,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-31',
'seller_name': 'Zenith',
'title': 'BMW iX3 ELECTRIC ESTATE 210kW M Sport Pro 80kWh 5dr Auto',
'transmission': 'automatic',
'trim': '210kW M Sport Pro 80kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120485149%27 HTTP/1.1" 200 None
2026-03-26 05:05:00 [astonbarclay.gb] INFO: Saving data for 120485149: {'auction_closing_time': 1774519200.0, 'created_time': 1774271574.642371, 'last_price_update_time': 1774501500.173186}
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120485149') HTTP/1.1" 204 0
2026-03-26 05:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 3098b04a-d83e-57a3-9fd4-14aab7925b70 with identifier: 120331407
2026-03-26 05:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 3098b04a-d83e-57a3-9fd4-14aab7925b70 with identifier: 120331407
2026-03-26 05:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 3098b04a-d83e-57a3-9fd4-14aab7925b70 with identifier: 120331407 to the API
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120331407?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '3098b04a-d83e-57a3-9fd4-14aab7925b70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'RK23BTY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120331407',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'JAGUAR',
'model': 'I-PACE ESTATE SPECIAL EDITIONS',
'odometer': 30724,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-31',
'seller_name': 'Zenith',
'title': 'JAGUAR I-PACE ESTATE SPECIAL EDITIONS 294kW EV400 HSE Black 90kWh '
'5dr Auto 11kW Charger',
'transmission': 'automatic',
'trim': '294kW EV400 HSE Black 90kWh 5dr Auto 11kW Charger',
'vin': None,
'year': 2023}
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120331407%27 HTTP/1.1" 200 None
2026-03-26 05:05:00 [astonbarclay.gb] INFO: Saving data for 120331407: {'auction_closing_time': 1774519200.0, 'created_time': 1774271328.948729, 'last_price_update_time': 1774501500.440054}
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120331407') HTTP/1.1" 204 0
2026-03-26 05:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ed8956a7-5a78-524b-bfa5-226213981f82 with identifier: 120411669
2026-03-26 05:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ed8956a7-5a78-524b-bfa5-226213981f82 with identifier: 120411669
2026-03-26 05:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ed8956a7-5a78-524b-bfa5-226213981f82 with identifier: 120411669 to the API
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411669?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'ed8956a7-5a78-524b-bfa5-226213981f82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LC72UOF',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411669',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL 3 SALOON',
'odometer': 25862,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-02',
'seller_name': 'Zenith',
'title': 'TESLA MODEL 3 SALOON RWD 4dr Auto',
'transmission': 'automatic',
'trim': 'RWD 4dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411669%27 HTTP/1.1" 200 None
2026-03-26 05:05:00 [astonbarclay.gb] INFO: Saving data for 120411669: {'auction_closing_time': 1774519200.0, 'created_time': 1774271566.536428, 'last_price_update_time': 1774501500.73686}
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411669') HTTP/1.1" 204 0
2026-03-26 05:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119857387?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120062552?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05: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:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119641521?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119857387, 'registration': 'LN22XRH', 'account': 'ZEN002', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '1.5 P300e R-Dynamic HSE 5dr Auto [5 Seat]', 'mileage': 32792, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 86, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-01', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/LN22XRH/2026-03-03/image/9f4dac08-18df-4cfd-9ed1-d3d1ca49597e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/3c3ab96e-12fc-4d5a-badb-924d210a85a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/4d81b58f-689e-463a-9dda-ffaf300bec14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/6f2071ec-030f-4e3a-9016-4602aab8d5be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/77a7bebc-b3e6-4dbe-984e-f4a37d6dd63e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/52c6d517-3bac-46a8-ba23-ad1400acdabd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/414f1767-0b8b-4241-9906-d0ef852a12c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/636e622d-ccf2-4252-a1b9-56a09b42f7be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/fe98b9b3-ed7e-45f4-87e6-6346a8bc8315_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/23 11K 05/24 20K 04/25 26K', 'remarks': 'SPARE KEY VOSA STATES 25K 32K Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a243174b-5e01-4a7a-9243-14203d9a15b9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119857387, 'registration': 'LN22XRH', 'account': 'ZEN002', 'make': 'LAND ROVER', 'model': 'DISCOVERY SPORT SW', 'derivative': '1.5 P300e R-Dynamic HSE 5dr Auto [5 Seat]', 'mileage': 32792, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 86, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-01', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': 1498, 'bodyType': 'Station Wagon', 'images': ['https://abimg003.imgix.net/LN22XRH/2026-03-03/image/9f4dac08-18df-4cfd-9ed1-d3d1ca49597e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/3c3ab96e-12fc-4d5a-badb-924d210a85a0_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/4d81b58f-689e-463a-9dda-ffaf300bec14_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/6f2071ec-030f-4e3a-9016-4602aab8d5be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/77a7bebc-b3e6-4dbe-984e-f4a37d6dd63e_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/52c6d517-3bac-46a8-ba23-ad1400acdabd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/414f1767-0b8b-4241-9906-d0ef852a12c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/636e622d-ccf2-4252-a1b9-56a09b42f7be_removebg.jpg?w=600', 'https://abimg003.imgix.net/LN22XRH/2026-03-03/image/fe98b9b3-ed7e-45f4-87e6-6346a8bc8315_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/23 11K 05/24 20K 04/25 26K', 'remarks': 'SPARE KEY VOSA STATES 25K 32K Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': 44, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/a243174b-5e01-4a7a-9243-14203d9a15b9.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da75a863-5a83-516d-86ee-bfba7f521413 with identifier: 119857387
2026-03-26 05:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da75a863-5a83-516d-86ee-bfba7f521413 with scrape type 2
2026-03-26 05:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da75a863-5a83-516d-86ee-bfba7f521413 with scrape type 2
2026-03-26 05:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: da75a863-5a83-516d-86ee-bfba7f521413, identifier: 119857387
2026-03-26 05:05:00 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120062552, 'registration': 'KY72RFL', 'account': 'ZEN002', 'make': 'CUPRA', 'model': 'BORN ELECTRIC HATCHBACK', 'derivative': '150kW V2 58kWh 5dr Auto', 'mileage': 66466, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 87, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-16', 'fuel': 'Electric', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY72RFL/2026-03-17/image/7fa8dd79-047a-4eba-9485-61f579cb6652_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/5730b892-c1a7-48bc-ac8d-956db1530426_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/1676e0a2-c3da-4758-ab30-842afc137b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/ef0d6038-e20d-4cff-a6f7-d5830698a816_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/c8fe05b3-a537-440b-96ee-fcbf85d148d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/b7d85828-edea-4cb2-9b67-4b973cb17699_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/31125c01-591a-4df7-b119-279a62e3ac9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/723436a4-ff0c-4b69-bef4-3ac10d35f175_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/24 33K', 'remarks': 'VOSA STATES 54K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af9d9117-548e-4e09-8b63-344ad2b46bf4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:00 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120062552, 'registration': 'KY72RFL', 'account': 'ZEN002', 'make': 'CUPRA', 'model': 'BORN ELECTRIC HATCHBACK', 'derivative': '150kW V2 58kWh 5dr Auto', 'mileage': 66466, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 87, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-09-16', 'fuel': 'Electric', 'motExpiry': '2026-09-15', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KY72RFL/2026-03-17/image/7fa8dd79-047a-4eba-9485-61f579cb6652_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/5730b892-c1a7-48bc-ac8d-956db1530426_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/1676e0a2-c3da-4758-ab30-842afc137b13_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/ef0d6038-e20d-4cff-a6f7-d5830698a816_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/c8fe05b3-a537-440b-96ee-fcbf85d148d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/b7d85828-edea-4cb2-9b67-4b973cb17699_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/31125c01-591a-4df7-b119-279a62e3ac9e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KY72RFL/2026-03-17/image/723436a4-ff0c-4b69-bef4-3ac10d35f175_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 09/24 33K', 'remarks': 'VOSA STATES 54K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/af9d9117-548e-4e09-8b63-344ad2b46bf4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b5122ea-b963-5cb7-bb3b-1ec056695f02 with identifier: 120062552
2026-03-26 05:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b5122ea-b963-5cb7-bb3b-1ec056695f02 with scrape type 2
2026-03-26 05:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b5122ea-b963-5cb7-bb3b-1ec056695f02 with scrape type 2
2026-03-26 05:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 5b5122ea-b963-5cb7-bb3b-1ec056695f02, identifier: 120062552
2026-03-26 05:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: da75a863-5a83-516d-86ee-bfba7f521413 with identifier: 119857387
2026-03-26 05:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: da75a863-5a83-516d-86ee-bfba7f521413 with identifier: 119857387
2026-03-26 05:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: da75a863-5a83-516d-86ee-bfba7f521413 with identifier: 119857387 to the API
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119857387?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 44,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'da75a863-5a83-516d-86ee-bfba7f521413',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LN22XRH',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119857387',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'LAND ROVER',
'model': 'DISCOVERY SPORT SW',
'odometer': 32792,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seller_name': 'Zenith',
'title': 'LAND ROVER DISCOVERY SPORT SW 1.5 P300e R-Dynamic HSE 5dr Auto [5 '
'Seat]',
'transmission': 'automatic',
'trim': '1.5 P300e R-Dynamic HSE 5dr Auto [5 Seat]',
'vin': None,
'year': 2022}
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857387%27 HTTP/1.1" 200 None
2026-03-26 05:05:01 [astonbarclay.gb] INFO: Saving data for 119857387: {'auction_closing_time': 1774519200.0, 'created_time': 1774271357.524413, 'last_price_update_time': 1774501501.390576}
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119857387') HTTP/1.1" 204 0
2026-03-26 05:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 5b5122ea-b963-5cb7-bb3b-1ec056695f02 with identifier: 120062552
2026-03-26 05:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 5b5122ea-b963-5cb7-bb3b-1ec056695f02 with identifier: 120062552
2026-03-26 05:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 5b5122ea-b963-5cb7-bb3b-1ec056695f02 with identifier: 120062552 to the API
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120062552?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '5b5122ea-b963-5cb7-bb3b-1ec056695f02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KY72RFL',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120062552',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CUPRA',
'model': 'BORN ELECTRIC HATCHBACK',
'odometer': 66466,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-16',
'seller_name': 'Zenith',
'title': 'CUPRA BORN ELECTRIC HATCHBACK 150kW V2 58kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW V2 58kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120062552%27 HTTP/1.1" 200 None
2026-03-26 05:05:01 [astonbarclay.gb] INFO: Saving data for 120062552: {'auction_closing_time': 1774519200.0, 'created_time': 1774271580.099589, 'last_price_update_time': 1774501501.679571}
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120062552') HTTP/1.1" 204 0
2026-03-26 05:05:01 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119641521, 'registration': 'VE71ZVM', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '150kW Life Pro Performance 77kWh 5dr Auto', 'mileage': 57010, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 88, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-18', 'fuel': 'Electric', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/bddf7c88-1261-4fc8-84a4-a3e12f1d23cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/acdd3539-6ce3-4e00-bb47-6b04a7b86da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/085ff9a8-0cf6-4404-94ba-51a33a2a18f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/07a811a0-23c2-4bad-86c4-9590629c3a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/bca98b56-d40d-4f1f-9802-4cda8081c0e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/04a5fcb9-2367-4422-9141-b4866c8eae2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/7f93f072-deb0-485a-857e-5dc24808b714_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/c9fbc840-1615-4825-94e6-360fcfada206_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/91a0647b-333d-443e-8e1c-c81a5ec6e6e0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-29K 02/26-56K', 'remarks': 'VOSA STATES 45K 56K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2bb4d229-eb94-4bf0-abb9-9c60fe7682f7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:01 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119641521, 'registration': 'VE71ZVM', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'ID.4 ESTATE', 'derivative': '150kW Life Pro Performance 77kWh 5dr Auto', 'mileage': 57010, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 88, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-18', 'fuel': 'Electric', 'motExpiry': '2027-02-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/bddf7c88-1261-4fc8-84a4-a3e12f1d23cb_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/acdd3539-6ce3-4e00-bb47-6b04a7b86da3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/085ff9a8-0cf6-4404-94ba-51a33a2a18f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/07a811a0-23c2-4bad-86c4-9590629c3a70_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/bca98b56-d40d-4f1f-9802-4cda8081c0e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/04a5fcb9-2367-4422-9141-b4866c8eae2f_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/7f93f072-deb0-485a-857e-5dc24808b714_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/c9fbc840-1615-4825-94e6-360fcfada206_removebg.jpg?w=600', 'https://abimg003.imgix.net/VE71ZVM/2026-02-24/image/91a0647b-333d-443e-8e1c-c81a5ec6e6e0_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-29K 02/26-56K', 'remarks': 'VOSA STATES 45K 56K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/2bb4d229-eb94-4bf0-abb9-9c60fe7682f7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 573c299a-6e3c-562b-ae01-b40104f14910 with identifier: 119641521
2026-03-26 05:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 573c299a-6e3c-562b-ae01-b40104f14910 with scrape type 2
2026-03-26 05:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 573c299a-6e3c-562b-ae01-b40104f14910 with scrape type 2
2026-03-26 05:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 573c299a-6e3c-562b-ae01-b40104f14910, identifier: 119641521
2026-03-26 05:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 573c299a-6e3c-562b-ae01-b40104f14910 with identifier: 119641521
2026-03-26 05:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 573c299a-6e3c-562b-ae01-b40104f14910 with identifier: 119641521
2026-03-26 05:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 573c299a-6e3c-562b-ae01-b40104f14910 with identifier: 119641521 to the API
2026-03-26 05:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119641521?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '573c299a-6e3c-562b-ae01-b40104f14910',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'VE71ZVM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119641521',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'ID.4 ESTATE',
'odometer': 57010,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN ID.4 ESTATE 150kW Life Pro Performance 77kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW Life Pro Performance 77kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119641521%27 HTTP/1.1" 200 None
2026-03-26 05:05:02 [astonbarclay.gb] INFO: Saving data for 119641521: {'auction_closing_time': 1774519200.0, 'created_time': 1774271380.01724, 'last_price_update_time': 1774501502.085927}
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119641521') HTTP/1.1" 204 0
2026-03-26 05:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120478572?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120478572, 'registration': 'WF71YNY', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '1.8 VVT-i Hybrid Design 5dr CVT', 'mileage': 41428, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 77, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-11-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WF71YNY/2026-03-16/image/a59b8173-4400-4fd8-90f5-edfc29ac979a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/2ab37550-eee8-456a-94df-85078cb6ed8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/1068d99b-c79c-4cbd-8b68-eaae5f4bba6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/6984cd74-7a14-411f-8e01-dfba756a6055_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/0f5dc796-231d-44b7-9539-211af14aa52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/5065bfcf-93b3-4b10-8a45-0ae21adfabb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/7cefc39e-0ae2-4383-95ef-6f38922c7d19_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/3296a7f0-ccec-467b-baf9-7f4b748de880_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/22 10K', 'remarks': 'VOSA STATES 27K 37K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a8d39c8-d542-446a-95be-f33efddf0b5f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120478572, 'registration': 'WF71YNY', 'account': 'ZEN002', 'make': 'TOYOTA', 'model': 'COROLLA HATCHBACK', 'derivative': '1.8 VVT-i Hybrid Design 5dr CVT', 'mileage': 41428, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 77, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-11-17', 'fuel': 'Petrol/Electric Hybrid', 'motExpiry': '2026-11-16', 'doors': 5, 'engineSize': 1798, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WF71YNY/2026-03-16/image/a59b8173-4400-4fd8-90f5-edfc29ac979a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/2ab37550-eee8-456a-94df-85078cb6ed8d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/1068d99b-c79c-4cbd-8b68-eaae5f4bba6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/6984cd74-7a14-411f-8e01-dfba756a6055_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/0f5dc796-231d-44b7-9539-211af14aa52d_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/5065bfcf-93b3-4b10-8a45-0ae21adfabb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/7cefc39e-0ae2-4383-95ef-6f38922c7d19_removebg.jpg?w=600', 'https://abimg003.imgix.net/WF71YNY/2026-03-16/image/3296a7f0-ccec-467b-baf9-7f4b748de880_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/22 10K', 'remarks': 'VOSA STATES 27K 37K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 111, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9a8d39c8-d542-446a-95be-f33efddf0b5f.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06801fcd-0445-5c94-a852-e41479ff14b3 with identifier: 120478572
2026-03-26 05:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06801fcd-0445-5c94-a852-e41479ff14b3 with scrape type 2
2026-03-26 05:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06801fcd-0445-5c94-a852-e41479ff14b3 with scrape type 2
2026-03-26 05:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 06801fcd-0445-5c94-a852-e41479ff14b3, identifier: 120478572
2026-03-26 05:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 06801fcd-0445-5c94-a852-e41479ff14b3 with identifier: 120478572
2026-03-26 05:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 06801fcd-0445-5c94-a852-e41479ff14b3 with identifier: 120478572
2026-03-26 05:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 06801fcd-0445-5c94-a852-e41479ff14b3 with identifier: 120478572 to the API
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120478572?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 111,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Electric Hybrid',
'id': '06801fcd-0445-5c94-a852-e41479ff14b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'WF71YNY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120478572',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TOYOTA',
'model': 'COROLLA HATCHBACK',
'odometer': 41428,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-17',
'seller_name': 'Zenith',
'title': 'TOYOTA COROLLA HATCHBACK 1.8 VVT-i Hybrid Design 5dr CVT',
'transmission': 'automatic',
'trim': '1.8 VVT-i Hybrid Design 5dr CVT',
'vin': None,
'year': 2021}
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120478572%27 HTTP/1.1" 200 None
2026-03-26 05:05:02 [astonbarclay.gb] INFO: Saving data for 120478572: {'auction_closing_time': 1774519200.0, 'created_time': 1774271104.133603, 'last_price_update_time': 1774501502.863058}
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120478572') HTTP/1.1" 204 0
2026-03-26 05:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119965853?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120442684?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119857926?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05: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:05: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:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119516991?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119205512?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05: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:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119334400?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05:02 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119965853, 'registration': 'KP72OVY', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 69923, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 76, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-21', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-20', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KP72OVY/2026-03-02/image/5d6ba713-96a3-4832-9941-aa07968f377d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/fc18236d-31c1-4acf-a8f8-209ac305c7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/c5921d2d-a44e-4db9-a2e9-dffb10fc9a13_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/045b2453-140b-43df-abd1-05d2ea7b3188_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/a64cdafb-08e1-47e7-80f8-934670623709_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/c1e514d9-e1bb-492e-b295-094be429a924_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/307edfe1-6696-4cbb-83ea-b0fdbe16d86b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/ceb34c13-8434-4dc1-a3ce-45eaea3bc94e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/ebd47b16-42b6-4e7d-8521-64a143da3f84_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-25K, 12/24-47K,', 'remarks': 'SPARE KEY VOSA STATES 69K Brooklyn Grey\tDriver Lumbar Support\tMa Vernasca Leather Upholstery', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4f69787e-2eaa-4490-bb5b-3142207f39a2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:02 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119965853, 'registration': 'KP72OVY', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES SALOON', 'derivative': '330e M Sport 4dr Step Auto', 'mileage': 69923, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 76, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-21', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-20', 'doors': 4, 'engineSize': 1998, 'bodyType': 'Saloon', 'images': ['https://abimg003.imgix.net/KP72OVY/2026-03-02/image/5d6ba713-96a3-4832-9941-aa07968f377d_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/fc18236d-31c1-4acf-a8f8-209ac305c7f2_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/c5921d2d-a44e-4db9-a2e9-dffb10fc9a13_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/045b2453-140b-43df-abd1-05d2ea7b3188_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/a64cdafb-08e1-47e7-80f8-934670623709_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/c1e514d9-e1bb-492e-b295-094be429a924_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/307edfe1-6696-4cbb-83ea-b0fdbe16d86b_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/ceb34c13-8434-4dc1-a3ce-45eaea3bc94e_removebg.jpg?w=600', 'https://abimg003.imgix.net/KP72OVY/2026-03-02/image/ebd47b16-42b6-4e7d-8521-64a143da3f84_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-25K, 12/24-47K,', 'remarks': 'SPARE KEY VOSA STATES 69K Brooklyn Grey\tDriver Lumbar Support\tMa Vernasca Leather Upholstery', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 31, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/4f69787e-2eaa-4490-bb5b-3142207f39a2.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d40d879-5666-5d35-8523-f9e076456829 with identifier: 119965853
2026-03-26 05:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d40d879-5666-5d35-8523-f9e076456829 with scrape type 2
2026-03-26 05:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d40d879-5666-5d35-8523-f9e076456829 with scrape type 2
2026-03-26 05:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 0d40d879-5666-5d35-8523-f9e076456829, identifier: 119965853
2026-03-26 05:05:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120442684, 'registration': 'EF21VTC', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.5 TSI Style 5dr', 'mileage': 59344, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 78, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-08-20', 'fuel': 'Petrol', 'motExpiry': '2026-08-19', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF21VTC/2026-03-23/image/c9d6ff80-2585-4dbc-a829-01d50906427d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/e754eca8-f435-4db6-9bad-dceb01aa2827_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/3c7df63c-21b5-480a-a67e-6cd957775f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/a19bef8b-9885-48a9-a199-67fe63818220_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/bdd6ee6f-974f-4bc1-ab1d-675dbe47b671_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/2fe6a9c6-b459-4d1c-ab32-987f7e8bd596_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/44f9546d-a0ae-40fe-ba56-419b59c0fd97_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/9a69f379-a3a1-46dc-a6ea-4e163a300d08_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/23 22K 10/24 38K 02/26 57K', 'remarks': 'VOSA STATES 36K 41K Pearlescent Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44f5b66b-ef34-4548-b059-910a3823961c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120442684, 'registration': 'EF21VTC', 'account': 'ZEN002', 'make': 'VOLKSWAGEN', 'model': 'GOLF HATCHBACK', 'derivative': '1.5 TSI Style 5dr', 'mileage': 59344, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 78, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2021-08-20', 'fuel': 'Petrol', 'motExpiry': '2026-08-19', 'doors': 5, 'engineSize': 1968, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/EF21VTC/2026-03-23/image/c9d6ff80-2585-4dbc-a829-01d50906427d_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/e754eca8-f435-4db6-9bad-dceb01aa2827_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/3c7df63c-21b5-480a-a67e-6cd957775f02_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/a19bef8b-9885-48a9-a199-67fe63818220_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/bdd6ee6f-974f-4bc1-ab1d-675dbe47b671_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/2fe6a9c6-b459-4d1c-ab32-987f7e8bd596_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/44f9546d-a0ae-40fe-ba56-419b59c0fd97_removebg.jpg?w=600', 'https://abimg003.imgix.net/EF21VTC/2026-03-23/image/9a69f379-a3a1-46dc-a6ea-4e163a300d08_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 05/23 22K 10/24 38K 02/26 57K', 'remarks': 'VOSA STATES 36K 41K Pearlescent Paint SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 118, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/44f5b66b-ef34-4548-b059-910a3823961c.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 541c3c57-57d8-599f-9e49-88af5f3297df with identifier: 120442684
2026-03-26 05:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 541c3c57-57d8-599f-9e49-88af5f3297df with scrape type 2
2026-03-26 05:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 541c3c57-57d8-599f-9e49-88af5f3297df with scrape type 2
2026-03-26 05:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 541c3c57-57d8-599f-9e49-88af5f3297df, identifier: 120442684
2026-03-26 05:05:03 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119857926, 'registration': 'LR70DFU', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': 'E-208 ELECTRIC HATCHBACK', 'derivative': '100kW GT 50kWh 5dr Auto', 'mileage': 29236, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 85, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-01-20', 'fuel': 'Electric', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR70DFU/2026-02-25/image/9a262c02-f725-4676-bf9c-d14d09f3abcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/9e823e04-6b00-4afc-8d99-75e41d64b04b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/66296e92-4bb0-4080-afa4-ae1c9a3448af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/38539e83-4afa-493a-a5e6-6d140dd69637_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/466ee57a-2e6e-46bd-b728-19dc107a5d81_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/3a5fa3ea-25b9-4015-9c27-d038ef339ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/7e4a4330-9195-42fe-8df2-a73364df0922_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/af5a0535-6a68-4b59-9b8c-9435403971ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/98aab9d2-3c27-483a-8bd0-36b56d7baeb0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/22-2k, 11/23-15k, 01/25-22k,', 'remarks': 'SPARE KEY vosa states 16k, 22k, 28k, *RECALL OUTSTANDING*', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f3e98a1-2a29-4bef-8181-0602aacb4d9d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:03 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119857926, 'registration': 'LR70DFU', 'account': 'ZEN002', 'make': 'PEUGEOT', 'model': 'E-208 ELECTRIC HATCHBACK', 'derivative': '100kW GT 50kWh 5dr Auto', 'mileage': 29236, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 85, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2021-01-20', 'fuel': 'Electric', 'motExpiry': '2027-01-19', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LR70DFU/2026-02-25/image/9a262c02-f725-4676-bf9c-d14d09f3abcd_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/9e823e04-6b00-4afc-8d99-75e41d64b04b_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/66296e92-4bb0-4080-afa4-ae1c9a3448af_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/38539e83-4afa-493a-a5e6-6d140dd69637_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/466ee57a-2e6e-46bd-b728-19dc107a5d81_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/3a5fa3ea-25b9-4015-9c27-d038ef339ab3_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/7e4a4330-9195-42fe-8df2-a73364df0922_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/af5a0535-6a68-4b59-9b8c-9435403971ce_removebg.jpg?w=600', 'https://abimg003.imgix.net/LR70DFU/2026-02-25/image/98aab9d2-3c27-483a-8bd0-36b56d7baeb0_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/22-2k, 11/23-15k, 01/25-22k,', 'remarks': 'SPARE KEY vosa states 16k, 22k, 28k, *RECALL OUTSTANDING*', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/9f3e98a1-2a29-4bef-8181-0602aacb4d9d.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b4fcd16-faac-56bc-b66d-06ccd1e5952b with identifier: 119857926
2026-03-26 05:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b4fcd16-faac-56bc-b66d-06ccd1e5952b with scrape type 2
2026-03-26 05:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b4fcd16-faac-56bc-b66d-06ccd1e5952b with scrape type 2
2026-03-26 05:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 1b4fcd16-faac-56bc-b66d-06ccd1e5952b, identifier: 119857926
2026-03-26 05:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 0d40d879-5666-5d35-8523-f9e076456829 with identifier: 119965853
2026-03-26 05:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 0d40d879-5666-5d35-8523-f9e076456829 with identifier: 119965853
2026-03-26 05:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 0d40d879-5666-5d35-8523-f9e076456829 with identifier: 119965853 to the API
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119965853?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 31,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': '0d40d879-5666-5d35-8523-f9e076456829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KP72OVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119965853',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES SALOON',
'odometer': 69923,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-21',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES SALOON 330e M Sport 4dr Step Auto',
'transmission': 'automatic',
'trim': '330e M Sport 4dr Step Auto',
'vin': None,
'year': 2023}
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119965853%27 HTTP/1.1" 200 None
2026-03-26 05:05:03 [astonbarclay.gb] INFO: Saving data for 119965853: {'auction_closing_time': 1774519200.0, 'created_time': 1774271439.874895, 'last_price_update_time': 1774501503.576861}
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119965853') HTTP/1.1" 204 0
2026-03-26 05:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 541c3c57-57d8-599f-9e49-88af5f3297df with identifier: 120442684
2026-03-26 05:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 541c3c57-57d8-599f-9e49-88af5f3297df with identifier: 120442684
2026-03-26 05:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 541c3c57-57d8-599f-9e49-88af5f3297df with identifier: 120442684 to the API
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120442684?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 118,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '541c3c57-57d8-599f-9e49-88af5f3297df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'EF21VTC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120442684',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'VOLKSWAGEN',
'model': 'GOLF HATCHBACK',
'odometer': 59344,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-20',
'seller_name': 'Zenith',
'title': 'VOLKSWAGEN GOLF HATCHBACK 1.5 TSI Style 5dr',
'transmission': 'manual',
'trim': '1.5 TSI Style 5dr',
'vin': None,
'year': 2021}
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120442684%27 HTTP/1.1" 200 None
2026-03-26 05:05:03 [astonbarclay.gb] INFO: Saving data for 120442684: {'auction_closing_time': 1774519200.0, 'created_time': 1774271539.569983, 'last_price_update_time': 1774501503.866239}
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120442684') HTTP/1.1" 204 0
2026-03-26 05:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 1b4fcd16-faac-56bc-b66d-06ccd1e5952b with identifier: 119857926
2026-03-26 05:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 1b4fcd16-faac-56bc-b66d-06ccd1e5952b with identifier: 119857926
2026-03-26 05:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 1b4fcd16-faac-56bc-b66d-06ccd1e5952b with identifier: 119857926 to the API
2026-03-26 05:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119857926?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '1b4fcd16-faac-56bc-b66d-06ccd1e5952b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LR70DFU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119857926',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'PEUGEOT',
'model': 'E-208 ELECTRIC HATCHBACK',
'odometer': 29236,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-20',
'seller_name': 'Zenith',
'title': 'PEUGEOT E-208 ELECTRIC HATCHBACK 100kW GT 50kWh 5dr Auto',
'transmission': 'automatic',
'trim': '100kW GT 50kWh 5dr Auto',
'vin': None,
'year': 2021}
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119857926%27 HTTP/1.1" 200 None
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Saving data for 119857926: {'auction_closing_time': 1774519200.0, 'created_time': 1774271355.898324, 'last_price_update_time': 1774501504.175516}
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119857926') HTTP/1.1" 204 0
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119516991, 'registration': 'LF23VXC', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 19911, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 59, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-01', 'fuel': 'Electric', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF23VXC/2026-02-24/image/504eb2aa-4103-4988-9a83-8db788d6e925_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/53c02564-1e84-4d13-b949-6f2f2a0724b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/69b1590c-5bc2-4736-b2d2-d253db60efa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/935ae0e1-b96c-4fa9-b6a6-e4e754e52e5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/07b509cb-57c9-4837-b1eb-adf2e20e2858_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/f7865bde-73c8-40a6-91ca-71d4730afca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/016f13d4-4ae2-451e-991c-5ec061edc3d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/93b679ca-e4b0-4b1e-b82e-cdf281e027da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/3e25b939-2598-4cc2-b90e-adf6c4102795_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00aac961-cb1f-4ac1-8fba-530f324ca460.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119516991, 'registration': 'LF23VXC', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 19911, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 59, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-01', 'fuel': 'Electric', 'motExpiry': '2027-02-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/LF23VXC/2026-02-24/image/504eb2aa-4103-4988-9a83-8db788d6e925_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/53c02564-1e84-4d13-b949-6f2f2a0724b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/69b1590c-5bc2-4736-b2d2-d253db60efa8_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/935ae0e1-b96c-4fa9-b6a6-e4e754e52e5d_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/07b509cb-57c9-4837-b1eb-adf2e20e2858_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/f7865bde-73c8-40a6-91ca-71d4730afca5_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/016f13d4-4ae2-451e-991c-5ec061edc3d7_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/93b679ca-e4b0-4b1e-b82e-cdf281e027da_removebg.jpg?w=600', 'https://abimg003.imgix.net/LF23VXC/2026-02-24/image/3e25b939-2598-4cc2-b90e-adf6c4102795_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/00aac961-cb1f-4ac1-8fba-530f324ca460.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a with identifier: 119516991
2026-03-26 05:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a with scrape type 2
2026-03-26 05:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a with scrape type 2
2026-03-26 05:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a, identifier: 119516991
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119205512, 'registration': 'WU22CFG', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 73388, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 61, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-02', 'fuel': 'Electric', 'motExpiry': '2026-03-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU22CFG/2026-02-24/image/18692ba9-7ebe-4fe8-8533-8172bca6c3d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/88c0fd69-3ff1-4137-b89a-a8095d755ede_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/e4f6c873-15ac-40b8-85ae-9cee8a4f6d0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/9d7af542-a678-42a4-a051-a78697fdcb26_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/c613a3ee-8279-4963-b515-de7a417fefb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/44bba187-3ea6-47e6-8f4f-6e7fe60b875e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/9aa0aca1-3039-4448-880c-1c803c1a2a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/f6436013-9b0c-4099-a0f1-c7750077bea5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/b9e0a671-b576-402a-9d38-d5a9dd4c756e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa states 56k, 73k,SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee59a702-af7e-44a9-82bc-b7bfcce4ca3c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119205512, 'registration': 'WU22CFG', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 73388, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 61, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-02', 'fuel': 'Electric', 'motExpiry': '2026-03-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/WU22CFG/2026-02-24/image/18692ba9-7ebe-4fe8-8533-8172bca6c3d9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/88c0fd69-3ff1-4137-b89a-a8095d755ede_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/e4f6c873-15ac-40b8-85ae-9cee8a4f6d0a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/9d7af542-a678-42a4-a051-a78697fdcb26_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/c613a3ee-8279-4963-b515-de7a417fefb5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/44bba187-3ea6-47e6-8f4f-6e7fe60b875e_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/9aa0aca1-3039-4448-880c-1c803c1a2a78_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/f6436013-9b0c-4099-a0f1-c7750077bea5_removebg.jpg?w=600', 'https://abimg003.imgix.net/WU22CFG/2026-02-24/image/b9e0a671-b576-402a-9d38-d5a9dd4c756e_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'vosa states 56k, 73k,SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/ee59a702-af7e-44a9-82bc-b7bfcce4ca3c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 591a4e51-f2c7-5dfe-bbab-d338305583e6 with identifier: 119205512
2026-03-26 05:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 591a4e51-f2c7-5dfe-bbab-d338305583e6 with scrape type 2
2026-03-26 05:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 591a4e51-f2c7-5dfe-bbab-d338305583e6 with scrape type 2
2026-03-26 05:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 591a4e51-f2c7-5dfe-bbab-d338305583e6, identifier: 119205512
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119334400, 'registration': 'FJ23USU', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX ESTATE', 'derivative': '240kW xDrive40 Sport Edition 76.6kWh 5dr Auto', 'mileage': 14696, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 71, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-06', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FJ23USU/2026-02-26/image/5b7b18d7-261e-4654-8890-f78db965d77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/8096a324-cd80-48c9-977f-5fc32ec7d53e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/537f004a-12ea-49cb-92f2-9bd27c6e94c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/e7a10c92-958f-4268-8097-e39abf5241b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/dc6c4f68-7a05-4f36-b1fb-a17fbfeca612_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/56b71ca8-fd0d-439e-b2b9-49dd6d618b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/33e3eeb2-0cae-46ed-9fcb-64cce9352c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/66777b4a-7fe1-4c5c-b4e1-25a33d2d9b94_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25-9K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6b7228c-0971-4d1b-9b06-7348307c59a5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119334400, 'registration': 'FJ23USU', 'account': 'ZEN002', 'make': 'BMW', 'model': 'iX ESTATE', 'derivative': '240kW xDrive40 Sport Edition 76.6kWh 5dr Auto', 'mileage': 14696, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 71, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-03-06', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/FJ23USU/2026-02-26/image/5b7b18d7-261e-4654-8890-f78db965d77e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/8096a324-cd80-48c9-977f-5fc32ec7d53e_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/537f004a-12ea-49cb-92f2-9bd27c6e94c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/e7a10c92-958f-4268-8097-e39abf5241b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/dc6c4f68-7a05-4f36-b1fb-a17fbfeca612_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/56b71ca8-fd0d-439e-b2b9-49dd6d618b00_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/33e3eeb2-0cae-46ed-9fcb-64cce9352c0d_removebg.jpg?w=600', 'https://abimg003.imgix.net/FJ23USU/2026-02-26/image/66777b4a-7fe1-4c5c-b4e1-25a33d2d9b94_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/25-9K', 'remarks': 'SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c6b7228c-0971-4d1b-9b06-7348307c59a5.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 857b9570-e643-5680-87ca-4fa2d70acccb with identifier: 119334400
2026-03-26 05:05:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 857b9570-e643-5680-87ca-4fa2d70acccb with scrape type 2
2026-03-26 05:05:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 857b9570-e643-5680-87ca-4fa2d70acccb with scrape type 2
2026-03-26 05:05:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 857b9570-e643-5680-87ca-4fa2d70acccb, identifier: 119334400
2026-03-26 05:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120122180?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a with identifier: 119516991
2026-03-26 05:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a with identifier: 119516991
2026-03-26 05:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a with identifier: 119516991 to the API
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119516991?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '4cb1efe4-a277-5c25-b5c4-a1e4e868cf3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LF23VXC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119516991',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 19911,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119516991%27 HTTP/1.1" 200 None
2026-03-26 05:05:04 [astonbarclay.gb] INFO: Saving data for 119516991: {'auction_closing_time': 1774519200.0, 'created_time': 1774271378.649882, 'last_price_update_time': 1774501504.843638}
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119516991') HTTP/1.1" 204 0
2026-03-26 05:05:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 591a4e51-f2c7-5dfe-bbab-d338305583e6 with identifier: 119205512
2026-03-26 05:05:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 591a4e51-f2c7-5dfe-bbab-d338305583e6 with identifier: 119205512
2026-03-26 05:05:04 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 591a4e51-f2c7-5dfe-bbab-d338305583e6 with identifier: 119205512 to the API
2026-03-26 05:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119205512?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '591a4e51-f2c7-5dfe-bbab-d338305583e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WU22CFG',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119205512',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 73388,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119205512%27 HTTP/1.1" 200 None
2026-03-26 05:05:05 [astonbarclay.gb] INFO: Saving data for 119205512: {'auction_closing_time': 1774519200.0, 'created_time': 1774271274.156264, 'last_price_update_time': 1774501505.132618}
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119205512') HTTP/1.1" 204 0
2026-03-26 05:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 857b9570-e643-5680-87ca-4fa2d70acccb with identifier: 119334400
2026-03-26 05:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 857b9570-e643-5680-87ca-4fa2d70acccb with identifier: 119334400
2026-03-26 05:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 857b9570-e643-5680-87ca-4fa2d70acccb with identifier: 119334400 to the API
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119334400?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '857b9570-e643-5680-87ca-4fa2d70acccb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'FJ23USU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119334400',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'iX ESTATE',
'odometer': 14696,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-06',
'seller_name': 'Zenith',
'title': 'BMW iX ESTATE 240kW xDrive40 Sport Edition 76.6kWh 5dr Auto',
'transmission': 'automatic',
'trim': '240kW xDrive40 Sport Edition 76.6kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119334400%27 HTTP/1.1" 200 None
2026-03-26 05:05:05 [astonbarclay.gb] INFO: Saving data for 119334400: {'auction_closing_time': 1774519200.0, 'created_time': 1774271412.288717, 'last_price_update_time': 1774501505.427769}
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119334400') HTTP/1.1" 204 0
2026-03-26 05:05: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:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119677026?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120122180, 'registration': 'BJ22FHE', 'account': 'LEA009', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '225kW Premium 73 kWh 5dr AWD Auto', 'mileage': 57378, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 125, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Electric', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/98c5a53e-fa0b-47ad-8766-8fc9ae96fb97_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/93a6c8b4-d5ef-48cf-839f-30cf854ed7ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/3c088b9e-7c0a-44c6-adbf-8e4d903d08fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/404fadc9-f92f-4617-a323-2bd574c8e6b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/4881b9f0-6d86-402f-8b34-a9f9442e9767_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/ca677280-8a22-4746-8174-d1100cab8024_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/eb56e6c5-fe0e-45c3-88a4-c719259c3919_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/9eeeb68d-4e0b-4c87-8195-fa69ac1b0d12_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23-16K, 10/24-37K, DIGITAL - 07/25-47K, 02/26-57K,', 'remarks': 'SPARE KEY, VOSA STATES 42K 51K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a49363a-e7e2-438e-86bf-a5a62b895616.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120122180, 'registration': 'BJ22FHE', 'account': 'LEA009', 'make': 'HYUNDAI', 'model': 'IONIQ 5 ELECTRIC HATCHBACK', 'derivative': '225kW Premium 73 kWh 5dr AWD Auto', 'mileage': 57378, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 125, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-18', 'fuel': 'Electric', 'motExpiry': '2027-03-17', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/98c5a53e-fa0b-47ad-8766-8fc9ae96fb97_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/93a6c8b4-d5ef-48cf-839f-30cf854ed7ff_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/3c088b9e-7c0a-44c6-adbf-8e4d903d08fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/404fadc9-f92f-4617-a323-2bd574c8e6b4_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/4881b9f0-6d86-402f-8b34-a9f9442e9767_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/ca677280-8a22-4746-8174-d1100cab8024_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/eb56e6c5-fe0e-45c3-88a4-c719259c3919_removebg.jpg?w=600', 'https://abimg003.imgix.net/BJ22FHE/2026-03-11/image/9eeeb68d-4e0b-4c87-8195-fa69ac1b0d12_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 03/23-16K, 10/24-37K, DIGITAL - 07/25-47K, 02/26-57K,', 'remarks': 'SPARE KEY, VOSA STATES 42K 51K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7a49363a-e7e2-438e-86bf-a5a62b895616.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8378994e-d3b8-50c0-a3f1-2394e0b56a4c with identifier: 120122180
2026-03-26 05:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8378994e-d3b8-50c0-a3f1-2394e0b56a4c with scrape type 2
2026-03-26 05:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8378994e-d3b8-50c0-a3f1-2394e0b56a4c with scrape type 2
2026-03-26 05:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8378994e-d3b8-50c0-a3f1-2394e0b56a4c, identifier: 120122180
2026-03-26 05:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8378994e-d3b8-50c0-a3f1-2394e0b56a4c with identifier: 120122180
2026-03-26 05:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8378994e-d3b8-50c0-a3f1-2394e0b56a4c with identifier: 120122180
2026-03-26 05:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8378994e-d3b8-50c0-a3f1-2394e0b56a4c with identifier: 120122180 to the API
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120122180?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '8378994e-d3b8-50c0-a3f1-2394e0b56a4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BJ22FHE',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120122180',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'IONIQ 5 ELECTRIC HATCHBACK',
'odometer': 57378,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seller_name': 'Zenith',
'title': 'HYUNDAI IONIQ 5 ELECTRIC HATCHBACK 225kW Premium 73 kWh 5dr AWD '
'Auto',
'transmission': 'automatic',
'trim': '225kW Premium 73 kWh 5dr AWD Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120122180%27 HTTP/1.1" 200 None
2026-03-26 05:05:05 [astonbarclay.gb] INFO: Saving data for 120122180: {'auction_closing_time': 1774519200.0, 'created_time': 1774271566.998159, 'last_price_update_time': 1774501505.833812}
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120122180') HTTP/1.1" 204 0
2026-03-26 05:05:05 [scrapy.extensions.logstats] INFO: Crawled 443 pages (at 126 pages/min), scraped 440 items (at 128 items/min)
2026-03-26 05:05:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 05:05:05 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119677026, 'registration': 'ND71KHM', 'account': 'ZEN002', 'make': 'KIA', 'model': 'E-NIRO ELECTRIC ESTATE', 'derivative': '150kW 2 Long Range 64kWh 5dr Auto', 'mileage': 31593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 58, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-25', 'fuel': 'Electric', 'motExpiry': '2027-02-24', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ND71KHM/2026-03-04/image/fdc5abcb-b4d7-431d-b648-d65facdc90fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/4fcb47aa-33d7-497f-88da-043c9cf10036_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/b384cc27-3d52-490d-9652-1b6897d40827_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/82992592-3df0-4309-83be-a6a565fa8c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/cdcc8810-27f8-43d4-adaf-dbd9b815735d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/9c89aa2d-01bb-4748-b948-310659a857c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/86d9f588-d112-4df5-bd63-aee6e641f502_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/0bb29f80-5cd7-4bbf-8d77-5a89c788e610_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/23-7K 12/24-15K 12/25-25K 12/26-31K', 'remarks': 'VOSA STATES 23K 31K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c79148c2-dff0-4f9e-87f4-b487adc76d88.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:05 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119677026, 'registration': 'ND71KHM', 'account': 'ZEN002', 'make': 'KIA', 'model': 'E-NIRO ELECTRIC ESTATE', 'derivative': '150kW 2 Long Range 64kWh 5dr Auto', 'mileage': 31593, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 58, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-25', 'fuel': 'Electric', 'motExpiry': '2027-02-24', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/ND71KHM/2026-03-04/image/fdc5abcb-b4d7-431d-b648-d65facdc90fe_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/4fcb47aa-33d7-497f-88da-043c9cf10036_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/b384cc27-3d52-490d-9652-1b6897d40827_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/82992592-3df0-4309-83be-a6a565fa8c4c_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/cdcc8810-27f8-43d4-adaf-dbd9b815735d_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/9c89aa2d-01bb-4748-b948-310659a857c6_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/86d9f588-d112-4df5-bd63-aee6e641f502_removebg.jpg?w=600', 'https://abimg003.imgix.net/ND71KHM/2026-03-04/image/0bb29f80-5cd7-4bbf-8d77-5a89c788e610_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 12/23-7K 12/24-15K 12/25-25K 12/26-31K', 'remarks': 'VOSA STATES 23K 31K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c79148c2-dff0-4f9e-87f4-b487adc76d88.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45e51555-947b-515e-b9cc-682d119a5604 with identifier: 119677026
2026-03-26 05:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45e51555-947b-515e-b9cc-682d119a5604 with scrape type 2
2026-03-26 05:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45e51555-947b-515e-b9cc-682d119a5604 with scrape type 2
2026-03-26 05:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 45e51555-947b-515e-b9cc-682d119a5604, identifier: 119677026
2026-03-26 05:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 45e51555-947b-515e-b9cc-682d119a5604 with identifier: 119677026
2026-03-26 05:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 45e51555-947b-515e-b9cc-682d119a5604 with identifier: 119677026
2026-03-26 05:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 45e51555-947b-515e-b9cc-682d119a5604 with identifier: 119677026 to the API
2026-03-26 05:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119677026?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '45e51555-947b-515e-b9cc-682d119a5604',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'ND71KHM',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119677026',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'KIA',
'model': 'E-NIRO ELECTRIC ESTATE',
'odometer': 31593,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seller_name': 'Zenith',
'title': 'KIA E-NIRO ELECTRIC ESTATE 150kW 2 Long Range 64kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW 2 Long Range 64kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119677026%27 HTTP/1.1" 200 None
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Saving data for 119677026: {'auction_closing_time': 1774519200.0, 'created_time': 1774271691.537224, 'last_price_update_time': 1774501506.254396}
2026-03-26 05:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119677026') HTTP/1.1" 204 0
2026-03-26 05:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120063704?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119879468?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120462426?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119333381?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120371622?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120411555?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05: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:05: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:05: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:05:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120063704, 'registration': 'BK22CFN', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 21408, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 53, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-02', 'fuel': 'Electric', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK22CFN/2026-03-09/image/e5b81662-e7bb-4664-adac-4333bf793b4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/5a5ed452-e3a6-49c1-8a03-77d13564c58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/09b9b7c3-664c-413e-951d-6e469333c8ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/746cc4d1-6701-435d-a90a-bfc8d7d73031_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/e99f35ac-d8f7-4a3d-97a6-c58354a15acd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/348432f7-8252-4455-b3ba-ce1f4784e82b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/21b5c5e3-b3dc-4e8d-9f38-d1e02858ed32_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/c402b67d-da29-46a4-b45a-fb29ae1cf603_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY VOSA STATES 17K 21K Enhanced Autopilot\tTesla Multi Coat Red Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23086037-1183-4130-8741-70f71efa722c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120063704, 'registration': 'BK22CFN', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 21408, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 53, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-02', 'fuel': 'Electric', 'motExpiry': '2027-03-01', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/BK22CFN/2026-03-09/image/e5b81662-e7bb-4664-adac-4333bf793b4f_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/5a5ed452-e3a6-49c1-8a03-77d13564c58d_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/09b9b7c3-664c-413e-951d-6e469333c8ed_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/746cc4d1-6701-435d-a90a-bfc8d7d73031_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/e99f35ac-d8f7-4a3d-97a6-c58354a15acd_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/348432f7-8252-4455-b3ba-ce1f4784e82b_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/21b5c5e3-b3dc-4e8d-9f38-d1e02858ed32_removebg.jpg?w=600', 'https://abimg003.imgix.net/BK22CFN/2026-03-09/image/c402b67d-da29-46a4-b45a-fb29ae1cf603_removebg.jpg?w=600'], 'colour': 'RED', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY VOSA STATES 17K 21K Enhanced Autopilot\tTesla Multi Coat Red Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': 'TF', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/23086037-1183-4130-8741-70f71efa722c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ec53fe-f07f-50d7-b269-2a9a93155a0e with identifier: 120063704
2026-03-26 05:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ec53fe-f07f-50d7-b269-2a9a93155a0e with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ec53fe-f07f-50d7-b269-2a9a93155a0e with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 22ec53fe-f07f-50d7-b269-2a9a93155a0e, identifier: 120063704
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119879468, 'registration': 'KR72GOC', 'account': 'ZEN002', 'make': 'CUPRA', 'model': 'BORN ELECTRIC HATCHBACK', 'derivative': '150kW V1 58kWh 5dr Auto', 'mileage': 17937, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 50, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-29', 'fuel': 'Electric', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR72GOC/2026-02-24/image/75fd9038-9558-4326-8b80-09121e57f537_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/7c700496-6111-4010-8b97-266f549e65f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/9cc644ec-d7c1-4f60-beee-7606fcfbb4fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/1559acf5-2123-4e61-89e0-d7c9e73b6387_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/d42869ea-c545-44ad-bd1f-efc198073e6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/855d5a12-f31a-421e-be16-743206f1324c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/4a265179-9a8f-4820-b6de-b76365e5cf84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/377b51f4-986e-49e0-b41e-c642757bb4d4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/25-12K', 'remarks': 'VOSA STATES 16K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39b40511-a9a7-4c6d-a9e0-2888bf1355b8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119879468, 'registration': 'KR72GOC', 'account': 'ZEN002', 'make': 'CUPRA', 'model': 'BORN ELECTRIC HATCHBACK', 'derivative': '150kW V1 58kWh 5dr Auto', 'mileage': 17937, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 50, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-12-29', 'fuel': 'Electric', 'motExpiry': '2026-12-28', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/KR72GOC/2026-02-24/image/75fd9038-9558-4326-8b80-09121e57f537_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/7c700496-6111-4010-8b97-266f549e65f3_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/9cc644ec-d7c1-4f60-beee-7606fcfbb4fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/1559acf5-2123-4e61-89e0-d7c9e73b6387_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/d42869ea-c545-44ad-bd1f-efc198073e6a_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/855d5a12-f31a-421e-be16-743206f1324c_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/4a265179-9a8f-4820-b6de-b76365e5cf84_removebg.jpg?w=600', 'https://abimg003.imgix.net/KR72GOC/2026-02-24/image/377b51f4-986e-49e0-b41e-c642757bb4d4_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 03/25-12K', 'remarks': 'VOSA STATES 16K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/39b40511-a9a7-4c6d-a9e0-2888bf1355b8.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2111dce-ddaa-5218-8fee-4fbd4bfb51f8 with identifier: 119879468
2026-03-26 05:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2111dce-ddaa-5218-8fee-4fbd4bfb51f8 with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2111dce-ddaa-5218-8fee-4fbd4bfb51f8 with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: c2111dce-ddaa-5218-8fee-4fbd4bfb51f8, identifier: 119879468
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120462426, 'registration': 'AF22UYK', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 39966, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 51, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-19', 'fuel': 'Electric', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF22UYK/2026-03-17/image/73949fd2-8f8c-4575-ac87-69fe3b961781_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/c82c055e-577a-488e-977a-5aaa223e11fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/440ba828-73a0-4dc5-82a2-08890659ae1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/eefc6a8f-cbc5-4d15-825a-1b7f994a49bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/6afbfaaa-8af7-449a-8017-3ff560f533eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/3d06ac4c-11e4-48b1-8af3-9fbaa3a35c71_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/bbf48056-260c-4c96-8a48-28c02a37691f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/d0854b14-4096-4220-bace-0b5364a2b3fe_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 27K 39K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/607be90c-5a35-4452-9e72-d066589a2209.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120462426, 'registration': 'AF22UYK', 'account': 'ZEN002', 'make': 'TESLA', 'model': 'MODEL Y HATCHBACK', 'derivative': 'Long Range AWD 5dr Auto', 'mileage': 39966, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 51, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-03-19', 'fuel': 'Electric', 'motExpiry': '2027-02-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AF22UYK/2026-03-17/image/73949fd2-8f8c-4575-ac87-69fe3b961781_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/c82c055e-577a-488e-977a-5aaa223e11fa_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/440ba828-73a0-4dc5-82a2-08890659ae1f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/eefc6a8f-cbc5-4d15-825a-1b7f994a49bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/6afbfaaa-8af7-449a-8017-3ff560f533eb_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/3d06ac4c-11e4-48b1-8af3-9fbaa3a35c71_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/bbf48056-260c-4c96-8a48-28c02a37691f_removebg.jpg?w=600', 'https://abimg003.imgix.net/AF22UYK/2026-03-17/image/d0854b14-4096-4220-bace-0b5364a2b3fe_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA STATES 27K 39K SPARE KEY', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/607be90c-5a35-4452-9e72-d066589a2209.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8727d50b-6986-5607-a8c5-76a06c34030e with identifier: 120462426
2026-03-26 05:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8727d50b-6986-5607-a8c5-76a06c34030e with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8727d50b-6986-5607-a8c5-76a06c34030e with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8727d50b-6986-5607-a8c5-76a06c34030e, identifier: 120462426
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119333381, 'registration': 'DN72FVY', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi Premium 5dr 2WD', 'mileage': 12187, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 54, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN72FVY/2026-02-25/image/240a64a3-8d0f-476e-8182-42a5d85cf9bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/d6a8864b-b1c7-4bcc-b4bb-70190283f5bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/a34bfb37-15df-41c4-8227-82a7017545e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/b5040b20-9fa7-48fb-bc4b-9d2685ecba71_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/8a774dc1-d503-4c5a-819e-2b9c5f1674e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/5efe4848-c561-4a90-8d9a-ee1785334374_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/6f92db75-eaea-4a7d-9ce6-9e80dfe4fba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/7f59ba04-e5d8-43b7-b6a1-b010761f562f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23-3K @6K NO DATE 01/26-11K', 'remarks': 'SPARE KEY, vosa states 10k', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5371937a-0dad-406b-9084-1d87a56c3e19.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:06 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119333381, 'registration': 'DN72FVY', 'account': 'ZEN009', 'make': 'HYUNDAI', 'model': 'TUCSON ESTATE', 'derivative': '1.6 TGDi Premium 5dr 2WD', 'mileage': 12187, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 54, 'hall': 'Hall 1', 'transmission': 'manual', 'firstRegistration': '2022-10-31', 'fuel': 'Petrol', 'motExpiry': '2026-10-30', 'doors': 5, 'engineSize': 1598, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/DN72FVY/2026-02-25/image/240a64a3-8d0f-476e-8182-42a5d85cf9bd_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/d6a8864b-b1c7-4bcc-b4bb-70190283f5bc_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/a34bfb37-15df-41c4-8227-82a7017545e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/b5040b20-9fa7-48fb-bc4b-9d2685ecba71_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/8a774dc1-d503-4c5a-819e-2b9c5f1674e5_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/5efe4848-c561-4a90-8d9a-ee1785334374_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/6f92db75-eaea-4a7d-9ce6-9e80dfe4fba4_removebg.jpg?w=600', 'https://abimg003.imgix.net/DN72FVY/2026-02-25/image/7f59ba04-e5d8-43b7-b6a1-b010761f562f_removebg.jpg?w=600'], 'colour': 'BLACK', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service book 12/23-3K @6K NO DATE 01/26-11K', 'remarks': 'SPARE KEY, vosa states 10k', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 154, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/5371937a-0dad-406b-9084-1d87a56c3e19.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd with identifier: 119333381
2026-03-26 05:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd with scrape type 2
2026-03-26 05:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd, identifier: 119333381
2026-03-26 05:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 22ec53fe-f07f-50d7-b269-2a9a93155a0e with identifier: 120063704
2026-03-26 05:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 22ec53fe-f07f-50d7-b269-2a9a93155a0e with identifier: 120063704
2026-03-26 05:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 22ec53fe-f07f-50d7-b269-2a9a93155a0e with identifier: 120063704 to the API
2026-03-26 05:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120063704?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'RED',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '22ec53fe-f07f-50d7-b269-2a9a93155a0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BK22CFN',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120063704',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 21408,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120063704%27 HTTP/1.1" 200 None
2026-03-26 05:05:07 [astonbarclay.gb] INFO: Saving data for 120063704: {'auction_closing_time': 1774519200.0, 'created_time': 1774271349.387141, 'last_price_update_time': 1774501507.131253}
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120063704') HTTP/1.1" 204 0
2026-03-26 05:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: c2111dce-ddaa-5218-8fee-4fbd4bfb51f8 with identifier: 119879468
2026-03-26 05:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: c2111dce-ddaa-5218-8fee-4fbd4bfb51f8 with identifier: 119879468
2026-03-26 05:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: c2111dce-ddaa-5218-8fee-4fbd4bfb51f8 with identifier: 119879468 to the API
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119879468?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': 'c2111dce-ddaa-5218-8fee-4fbd4bfb51f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'KR72GOC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119879468',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'CUPRA',
'model': 'BORN ELECTRIC HATCHBACK',
'odometer': 17937,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seller_name': 'Zenith',
'title': 'CUPRA BORN ELECTRIC HATCHBACK 150kW V1 58kWh 5dr Auto',
'transmission': 'automatic',
'trim': '150kW V1 58kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119879468%27 HTTP/1.1" 200 None
2026-03-26 05:05:07 [astonbarclay.gb] INFO: Saving data for 119879468: {'auction_closing_time': 1774519200.0, 'created_time': 1774271490.104822, 'last_price_update_time': 1774501507.428612}
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119879468') HTTP/1.1" 204 0
2026-03-26 05:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8727d50b-6986-5607-a8c5-76a06c34030e with identifier: 120462426
2026-03-26 05:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8727d50b-6986-5607-a8c5-76a06c34030e with identifier: 120462426
2026-03-26 05:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8727d50b-6986-5607-a8c5-76a06c34030e with identifier: 120462426 to the API
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120462426?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '8727d50b-6986-5607-a8c5-76a06c34030e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'AF22UYK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120462426',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'TESLA',
'model': 'MODEL Y HATCHBACK',
'odometer': 39966,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-19',
'seller_name': 'Zenith',
'title': 'TESLA MODEL Y HATCHBACK Long Range AWD 5dr Auto',
'transmission': 'automatic',
'trim': 'Long Range AWD 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120462426%27 HTTP/1.1" 200 None
2026-03-26 05:05:07 [astonbarclay.gb] INFO: Saving data for 120462426: {'auction_closing_time': 1774519200.0, 'created_time': 1774271576.25929, 'last_price_update_time': 1774501507.745468}
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120462426') HTTP/1.1" 204 0
2026-03-26 05:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd with identifier: 119333381
2026-03-26 05:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd with identifier: 119333381
2026-03-26 05:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 8e1410f2-acc3-59e7-9b5f-e96a500e1bdd with identifier: 119333381 to the API
2026-03-26 05:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119333381?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 154,
'color': 'BLACK',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8e1410f2-acc3-59e7-9b5f-e96a500e1bdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'DN72FVY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119333381',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'HYUNDAI',
'model': 'TUCSON ESTATE',
'odometer': 12187,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seller_name': 'Zenith',
'title': 'HYUNDAI TUCSON ESTATE 1.6 TGDi Premium 5dr 2WD',
'transmission': 'manual',
'trim': '1.6 TGDi Premium 5dr 2WD',
'vin': None,
'year': 2022}
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119333381%27 HTTP/1.1" 200 None
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Saving data for 119333381: {'auction_closing_time': 1774519200.0, 'created_time': 1774271422.421409, 'last_price_update_time': 1774501508.034908}
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119333381') HTTP/1.1" 204 0
2026-03-26 05:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120471982?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/119772104?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120371622, 'registration': 'AE72ZCK', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '132kW 60 ecoSuite 62kWh 5dr Auto [120kW]', 'mileage': 26008, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 55, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-01', 'fuel': 'Electric', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/e9c9ca3d-1550-45a9-8672-4d96eb7f2f63_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/e98ccd05-457f-4d77-89b5-118c759bf9f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/f693e2d7-1c38-4284-ac03-72d6f824c6d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/3eeb1f40-af77-47c4-a5e8-efde77c7e418_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/129e008b-02b9-4edb-89fa-c73b7b2d9412_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/3ba9f87e-1f98-4a57-b426-51381c210580_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/467770b5-e008-452c-8b4f-11c5134749b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/94182610-aad9-4ad9-be95-b92664a5f5e5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/25-15K', 'remarks': 'SPARE KEY, VOSA STATES 24K \t 20in Vega Silver Metallic Alloy\tConvenience Package Basic\tMetallic Paint Panoramic Sunroof', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d07e0bc9-228a-47a5-82aa-8139d6460ce7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120371622, 'registration': 'AE72ZCK', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '132kW 60 ecoSuite 62kWh 5dr Auto [120kW]', 'mileage': 26008, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 55, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-02-01', 'fuel': 'Electric', 'motExpiry': '2026-12-29', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/e9c9ca3d-1550-45a9-8672-4d96eb7f2f63_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/e98ccd05-457f-4d77-89b5-118c759bf9f9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/f693e2d7-1c38-4284-ac03-72d6f824c6d1_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/3eeb1f40-af77-47c4-a5e8-efde77c7e418_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/129e008b-02b9-4edb-89fa-c73b7b2d9412_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/3ba9f87e-1f98-4a57-b426-51381c210580_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/467770b5-e008-452c-8b4f-11c5134749b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/AE72ZCK/2026-03-12/image/94182610-aad9-4ad9-be95-b92664a5f5e5_removebg.jpg?w=600'], 'colour': 'SILVER', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/25-15K', 'remarks': 'SPARE KEY, VOSA STATES 24K \t 20in Vega Silver Metallic Alloy\tConvenience Package Basic\tMetallic Paint Panoramic Sunroof', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/d07e0bc9-228a-47a5-82aa-8139d6460ce7.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85aa9cdd-675e-5cc6-97fe-f3165b3dd263 with identifier: 120371622
2026-03-26 05:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85aa9cdd-675e-5cc6-97fe-f3165b3dd263 with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85aa9cdd-675e-5cc6-97fe-f3165b3dd263 with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 85aa9cdd-675e-5cc6-97fe-f3165b3dd263, identifier: 120371622
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120411555, 'registration': 'WN72EUX', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 36164, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 57, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-10', 'fuel': 'Electric', 'motExpiry': '2026-09-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN72EUX/2026-03-20/image/6d34a12b-167f-496d-a299-b9f9407a95dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/bc9cc03d-75c4-405f-a1aa-ba2db5bc1b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/2be75492-c3f2-4f3c-9879-0b4eff5a98e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/344fe49b-cc29-40f2-80cd-3267b19cb0c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/a28825c9-81f7-453d-9ac2-ee2714cad268_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/32fe8808-6bc1-493e-b666-dd1681e31d18_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/193c6762-2214-44b8-83d7-1ab366db718b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/fc765841-e63e-48b5-87ce-eec7dc4e3ec7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23-13K, 09/24-23K, 08/25-33K,', 'remarks': 'Metallic Paint, SPARE KEY, VOSA STATES 34K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7601b6e1-e532-4fa0-bf28-e57d6b100547.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120411555, 'registration': 'WN72EUX', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQC ESTATE', 'derivative': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto', 'mileage': 36164, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 57, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-10-10', 'fuel': 'Electric', 'motExpiry': '2026-09-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WN72EUX/2026-03-20/image/6d34a12b-167f-496d-a299-b9f9407a95dc_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/bc9cc03d-75c4-405f-a1aa-ba2db5bc1b9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/2be75492-c3f2-4f3c-9879-0b4eff5a98e9_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/344fe49b-cc29-40f2-80cd-3267b19cb0c0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/a28825c9-81f7-453d-9ac2-ee2714cad268_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/32fe8808-6bc1-493e-b666-dd1681e31d18_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/193c6762-2214-44b8-83d7-1ab366db718b_removebg.jpg?w=600', 'https://abimg003.imgix.net/WN72EUX/2026-03-20/image/fc765841-e63e-48b5-87ce-eec7dc4e3ec7_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 10/23-13K, 09/24-23K, 08/25-33K,', 'remarks': 'Metallic Paint, SPARE KEY, VOSA STATES 34K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/7601b6e1-e532-4fa0-bf28-e57d6b100547.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': None, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 403c31fb-8024-5d60-925a-c95159b1ba8e with identifier: 120411555
2026-03-26 05:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 403c31fb-8024-5d60-925a-c95159b1ba8e with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 403c31fb-8024-5d60-925a-c95159b1ba8e with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 403c31fb-8024-5d60-925a-c95159b1ba8e, identifier: 120411555
2026-03-26 05:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 85aa9cdd-675e-5cc6-97fe-f3165b3dd263 with identifier: 120371622
2026-03-26 05:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 85aa9cdd-675e-5cc6-97fe-f3165b3dd263 with identifier: 120371622
2026-03-26 05:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 85aa9cdd-675e-5cc6-97fe-f3165b3dd263 with identifier: 120371622 to the API
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120371622?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'SILVER',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '85aa9cdd-675e-5cc6-97fe-f3165b3dd263',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AE72ZCK',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120371622',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SKODA',
'model': 'ENYAQ IV ESTATE',
'odometer': 26008,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seller_name': 'Zenith',
'title': 'SKODA ENYAQ IV ESTATE 132kW 60 ecoSuite 62kWh 5dr Auto [120kW]',
'transmission': 'automatic',
'trim': '132kW 60 ecoSuite 62kWh 5dr Auto [120kW]',
'vin': None,
'year': 2023}
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120371622%27 HTTP/1.1" 200 None
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Saving data for 120371622: {'auction_closing_time': 1774519200.0, 'created_time': 1774271555.15078, 'last_price_update_time': 1774501508.544669}
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120371622') HTTP/1.1" 204 0
2026-03-26 05:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 403c31fb-8024-5d60-925a-c95159b1ba8e with identifier: 120411555
2026-03-26 05:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 403c31fb-8024-5d60-925a-c95159b1ba8e with identifier: 120411555
2026-03-26 05:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 403c31fb-8024-5d60-925a-c95159b1ba8e with identifier: 120411555 to the API
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120411555?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '403c31fb-8024-5d60-925a-c95159b1ba8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WN72EUX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120411555',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQC ESTATE',
'odometer': 36164,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-10',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQC ESTATE EQC 400 300kW AMG Line Premium Plus 80kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQC 400 300kW AMG Line Premium Plus 80kWh 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120411555%27 HTTP/1.1" 200 None
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Saving data for 120411555: {'auction_closing_time': 1774519200.0, 'created_time': 1774271544.791518, 'last_price_update_time': 1774501508.837583}
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120411555') HTTP/1.1" 204 0
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120471982, 'registration': 'BL71SDY', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '195kW 80x Sportline 82kWh 4x4 5dr Auto', 'mileage': 11380, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 47, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-28', 'fuel': 'Electric', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BL71SDY/2026-03-17/image/71c2bae2-b7ec-4b26-8e14-9526405b219a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/539d6cd8-11f8-421a-b971-5a05dc38ca48_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/e4d568b1-caf2-47a6-b9d2-f26e0a2c4d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/336b844c-9b5a-4895-b17a-771dc6776f9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/09412efb-e881-4655-967f-1c643d3acfcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/b1f306fa-b76d-472e-b2f9-8766d759f513_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/38f34da0-9167-47bc-88a2-9842163fd933_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-6K 01/26-11K', 'remarks': 'SPARE KEY, VOSA STATES 9K 11K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/174c98ad-a187-466a-8898-054270d41d1c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120471982, 'registration': 'BL71SDY', 'account': 'ZEN002', 'make': 'SKODA', 'model': 'ENYAQ IV ESTATE', 'derivative': '195kW 80x Sportline 82kWh 4x4 5dr Auto', 'mileage': 11380, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 47, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-01-28', 'fuel': 'Electric', 'motExpiry': '2027-01-27', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BL71SDY/2026-03-17/image/71c2bae2-b7ec-4b26-8e14-9526405b219a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/539d6cd8-11f8-421a-b971-5a05dc38ca48_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/e4d568b1-caf2-47a6-b9d2-f26e0a2c4d5a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/336b844c-9b5a-4895-b17a-771dc6776f9a_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/09412efb-e881-4655-967f-1c643d3acfcc_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/b1f306fa-b76d-472e-b2f9-8766d759f513_removebg.jpg?w=600', 'https://abimg003.imgix.net/BL71SDY/2026-03-17/image/38f34da0-9167-47bc-88a2-9842163fd933_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service print 01/24-6K 01/26-11K', 'remarks': 'SPARE KEY, VOSA STATES 9K 11K', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/174c98ad-a187-466a-8898-054270d41d1c.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 821280dd-de86-5470-9db8-b61a779b7dc1 with identifier: 120471982
2026-03-26 05:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 821280dd-de86-5470-9db8-b61a779b7dc1 with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 821280dd-de86-5470-9db8-b61a779b7dc1 with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 821280dd-de86-5470-9db8-b61a779b7dc1, identifier: 120471982
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 119772104, 'registration': 'AP24PUX', 'account': 'ZEN002', 'make': 'BMW', 'model': 'I4 GRAN COUPE', 'derivative': '210kW eDrive35 M Sport 70kWh 5dr Auto', 'mileage': 7043, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 48, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AP24PUX/2026-03-16/image/c85e6d5b-7f2b-4fd9-933f-4193354d50ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/b901055f-3ab6-4669-a6fe-5fabb87212c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/bfb17c1c-04b8-42ee-ac80-0f7792798b03_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/20e64bc5-862f-45b6-9518-2f4c0cf9ed47_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/857a789e-135e-4ba3-8efb-fde8d5800666_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/5fed9277-7129-4e21-acb7-d272857cf993_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/0c001cca-9517-469f-9837-dc0e8ae09260_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/e9ac83f2-7052-4a37-be9d-137953b17e10_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, Sanremo Green M+3de', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0a65b4e-abcd-4a88-9f4a-40fdf05614fb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 119772104, 'registration': 'AP24PUX', 'account': 'ZEN002', 'make': 'BMW', 'model': 'I4 GRAN COUPE', 'derivative': '210kW eDrive35 M Sport 70kWh 5dr Auto', 'mileage': 7043, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 48, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2024-07-12', 'fuel': 'Electric', 'motExpiry': None, 'doors': 5, 'engineSize': None, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/AP24PUX/2026-03-16/image/c85e6d5b-7f2b-4fd9-933f-4193354d50ae_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/b901055f-3ab6-4669-a6fe-5fabb87212c9_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/bfb17c1c-04b8-42ee-ac80-0f7792798b03_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/20e64bc5-862f-45b6-9518-2f4c0cf9ed47_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/857a789e-135e-4ba3-8efb-fde8d5800666_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/5fed9277-7129-4e21-acb7-d272857cf993_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/0c001cca-9517-469f-9837-dc0e8ae09260_removebg.jpg?w=600', 'https://abimg003.imgix.net/AP24PUX/2026-03-16/image/e9ac83f2-7052-4a37-be9d-137953b17e10_removebg.jpg?w=600'], 'colour': 'GREEN', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'SPARE KEY, Sanremo Green M+3de', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/f0a65b4e-abcd-4a88-9f4a-40fdf05614fb.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aa56434-1cf0-5275-a1a0-51eb4e500b0d with identifier: 119772104
2026-03-26 05:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aa56434-1cf0-5275-a1a0-51eb4e500b0d with scrape type 2
2026-03-26 05:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aa56434-1cf0-5275-a1a0-51eb4e500b0d with scrape type 2
2026-03-26 05:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 6aa56434-1cf0-5275-a1a0-51eb4e500b0d, identifier: 119772104
2026-03-26 05:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 821280dd-de86-5470-9db8-b61a779b7dc1 with identifier: 120471982
2026-03-26 05:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 821280dd-de86-5470-9db8-b61a779b7dc1 with identifier: 120471982
2026-03-26 05:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 821280dd-de86-5470-9db8-b61a779b7dc1 with identifier: 120471982 to the API
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120471982?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '821280dd-de86-5470-9db8-b61a779b7dc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'BL71SDY',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120471982',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'SKODA',
'model': 'ENYAQ IV ESTATE',
'odometer': 11380,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seller_name': 'Zenith',
'title': 'SKODA ENYAQ IV ESTATE 195kW 80x Sportline 82kWh 4x4 5dr Auto',
'transmission': 'automatic',
'trim': '195kW 80x Sportline 82kWh 4x4 5dr Auto',
'vin': None,
'year': 2022}
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120471982%27 HTTP/1.1" 200 None
2026-03-26 05:05:09 [astonbarclay.gb] INFO: Saving data for 120471982: {'auction_closing_time': 1774519200.0, 'created_time': 1774271493.613765, 'last_price_update_time': 1774501509.320228}
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120471982') HTTP/1.1" 204 0
2026-03-26 05:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 6aa56434-1cf0-5275-a1a0-51eb4e500b0d with identifier: 119772104
2026-03-26 05:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 6aa56434-1cf0-5275-a1a0-51eb4e500b0d with identifier: 119772104
2026-03-26 05:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 6aa56434-1cf0-5275-a1a0-51eb4e500b0d with identifier: 119772104 to the API
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/119772104?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'GREEN',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '6aa56434-1cf0-5275-a1a0-51eb4e500b0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'AP24PUX',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/119772104',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': 'I4 GRAN COUPE',
'odometer': 7043,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-12',
'seller_name': 'Zenith',
'title': 'BMW I4 GRAN COUPE 210kW eDrive35 M Sport 70kWh 5dr Auto',
'transmission': 'automatic',
'trim': '210kW eDrive35 M Sport 70kWh 5dr Auto',
'vin': None,
'year': 2024}
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27119772104%27 HTTP/1.1" 200 None
2026-03-26 05:05:09 [astonbarclay.gb] INFO: Saving data for 119772104: {'auction_closing_time': 1774519200.0, 'created_time': 1774271105.028005, 'last_price_update_time': 1774501509.63942}
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='119772104') HTTP/1.1" 204 0
2026-03-26 05:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120445257?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120743887?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120445257, 'registration': 'BT71WXW', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES TOURING SPECIAL EDITIONS', 'derivative': '330e M Sport Pro Edition 5dr Step Auto [Tech Pack]', 'mileage': 92784, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 45, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-25', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-24', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BT71WXW/2026-03-17/image/f6654cfd-58dc-498d-b2ff-7e01d0d44a27_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/294bebe1-801c-464f-8d97-55754fa548d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/6cf77627-c286-4774-8713-2566fb46ff56_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/d46c65d5-8991-4af5-810e-0a6fe1f759b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/c480683c-9451-437a-966a-13ae13f0d9e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/131b0da7-0f0f-4745-ab46-e3fa8b0b01cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/30c54b59-1d5f-434b-9167-0844d933e464_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/75ec6551-537e-403b-a605-ebc47ef37d61_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/f6f17fab-c2a2-46ab-9e0c-f7f7ad6d0bef_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/23-19K, 11/23-39K, 10/24-54K, 07/25 80K', 'remarks': 'SPARE KEY, VOSA STATES 68K 90K \t 19in Rft M Light Double Spoke Style 791m\tPanoramic Glass Sunroof', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 36, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ffb3820-db86-447a-ab56-fda63b5e9b7b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120445257, 'registration': 'BT71WXW', 'account': 'ZEN002', 'make': 'BMW', 'model': '3 SERIES TOURING SPECIAL EDITIONS', 'derivative': '330e M Sport Pro Edition 5dr Step Auto [Tech Pack]', 'mileage': 92784, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 45, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2022-02-25', 'fuel': 'Petrol/Plugin Electric Hybrid', 'motExpiry': '2027-02-24', 'doors': 5, 'engineSize': 1998, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/BT71WXW/2026-03-17/image/f6654cfd-58dc-498d-b2ff-7e01d0d44a27_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/294bebe1-801c-464f-8d97-55754fa548d5_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/6cf77627-c286-4774-8713-2566fb46ff56_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/d46c65d5-8991-4af5-810e-0a6fe1f759b8_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/c480683c-9451-437a-966a-13ae13f0d9e6_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/131b0da7-0f0f-4745-ab46-e3fa8b0b01cf_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/30c54b59-1d5f-434b-9167-0844d933e464_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/75ec6551-537e-403b-a605-ebc47ef37d61_removebg.jpg?w=600', 'https://abimg003.imgix.net/BT71WXW/2026-03-17/image/f6f17fab-c2a2-46ab-9e0c-f7f7ad6d0bef_removebg.jpg?w=600'], 'colour': 'BLUE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 02/23-19K, 11/23-39K, 10/24-54K, 07/25 80K', 'remarks': 'SPARE KEY, VOSA STATES 68K 90K \t 19in Rft M Light Double Spoke Style 791m\tPanoramic Glass Sunroof', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': 36, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/1ffb3820-db86-447a-ab56-fda63b5e9b7b.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba29abf4-58dc-58c2-b822-af43a6c656b2 with identifier: 120445257
2026-03-26 05:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba29abf4-58dc-58c2-b822-af43a6c656b2 with scrape type 2
2026-03-26 05:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba29abf4-58dc-58c2-b822-af43a6c656b2 with scrape type 2
2026-03-26 05:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: ba29abf4-58dc-58c2-b822-af43a6c656b2, identifier: 120445257
2026-03-26 05:05:09 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120743887, 'registration': 'DC16GSU', 'account': 'ART006', 'make': 'AUDI', 'model': 'A7 DIESEL SPORTBACK', 'derivative': '3.0 TDI Quattro S Line 5dr S Tronic', 'mileage': 113013, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 45, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/R2SWE/2026-03-24/image/337acfe2-88b7-4054-b99e-f2f6495dd393_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/a8cd4f0f-16e0-4cc5-ae4a-e68684722341_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/aa44151e-71bc-4daa-9248-73a4f53aea85_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/45e70670-1043-47f5-a63d-82ac956b43e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/e6084e30-2868-4970-8423-260a78e0fe52_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/8ba6f1a2-d9ef-41a2-b79c-b7e09c776bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/bb6bd69f-4c05-41bd-bb23-6eb0f5da8794_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/531e7732-213a-4e3c-837a-c662a4cc7b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/785d9048-04a1-4251-83f7-db41bad9ebea_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/9479f0ee-dc06-44cd-b75d-03fad1bac8e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/15587c4b-4335-4b9d-ae66-0a47722c8d99_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA @ 32K 46K 58K 69K 84K 95K 106K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be1a7235-4372-4a66-a717-e60f94a758ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:09 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120743887, 'registration': 'DC16GSU', 'account': 'ART006', 'make': 'AUDI', 'model': 'A7 DIESEL SPORTBACK', 'derivative': '3.0 TDI Quattro S Line 5dr S Tronic', 'mileage': 113013, 'mileageWarranty': True, 'type': 'car', 'saleId': 18852, 'siteId': 659779, 'site': {'id': 659779, 'name': 'Aston Barclay Prees Heath', 'vehicles': 112}, 'saleStart': '2026-03-26T10:00Z', 'lot': 45, 'hall': 'Main Hall', 'transmission': 'automatic', 'firstRegistration': '2016-06-30', 'fuel': 'Diesel', 'motExpiry': None, 'doors': 5, 'engineSize': 2967, 'bodyType': 'Hatchback', 'images': ['https://abimg003.imgix.net/R2SWE/2026-03-24/image/337acfe2-88b7-4054-b99e-f2f6495dd393_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/a8cd4f0f-16e0-4cc5-ae4a-e68684722341_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/aa44151e-71bc-4daa-9248-73a4f53aea85_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/45e70670-1043-47f5-a63d-82ac956b43e8_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/e6084e30-2868-4970-8423-260a78e0fe52_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/8ba6f1a2-d9ef-41a2-b79c-b7e09c776bce_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/bb6bd69f-4c05-41bd-bb23-6eb0f5da8794_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/531e7732-213a-4e3c-837a-c662a4cc7b36_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/785d9048-04a1-4251-83f7-db41bad9ebea_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/9479f0ee-dc06-44cd-b75d-03fad1bac8e3_removebg.jpg?w=600', 'https://abimg003.imgix.net/R2SWE/2026-03-24/image/15587c4b-4335-4b9d-ae66-0a47722c8d99_removebg.jpg?w=600'], 'colour': 'GREY', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': '', 'remarks': 'VOSA @ 32K 46K 58K 69K 84K 95K 106K - SPARE KEY IN OFFICE', 'virtual': False, 'seller': 'Arthurs Motor Group', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': False, 'v5details': None, 'co2': 137, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/be1a7235-4372-4a66-a717-e60f94a758ed.pdf', 'assuredType': 'AA', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Margin', 'value': 'M'}}
2026-03-26 05:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887
2026-03-26 05:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d949f70-7449-5d54-b5eb-6f8d27e8315d with scrape type 2
2026-03-26 05:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d949f70-7449-5d54-b5eb-6f8d27e8315d with scrape type 2
2026-03-26 05:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 7d949f70-7449-5d54-b5eb-6f8d27e8315d, identifier: 120743887
2026-03-26 05:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: ba29abf4-58dc-58c2-b822-af43a6c656b2 with identifier: 120445257
2026-03-26 05:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: ba29abf4-58dc-58c2-b822-af43a6c656b2 with identifier: 120445257
2026-03-26 05:05:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: ba29abf4-58dc-58c2-b822-af43a6c656b2 with identifier: 120445257 to the API
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120445257?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 36,
'color': 'BLUE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Petrol/Plugin Electric Hybrid',
'id': 'ba29abf4-58dc-58c2-b822-af43a6c656b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'BT71WXW',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120445257',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'BMW',
'model': '3 SERIES TOURING SPECIAL EDITIONS',
'odometer': 92784,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seller_name': 'Zenith',
'title': 'BMW 3 SERIES TOURING SPECIAL EDITIONS 330e M Sport Pro Edition 5dr '
'Step Auto [Tech Pack]',
'transmission': 'automatic',
'trim': '330e M Sport Pro Edition 5dr Step Auto [Tech Pack]',
'vin': None,
'year': 2022}
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120445257%27 HTTP/1.1" 200 None
2026-03-26 05:05:10 [astonbarclay.gb] INFO: Saving data for 120445257: {'auction_closing_time': 1774519200.0, 'created_time': 1774271508.105239, 'last_price_update_time': 1774501510.229915}
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120445257') HTTP/1.1" 204 0
2026-03-26 05:05:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887
2026-03-26 05:05:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887
2026-03-26 05:05:10 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 7d949f70-7449-5d54-b5eb-6f8d27e8315d with identifier: 120743887 to the API
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120743887?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': 137,
'color': 'GREY',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7d949f70-7449-5d54-b5eb-6f8d27e8315d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': 'DC16GSU',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120743887',
'listing': 'auction',
'location': 'Aston Barclay Prees Heath',
'make': 'AUDI',
'model': 'A7 DIESEL SPORTBACK',
'odometer': 113013,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-30',
'seller_name': 'Arthurs Motor Group',
'title': 'AUDI A7 DIESEL SPORTBACK 3.0 TDI Quattro S Line 5dr S Tronic',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro S Line 5dr S Tronic',
'vin': None,
'year': 2016}
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120743887%27 HTTP/1.1" 200 None
2026-03-26 05:05:10 [astonbarclay.gb] INFO: Saving data for 120743887: {'auction_closing_time': 1774519200.0, 'created_time': 1774379642.852322, 'last_price_update_time': 1774501510.58369}
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120743887') HTTP/1.1" 204 0
2026-03-26 05:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://catalogue.astonbarclay.net/api/vehicle/details/120392758?view=catalogue> (referer: https://catalogue.astonbarclay.net/vehicle-search) ['zyte-api']
2026-03-26 05:05:14 [astonbarclay.gb] INFO: Detail data: {'cardType': 'catalogue', 'id': 120392758, 'registration': 'WP72JYC', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQB ESTATE', 'derivative': 'EQB 300 4M 168kW AMG Line Premium 66.5kWh 5dr Auto', 'mileage': 27139, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 46, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-06', 'fuel': 'Electric', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WP72JYC/2026-03-23/image/f2faf807-3a24-4f0d-9baf-0f40f234ae48_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/32487a36-6019-4849-8d66-12e3df70dde7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/b95e1f22-3fd0-4949-92d7-01a46f84ecc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/7b7fc9d6-3ae6-4626-b3c4-4861e1d54fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/08d24936-06b1-43e2-8119-55b51d183137_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/e378e0f8-a408-4bf0-8182-e58bd0133403_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/9246a767-a097-46a2-a106-87c500f31ad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/218a2224-0150-494e-a6f7-d5d2c01fc708_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-6K, 01/25-15K, 12/25-24K,', 'remarks': 'VOSA STATES 24K Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c286d3f7-77d3-421d-8794-763ffdd373e4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:14 [astonbarclay.gb] INFO: Extracting listing item: {'cardType': 'catalogue', 'id': 120392758, 'registration': 'WP72JYC', 'account': 'ZEN002', 'make': 'MERCEDES-BENZ', 'model': 'EQB ESTATE', 'derivative': 'EQB 300 4M 168kW AMG Line Premium 66.5kWh 5dr Auto', 'mileage': 27139, 'mileageWarranty': True, 'type': 'car', 'saleId': 18971, 'siteId': 20846447, 'site': {'id': 20846447, 'name': 'Aston Barclay Donington Park', 'vehicles': 343}, 'saleStart': '2026-03-26T10:00Z', 'lot': 46, 'hall': 'Hall 1', 'transmission': 'automatic', 'firstRegistration': '2023-01-06', 'fuel': 'Electric', 'motExpiry': '2027-01-05', 'doors': 5, 'engineSize': None, 'bodyType': 'Estate', 'images': ['https://abimg003.imgix.net/WP72JYC/2026-03-23/image/f2faf807-3a24-4f0d-9baf-0f40f234ae48_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/32487a36-6019-4849-8d66-12e3df70dde7_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/b95e1f22-3fd0-4949-92d7-01a46f84ecc0_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/7b7fc9d6-3ae6-4626-b3c4-4861e1d54fec_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/08d24936-06b1-43e2-8119-55b51d183137_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/e378e0f8-a408-4bf0-8182-e58bd0133403_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/9246a767-a097-46a2-a106-87c500f31ad1_removebg.jpg?w=600', 'https://abimg003.imgix.net/WP72JYC/2026-03-23/image/218a2224-0150-494e-a6f7-d5d2c01fc708_removebg.jpg?w=600'], 'colour': 'WHITE', 'writeoffcode': '', 'grade': None, 'nonRunner': False, 'inspectionType': 'Zenith', 'serviceHistory': 'Service digital 01/24-6K, 01/25-15K, 12/25-24K,', 'remarks': 'VOSA STATES 24K Metallic Paint', 'virtual': False, 'seller': 'Zenith', 'sellerPostcode': None, 'sellerStreetOne': None, 'sellerStreetTwo': None, 'sellerTown': None, 'sellerId': None, 'formerKeepers': '0', 'v5': True, 'v5details': 'Here', 'co2': None, 'location': None, 'spinCar': None, 'spinCarUrl': None, 'assuredUrl': 'https://abimg002.imgix.net/c286d3f7-77d3-421d-8794-763ffdd373e4.pdf', 'assuredType': 'AA EV/Hybrid', 'imported': False, 'eurostatus': 6, 'vatStatus': {'label': 'Qualifying', 'value': 'Q'}}
2026-03-26 05:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 921a85d9-3627-551c-a121-0ccbc396f780 with identifier: 120392758
2026-03-26 05:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 921a85d9-3627-551c-a121-0ccbc396f780 with scrape type 2
2026-03-26 05:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 921a85d9-3627-551c-a121-0ccbc396f780 with scrape type 2
2026-03-26 05:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: astonbarclay.gb, Processed item id: 921a85d9-3627-551c-a121-0ccbc396f780, identifier: 120392758
2026-03-26 05:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: astonbarclay.gb, Translating item: 921a85d9-3627-551c-a121-0ccbc396f780 with identifier: 120392758
2026-03-26 05:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: astonbarclay.gb, Applying rules to item: 921a85d9-3627-551c-a121-0ccbc396f780 with identifier: 120392758
2026-03-26 05:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: astonbarclay.gb, Posting item: 921a85d9-3627-551c-a121-0ccbc396f780 with identifier: 120392758 to the API
2026-03-26 05:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 05:05: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:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://catalogue.astonbarclay.net/api/vehicle/details/120392758?view=catalogue>
{'auction_title': '',
'c_o_2_emission_value': None,
'color': 'WHITE',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T10:00:00Z',
'fuel_type': 'Electric',
'id': '921a85d9-3627-551c-a121-0ccbc396f780',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'WP72JYC',
'link_to_web_offer': 'https://catalogue.astonbarclay.net/details/catalogue/120392758',
'listing': 'auction',
'location': 'Aston Barclay Donington Park',
'make': 'MERCEDES-BENZ',
'model': 'EQB ESTATE',
'odometer': 27139,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-06',
'seller_name': 'Zenith',
'title': 'MERCEDES-BENZ EQB ESTATE EQB 300 4M 168kW AMG Line Premium 66.5kWh '
'5dr Auto',
'transmission': 'automatic',
'trim': 'EQB 300 4M 168kW AMG Line Premium 66.5kWh 5dr Auto',
'vin': None,
'year': 2023}
2026-03-26 05:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20RowKey%20eq%20%27120392758%27 HTTP/1.1" 200 None
2026-03-26 05:05:15 [astonbarclay.gb] INFO: Saving data for 120392758: {'auction_closing_time': 1774519200.0, 'created_time': 1774271415.708321, 'last_price_update_time': 1774501515.184526}
2026-03-26 05:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='astonbarclay.gb',RowKey='120392758') HTTP/1.1" 204 0
2026-03-26 05:05:15 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 05:05:15 [astonbarclay.gb] INFO: astonbarclay.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:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 05:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27astonbarclay.gb%27%20and%20last_price_update_time%20lt%201774069515 HTTP/1.1" 200 None
2026-03-26 05:05:15 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (452 items) in: file:///var/lib/scrapyd/items/sourcing_v2/astonbarclay.gb/task_9_2026-03-26T05_00_00.jl
2026-03-26 05:05:15 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 412110,
'downloader/request_count': 454,
'downloader/request_method_count/GET': 454,
'downloader/response_bytes': 3141608,
'downloader/response_count': 454,
'downloader/response_status_count/200': 454,
'elapsed_time_seconds': 309.663731,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 5, 5, 15, 439187, tzinfo=datetime.timezone.utc),
'item_scraped_count': 452,
'log_count/DEBUG': 7065,
'log_count/INFO': 7353,
'memusage/max': 187559936,
'memusage/startup': 149938176,
'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': 77,
'playwright/request_count/aborted': 41,
'playwright/request_count/method/GET': 54,
'playwright/request_count/method/HEAD': 12,
'playwright/request_count/method/POST': 11,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 22,
'playwright/request_count/resource_type/font': 2,
'playwright/request_count/resource_type/image': 29,
'playwright/request_count/resource_type/script': 7,
'playwright/request_count/resource_type/stylesheet': 2,
'playwright/request_count/resource_type/xhr': 13,
'playwright/response_count': 36,
'playwright/response_count/method/GET': 25,
'playwright/response_count/method/POST': 11,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 10,
'playwright/response_count/resource_type/font': 2,
'playwright/response_count/resource_type/script': 7,
'playwright/response_count/resource_type/stylesheet': 2,
'playwright/response_count/resource_type/xhr': 13,
'request_depth_max': 2,
'response_received_count': 454,
'scheduler/dequeued': 454,
'scheduler/dequeued/memory': 454,
'scheduler/enqueued': 454,
'scheduler/enqueued/memory': 454,
'scrape_type/price_update': 452,
'scrape_type/skipped': 925,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 453,
'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.973124825171553,
'scrapy-zyte-api/mean_response_seconds': 4.974273958817028,
'scrapy-zyte-api/processed': 453,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 453,
'scrapy-zyte-api/request_args/experimental.requestCookies': 452,
'scrapy-zyte-api/request_args/experimental.responseCookies': 453,
'scrapy-zyte-api/request_args/httpResponseBody': 453,
'scrapy-zyte-api/request_args/httpResponseHeaders': 453,
'scrapy-zyte-api/request_args/url': 453,
'scrapy-zyte-api/status_codes/200': 453,
'scrapy-zyte-api/success': 453,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 26, 5, 0, 5, 775456, tzinfo=datetime.timezone.utc)}
2026-03-26 05:05:15 [scrapy.core.engine] INFO: Spider closed (finished)